Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in changing background color of dialog box Pin
Cyber Friend13-Nov-06 0:45
Cyber Friend13-Nov-06 0:45 
GeneralRe: Problem in changing background color of dialog box Pin
_AnsHUMAN_ 13-Nov-06 2:20
_AnsHUMAN_ 13-Nov-06 2:20 
GeneralRe: Problem in changing background color of dialog box Pin
Cyber Friend13-Nov-06 3:29
Cyber Friend13-Nov-06 3:29 
GeneralRe: Problem in changing background color of dialog box Pin
Hamid_RT13-Nov-06 5:31
Hamid_RT13-Nov-06 5:31 
QuestionMFC Pin
satyanarayanarao12-Nov-06 21:53
satyanarayanarao12-Nov-06 21:53 
AnswerRe: MFC Pin
Rage12-Nov-06 21:58
professionalRage12-Nov-06 21:58 
GeneralRe: MFC Pin
satyanarayanarao12-Nov-06 22:01
satyanarayanarao12-Nov-06 22:01 
AnswerRe: MFC Pin
Cedric Moonen12-Nov-06 22:09
Cedric Moonen12-Nov-06 22:09 
satyanarayanarao wrote:
to the controller board through usb port


USB doesn't work the same way as a serial port: you don't send data on a port but you communicate with a driver instead. And the driver is responsible for teh communication over the USB with the connected device. What kind of device is connected on the USB ? You certainly received a driver with the 'board' and you probably received documentation with it.
To communicate with the driver, you first need to get a handle through the CreateFile function then you can exchange information by using DeviceIOControl function. The code you need to pass to this function are device dependant so you need to check your documentation.


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

QuestionAccessing private Member Pin
baerten12-Nov-06 21:17
baerten12-Nov-06 21:17 
AnswerRe: Accessing private Member Pin
Aqueel12-Nov-06 21:45
Aqueel12-Nov-06 21:45 
GeneralRe: Accessing private Member Pin
David Crow13-Nov-06 3:56
David Crow13-Nov-06 3:56 
AnswerRe: Accessing private Member Pin
Christian Graus12-Nov-06 21:48
protectorChristian Graus12-Nov-06 21:48 
GeneralRe: Accessing private Member Pin
Aqueel12-Nov-06 22:04
Aqueel12-Nov-06 22:04 
GeneralRe: Accessing private Member Pin
baerten12-Nov-06 22:22
baerten12-Nov-06 22:22 
GeneralRe: Accessing private Member Pin
Aqueel13-Nov-06 2:26
Aqueel13-Nov-06 2:26 
QuestionReduce colors of bitmap files Pin
includeh1012-Nov-06 20:51
includeh1012-Nov-06 20:51 
AnswerRe: Reduce colors of bitmap files Pin
Christian Graus12-Nov-06 21:47
protectorChristian Graus12-Nov-06 21:47 
Questionpassing structs Pin
thathvamsi12-Nov-06 20:49
thathvamsi12-Nov-06 20:49 
AnswerRe: passing structs Pin
Rage12-Nov-06 21:44
professionalRage12-Nov-06 21:44 
AnswerOT Pin
Rage12-Nov-06 21:46
professionalRage12-Nov-06 21:46 
GeneralRe: OT Pin
thathvamsi12-Nov-06 21:51
thathvamsi12-Nov-06 21:51 
GeneralRe: OT Pin
Rage12-Nov-06 22:07
professionalRage12-Nov-06 22:07 
GeneralRe: OT Pin
thathvamsi12-Nov-06 22:11
thathvamsi12-Nov-06 22:11 
GeneralRe: OT Pin
Rage12-Nov-06 23:34
professionalRage12-Nov-06 23:34 
QuestionRe: OT Pin
David Crow13-Nov-06 3:49
David Crow13-Nov-06 3:49 

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.