Click here to Skip to main content
15,906,569 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Scroll bars in ClistCtrl Pin
Nishad S24-Sep-07 22:24
Nishad S24-Sep-07 22:24 
GeneralRe: Scroll bars in ClistCtrl Pin
josip cagalj24-Sep-07 23:19
josip cagalj24-Sep-07 23:19 
GeneralRe: Scroll bars in ClistCtrl Pin
Nishad S24-Sep-07 23:34
Nishad S24-Sep-07 23:34 
Questionedit file Pin
nitin324-Sep-07 20:10
nitin324-Sep-07 20:10 
AnswerRe: edit file Pin
Cedric Moonen24-Sep-07 20:27
Cedric Moonen24-Sep-07 20:27 
QuestionADO, C++ database? Please help. Pin
Wamuti24-Sep-07 19:44
Wamuti24-Sep-07 19:44 
AnswerRe: ADO, C++ database? Please help. Pin
Hamid_RT24-Sep-07 20:40
Hamid_RT24-Sep-07 20:40 
GeneralRe: ADO, C++ database? Please help. Pin
Wamuti24-Sep-07 21:03
Wamuti24-Sep-07 21:03 
Questionflexigrid in VC++.net2003 help!!! Pin
manuabhi24-Sep-07 19:09
manuabhi24-Sep-07 19:09 
Questionimage drawing problem Pin
trioum24-Sep-07 19:03
trioum24-Sep-07 19:03 
AnswerRe: image drawing problem Pin
Hamid_RT24-Sep-07 19:22
Hamid_RT24-Sep-07 19:22 
AnswerRe: image drawing problem Pin
Nelek24-Sep-07 21:31
protectorNelek24-Sep-07 21:31 
AnswerRe: image drawing problem Pin
bob1697225-Sep-07 1:42
bob1697225-Sep-07 1:42 
QuestionHow to send/receive raw data to/from USB Pin
Mohammad A Gdeisat24-Sep-07 16:34
Mohammad A Gdeisat24-Sep-07 16:34 
AnswerRe: How to send/receive raw data to/from USB Pin
Cedric Moonen24-Sep-07 20:32
Cedric Moonen24-Sep-07 20:32 
USB doesn't work the same way as standard serial port (COM port) work. You cannot open the USB and send/receive data on it.
Instead, ýou'll need to open the driver associated with your device (using CreateFile) and then you'll be able to read/write data (using ReadFile/WriteFile) to your device. You'll be also be able to send specific command codes to your driver using DeviceIOControl.

Normally, you should have received documentation with your board (and the driver also). Everything should be explained ther (because for example IO control codes are specific to the driver).


Cédric Moonen
Software developer

Charting control [v1.2]

Questionprogram runs and correct results, however, error messagr Pin
mrby12324-Sep-07 11:13
mrby12324-Sep-07 11:13 
AnswerRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 11:20
Mark Salsbery24-Sep-07 11:20 
GeneralRe: program runs and correct results, however, error messagr Pin
mrby12324-Sep-07 12:06
mrby12324-Sep-07 12:06 
GeneralRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 12:24
Mark Salsbery24-Sep-07 12:24 
GeneralRe: program runs and correct results, however, error messagr Pin
mrby12324-Sep-07 13:02
mrby12324-Sep-07 13:02 
QuestionRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 15:19
Mark Salsbery24-Sep-07 15:19 
AnswerRe: program runs and correct results, however, error messagr Pin
mrby12324-Sep-07 16:47
mrby12324-Sep-07 16:47 
GeneralRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 16:52
Mark Salsbery24-Sep-07 16:52 
Questionwhat kind of search is recommended??? Pin
pblais24-Sep-07 10:51
pblais24-Sep-07 10:51 
AnswerRe: what kind of search is recommended??? Pin
Waldermort24-Sep-07 19:16
Waldermort24-Sep-07 19:16 

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.