Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: template function v.s. template class Pin
George_George12-Dec-07 21:45
George_George12-Dec-07 21:45 
Generalanother day, another series of dumbass questions... Pin
toxcct12-Dec-07 23:16
toxcct12-Dec-07 23:16 
GeneralCan anyone explain me... Pin
Nelek13-Dec-07 0:39
protectorNelek13-Dec-07 0:39 
GeneralRe: Can anyone explain me... Pin
George_George13-Dec-07 0:43
George_George13-Dec-07 0:43 
GeneralRe: Can anyone explain me... [modified] Pin
toxcct13-Dec-07 3:10
toxcct13-Dec-07 3:10 
QuestionHelp required for USB interface support for a MFC application Pin
amit ghatwal12-Dec-07 18:57
amit ghatwal12-Dec-07 18:57 
GeneralRe: Help required for USB interface support for a MFC application Pin
Don Box12-Dec-07 19:31
Don Box12-Dec-07 19:31 
GeneralRe: Help required for USB interface support for a MFC application Pin
Cedric Moonen12-Dec-07 20:15
Cedric Moonen12-Dec-07 20:15 
A USB port is not similar to a serial port. You cannot just get a handle to the bus and send data on it. What you need to do, is get a handle to a specific device driver (using CreateFile) and then you'll be able to exchange data with this specific device (using WriteFile and ReadFile). The string you need to supply to CreateFile is something that is specific for the driver. You should check in the documentation that is supplied with the USB device (if it comes with a SDK).



Cédric Moonen
Software developer

Charting control [v1.2]

QuestionHow to add SelectAll in CFileDialog Pin
santhoshv8412-Dec-07 17:42
santhoshv8412-Dec-07 17:42 
AnswerRe: How to add SelectAll in CFileDialog Pin
Naveen12-Dec-07 18:16
Naveen12-Dec-07 18:16 
GeneralRe: How to add SelectAll in CFileDialog Pin
santhoshv8412-Dec-07 18:36
santhoshv8412-Dec-07 18:36 
GeneralRe: How to add SelectAll in CFileDialog Pin
Naveen12-Dec-07 20:51
Naveen12-Dec-07 20:51 
QuestionRe: How to add SelectAll in CFileDialog Pin
David Crow13-Dec-07 4:29
David Crow13-Dec-07 4:29 
GeneralRe: How to add SelectAll in CFileDialog Pin
santhoshv8413-Dec-07 17:15
santhoshv8413-Dec-07 17:15 
GeneralRe: How to add SelectAll in CFileDialog Pin
David Crow14-Dec-07 2:55
David Crow14-Dec-07 2:55 
General"rich text file(RTF)" text extracting using CRichViewEdit Pin
CodingLover12-Dec-07 17:09
CodingLover12-Dec-07 17:09 
GeneralRe: "rich text file(RTF)" text extracting using CRichViewEdit Pin
CPallini12-Dec-07 21:37
mveCPallini12-Dec-07 21:37 
GeneralRe: "rich text file(RTF)" text extracting using CRichViewEdit Pin
CodingLover12-Dec-07 21:52
CodingLover12-Dec-07 21:52 
GeneralRe: "rich text file(RTF)" text extracting using CRichViewEdit Pin
CPallini12-Dec-07 22:01
mveCPallini12-Dec-07 22:01 
GeneralRe: "rich text file(RTF)" text extracting using CRichViewEdit Pin
CodingLover12-Dec-07 22:27
CodingLover12-Dec-07 22:27 
GeneralRe: "rich text file(RTF)" text extracting using CRichViewEdit Pin
CodingLover12-Dec-07 23:56
CodingLover12-Dec-07 23:56 
GeneralRe: "rich text file(RTF)" text extracting using CRichViewEdit Pin
David Crow13-Dec-07 4:48
David Crow13-Dec-07 4:48 
QuestionLooking for a suitable zip lib which can access subdirectory Pin
Peter, Chan12-Dec-07 16:40
Peter, Chan12-Dec-07 16:40 
GeneralRe: Looking for a suitable zip lib which can access subdirectory Pin
kanduripavan4-Apr-08 20:23
kanduripavan4-Apr-08 20:23 
GeneralStructure as a proc in a DLL Pin
ForNow12-Dec-07 13:33
ForNow12-Dec-07 13:33 

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.