Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COleVariant decimal value Pin
littleGreenDude11-Jan-08 8:03
littleGreenDude11-Jan-08 8:03 
GeneralRe: COleVariant decimal value Pin
led mike11-Jan-08 8:32
led mike11-Jan-08 8:32 
GeneralGDI+ Region::IsVisible Pin
bob1697211-Jan-08 7:11
bob1697211-Jan-08 7:11 
GeneralRe: GDI+ Region::IsVisible Pin
Mark Salsbery11-Jan-08 8:16
Mark Salsbery11-Jan-08 8:16 
GeneralRe: GDI+ Region::IsVisible Pin
bob1697211-Jan-08 10:40
bob1697211-Jan-08 10:40 
JokeRe: GDI+ Region::IsVisible Pin
Mark Salsbery11-Jan-08 10:48
Mark Salsbery11-Jan-08 10:48 
QuestionHow to communicate through USB port Pin
AprNgp11-Jan-08 5:39
AprNgp11-Jan-08 5:39 
AnswerRe: How to communicate through USB port Pin
led mike11-Jan-08 7:01
led mike11-Jan-08 7:01 
Never done it but using Google I found a programming manual for a specific USB device[^].

3.0 Overview
To communicate with USB IO Driver one must first enumerate the
device. The enumeration of the device returns a device name. This
device name is used to open the interface, using CreateFile(). Once
you have the handle from CreateFile() you can use DeviceIOControl()
to communicate to the USB IO Device and CloseHandle() to close it.
The hardest part is getting the device name the rest is simply. To send
commands to the USB IO device simply build a command packet and
submit it using the DeviceIOControl functions.



GeneralRe: How to communicate through USB port Pin
AprNgp11-Jan-08 7:06
AprNgp11-Jan-08 7:06 
AnswerRe: How to communicate through USB port Pin
Cedric Moonen11-Jan-08 8:04
Cedric Moonen11-Jan-08 8:04 
Answerwhat about Serial Port ? Pin
AprNgp12-Jan-08 0:23
AprNgp12-Jan-08 0:23 
GeneralRe: what about Serial Port ? Pin
CPallini12-Jan-08 2:44
mveCPallini12-Jan-08 2:44 
QuestionDeclare, define a varibale in a windows form application Pin
Manfr3d11-Jan-08 4:50
Manfr3d11-Jan-08 4:50 
QuestionRe: Declare, define a varibale in a windows form application Pin
David Crow11-Jan-08 5:00
David Crow11-Jan-08 5:00 
GeneralRe: Declare, define a varibale in a windows form application Pin
Matthew Faithfull11-Jan-08 5:01
Matthew Faithfull11-Jan-08 5:01 
QuestionRe: Declare, define a varibale in a windows form application Pin
Hamid_RT11-Jan-08 5:17
Hamid_RT11-Jan-08 5:17 
GeneralRe: Declare, define a varibale in a windows form application Pin
Manfr3d12-Jan-08 1:44
Manfr3d12-Jan-08 1:44 
GeneralRe: Declare, define a varibale in a windows form application Pin
Hamid_RT12-Jan-08 7:38
Hamid_RT12-Jan-08 7:38 
GeneralStill confused why working set larger than virtual memory Pin
George_George11-Jan-08 3:35
George_George11-Jan-08 3:35 
GeneralRe: Still confused why working set larger than virtual memory Pin
Matthew Faithfull11-Jan-08 4:59
Matthew Faithfull11-Jan-08 4:59 
GeneralRe: Still confused why working set larger than virtual memory Pin
CPallini11-Jan-08 5:07
mveCPallini11-Jan-08 5:07 
GeneralRe: Still confused why working set larger than virtual memory Pin
George_George12-Jan-08 3:44
George_George12-Jan-08 3:44 
GeneralRe: Still confused why working set larger than virtual memory [modified] Pin
CPallini12-Jan-08 4:26
mveCPallini12-Jan-08 4:26 
GeneralRe: Still confused why working set larger than virtual memory Pin
George_George12-Jan-08 3:48
George_George12-Jan-08 3:48 
QuestionRe: Still confused why working set larger than virtual memory Pin
David Crow11-Jan-08 5:02
David Crow11-Jan-08 5:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.