Summary: Problem #1 In control panel, looking in the system under device manager,advanced power management system I get an error message of: this device has a ...
Summary: This is my 4th question regarding RS232 base device. Now i have a manual with me which says use 3 wire interface mean TX pin 3 RX Pin 2 Ground pin 5 ...
Summary: hi I have a problem in a software please help I have a special hardware device, that is attached to the mouse port(Foot click). I want to see the act...
Summary: hello to all the c# gurus my problem is that i want to enable and disable a devices in device manager using c# is there any body that can help me than...
Summary: I wrote a program that displays information in a window (among other things). I used to run the program on a machine running Windows 95 and it worked...
Summary: Thx Chi Like I said at the start of my post I have been away from C for many years so maybe I'm doing things a little verbose ;-) but from your respon...
Summary: Hi, Thank you for the answer, but i would like to know what development environments (which compiler, which libraries) do i need to develop a device d...
Summary: I have a Creative CD-RW. Normally when I place a music CD in the drive, it would automatically bring up Windows Media Player (being my default program...
Summary: Hello, I posted this in the linux forum, before I saw that there was also a programming section. This subject goes under both. But I would like to pos...
Summary: Iam facing a similar problem with the USB Audio Device of Logitech Web Cam.The code works properly on Mike connected to Sound Card but when i open the...
Summary: Hi, I'm not completely sure that this is the right section to be putting this question down in, but here goes. I have made a batch file that basical...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: I have written a code to retrive data from a file in C++,as follows cStud S; while(!f.eof()) { f.read((char*)&S,sizeof(S)); coutS; } where cStud...
Summary: I just started learning Javascript (I mean just, as in yesterday, the 3rd), and tried to make a simple addition program. First, it'll prompt you aski...
Summary: I'm taking a C++ class, and I have a problem I can't seem to figure out, I'm taking all the information from one file and transferring it to another. ...
Summary: I have an html program which opens up a child popup window: a modal dialog window. The problem: when I make changes to the sourcefile of the child win...
Summary: Well, my last problem got solved so quickly (thanks Jeff!) that I've decided to try again :). This problem will probably be a little tougher, though....
Summary: I am haveing a problem downloading the Microsoft platform SDk. All I want realy is the documentation and core. I get to the SDK upadte catalog where...
Summary: Hi, i have problems adding a ralation between two tables (My database is on access). I am getting this error message: "This constraint cannot be ena...
Summary: Hi, I wast to do a union of two tables in access: table1 columns are: Postcode|Private|Business| table2 columns are Postcode|Private|Business|Packs T...
Summary: There is one otherthing you can try. Try saving the file as "K" + Chr(38) + "N.csv" 38 is the ASCII code for an & and it might fool VB to ingnoring i...
Summary: Respected Sir/Madam I'm an engineering from India.I want to do device driver programming but i'm not able to start with it due to lack of information ...
Summary: I'm implementing a linked list and am using cin.getline() to get a name from the user. The problem is, when I'm using cin.getline() within my switch s...