Click here to Skip to main content
15,898,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drop List in a Combo Box Pin
Davros12-Feb-08 9:13
Davros12-Feb-08 9:13 
GeneralRe: Drop List in a Combo Box Pin
Davros13-Feb-08 0:12
Davros13-Feb-08 0:12 
QuestionRe: Drop List in a Combo Box Pin
David Crow12-Feb-08 7:49
David Crow12-Feb-08 7:49 
GeneralRe: Drop List in a Combo Box Pin
Davros12-Feb-08 9:11
Davros12-Feb-08 9:11 
GeneralSensor accessing Pin
SnaKeBeD12-Feb-08 4:18
SnaKeBeD12-Feb-08 4:18 
GeneralRe: Sensor accessing Pin
Matthew Faithfull12-Feb-08 4:28
Matthew Faithfull12-Feb-08 4:28 
GeneralRe: Sensor accessing Pin
SnaKeBeD12-Feb-08 4:35
SnaKeBeD12-Feb-08 4:35 
GeneralRe: Sensor accessing Pin
Cedric Moonen12-Feb-08 4:44
Cedric Moonen12-Feb-08 4:44 
The way to work with USB devices is to first get the handle to the driver by calling the CreateFile functions. Once you have the handle, you can start exchanging data with the device by calling ReadFile and WriteFile (passing the handle). You can also exchange specific IO control codes with the driver by calling DeviceIOControl.

That's from a high level overview. You should have received documentation with the driver itself describing how to use it the driver (what are the IO control codes you can exchange with it, which name you need to pass to the CreateFile function in order to retrieve the handle of the driver, ...).

Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Sensor accessing Pin
Matthew Faithfull12-Feb-08 4:57
Matthew Faithfull12-Feb-08 4:57 
GeneralRe: Sensor accessing Pin
Cedric Moonen12-Feb-08 4:36
Cedric Moonen12-Feb-08 4:36 
GeneralRe: Sensor accessing Pin
SnaKeBeD12-Feb-08 4:42
SnaKeBeD12-Feb-08 4:42 
GeneralRe: Sensor accessing Pin
SnaKeBeD12-Feb-08 4:48
SnaKeBeD12-Feb-08 4:48 
GeneralRe: Sensor accessing Pin
Iain Clarke, Warrior Programmer12-Feb-08 5:09
Iain Clarke, Warrior Programmer12-Feb-08 5:09 
GeneralOffice Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 4:02
softwaremonkey12-Feb-08 4:02 
QuestionRe: Office Automation - Locking a dcoument Pin
David Crow12-Feb-08 7:52
David Crow12-Feb-08 7:52 
GeneralRe: Office Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 8:04
softwaremonkey12-Feb-08 8:04 
QuestionRe: Office Automation - Locking a dcoument Pin
David Crow12-Feb-08 8:14
David Crow12-Feb-08 8:14 
GeneralRe: Office Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 8:43
softwaremonkey12-Feb-08 8:43 
GeneralRe: Office Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 11:13
softwaremonkey12-Feb-08 11:13 
GeneralHiding StandardOutput. Pin
Ashish Chauhan12-Feb-08 1:55
Ashish Chauhan12-Feb-08 1:55 
QuestionRe: Hiding StandardOutput. Pin
David Crow12-Feb-08 2:52
David Crow12-Feb-08 2:52 
GeneralRe: Hiding StandardOutput. Pin
Ashish Chauhan12-Feb-08 3:30
Ashish Chauhan12-Feb-08 3:30 
GeneralRe: Hiding StandardOutput. Pin
David Crow12-Feb-08 3:38
David Crow12-Feb-08 3:38 
GeneralProblem while running exe.. Pin
Ashish Chauhan12-Feb-08 1:45
Ashish Chauhan12-Feb-08 1:45 
GeneralRe: Problem while running exe.. Pin
Cedric Moonen12-Feb-08 1:54
Cedric Moonen12-Feb-08 1:54 

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.