Click here to Skip to main content
15,894,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Files listed in windows MRU using VC++ Pin
Rajesh R Subramanian8-Jan-08 23:13
professionalRajesh R Subramanian8-Jan-08 23:13 
Questionenabling and disabling ethernet connection using c++ Pin
tassadaque8-Jan-08 22:36
tassadaque8-Jan-08 22:36 
GeneralRe: enabling and disabling ethernet connection using c++ Pin
Maxwell Chen8-Jan-08 23:24
Maxwell Chen8-Jan-08 23:24 
GeneralRe: enabling and disabling ethernet connection using c++ Pin
Vaibhav Gade17-Jan-08 22:49
Vaibhav Gade17-Jan-08 22:49 
QuestionRe: enabling and disabling ethernet connection using c++ Pin
Vaibhav Gade20-Jan-08 21:34
Vaibhav Gade20-Jan-08 21:34 
GeneralRe: enabling and disabling ethernet connection using c++ Pin
David Crow9-Jan-08 3:40
David Crow9-Jan-08 3:40 
QuestionOpen USB connection? Pin
bosfan8-Jan-08 22:33
bosfan8-Jan-08 22:33 
AnswerRe: Open USB connection? Pin
Cedric Moonen8-Jan-08 23:20
Cedric Moonen8-Jan-08 23:20 
You don't open a USB connection. What you do instead is open a handle to the driver of the USB device (using CreateFile) and using WriteFile and ReadFile to write and read data.
The name you need to supply to CreateFile depends of the driver itself. But in the case of a USB stick, you don't do it this way, you just open a file on the USB stick by providing the full path to it.


Cédric Moonen
Software developer

Charting control [v1.2]

Questionhow to make the button in mfc invisible/visible at run time Pin
Girish Kumar8-Jan-08 22:32
Girish Kumar8-Jan-08 22:32 
AnswerRe: how to make the button in mfc invisible/visible at run time [modified] Pin
toxcct8-Jan-08 22:36
toxcct8-Jan-08 22:36 
GeneralRe: how to make the button in mfc invisible/visible at run time Pin
prasad_som9-Jan-08 0:50
prasad_som9-Jan-08 0:50 
GeneralRe: how to make the button in mfc invisible/visible at run time Pin
CPallini9-Jan-08 1:00
mveCPallini9-Jan-08 1:00 
GeneralDialog application as dll Pin
Shivarudrayya H8-Jan-08 22:31
Shivarudrayya H8-Jan-08 22:31 
GeneralRe: Dialog application as dll Pin
Nishad S9-Jan-08 0:58
Nishad S9-Jan-08 0:58 
GeneralRe: Dialog application as dll Pin
CPallini9-Jan-08 2:30
mveCPallini9-Jan-08 2:30 
QuestionUpdate XML file attributes using Win 32 Console Application? Pin
sharanu8-Jan-08 22:04
sharanu8-Jan-08 22:04 
AnswerRe: Update XML file attributes using Win 32 Console Application? Pin
CPallini8-Jan-08 22:10
mveCPallini8-Jan-08 22:10 
GeneralRe: Update XML file attributes using Win 32 Console Application? Pin
sharanu8-Jan-08 23:25
sharanu8-Jan-08 23:25 
GeneralRe: Update XML file attributes using Win 32 Console Application? Pin
CPallini8-Jan-08 23:43
mveCPallini8-Jan-08 23:43 
AnswerRe: Update XML file attributes using Win 32 Console Application? Pin
toxcct8-Jan-08 22:25
toxcct8-Jan-08 22:25 
GeneralRe: Update XML file attributes using Win 32 Console Application? Pin
sharanu8-Jan-08 23:26
sharanu8-Jan-08 23:26 
GeneralRe: Update XML file attributes using Win 32 Console Application? Pin
toxcct8-Jan-08 23:36
toxcct8-Jan-08 23:36 
GeneralRe: Update XML file attributes using Win 32 Console Application? Pin
sharanu8-Jan-08 23:36
sharanu8-Jan-08 23:36 
GeneralRe: Update XML file attributes using Win 32 Console Application? Pin
toxcct8-Jan-08 23:40
toxcct8-Jan-08 23:40 
QuestionHow to get CMainFrame's handle in CFormView::OnInitialUpdate Pin
hanlei00000000098-Jan-08 21:57
hanlei00000000098-Jan-08 21:57 

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.