Click here to Skip to main content
16,004,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++ debugger, mouse-over variable inspection question Pin
Dave Calkins7-Oct-10 5:31
Dave Calkins7-Oct-10 5:31 
GeneralRe: VC++ debugger, mouse-over variable inspection question Pin
Dave Calkins7-Oct-10 6:10
Dave Calkins7-Oct-10 6:10 
GeneralRe: VC++ debugger, mouse-over variable inspection question Pin
Code-o-mat7-Oct-10 22:25
Code-o-mat7-Oct-10 22:25 
QuestionINVALID_HANDLE_VALUE Pin
3bood.ghzawi7-Oct-10 2:18
3bood.ghzawi7-Oct-10 2:18 
AnswerRe: INVALID_HANDLE_VALUE Pin
Sauro Viti7-Oct-10 2:29
professionalSauro Viti7-Oct-10 2:29 
AnswerRe: INVALID_HANDLE_VALUE Pin
CPallini7-Oct-10 2:31
mveCPallini7-Oct-10 2:31 
AnswerRe: INVALID_HANDLE_VALUE Pin
bleedingfingers7-Oct-10 2:33
bleedingfingers7-Oct-10 2:33 
AnswerRe: INVALID_HANDLE_VALUE PinPopular
Luc Pattyn7-Oct-10 2:59
sitebuilderLuc Pattyn7-Oct-10 2:59 
When in trouble, read the manual. Better yet, read it before you get into trouble.

If the function fails, the return value is INVALID_HANDLE_VALUE. To get extended error information, call GetLastError.

There is no need for guessing, just call GetLastError() and you will know what gives.

Hmmm | :|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


Questionscrollbar doesnt work Pin
aangerma7-Oct-10 0:59
aangerma7-Oct-10 0:59 
AnswerRe: scrollbar doesnt work Pin
Dave Calkins7-Oct-10 2:54
Dave Calkins7-Oct-10 2:54 
QuestionRestrict Writing to USB Pin
Subrat Patnaik7-Oct-10 0:49
Subrat Patnaik7-Oct-10 0:49 
AnswerRe: Restrict Writing to USB Pin
«_Superman_»7-Oct-10 0:53
professional«_Superman_»7-Oct-10 0:53 
QuestionPlease help me for debug information. Pin
Le@rner7-Oct-10 0:39
Le@rner7-Oct-10 0:39 
AnswerRe: Please help me for debug information. Pin
Richard MacCutchan7-Oct-10 1:11
mveRichard MacCutchan7-Oct-10 1:11 
AnswerRe: Please help me for debug information. Pin
Alan Balkany7-Oct-10 4:48
Alan Balkany7-Oct-10 4:48 
QuestionPassing parameter in worker thread Pin
learningvisualc7-Oct-10 0:35
learningvisualc7-Oct-10 0:35 
AnswerRe: Passing parameter in worker thread Pin
«_Superman_»7-Oct-10 0:44
professional«_Superman_»7-Oct-10 0:44 
GeneralRe: Passing parameter in worker thread Pin
learningvisualc7-Oct-10 1:03
learningvisualc7-Oct-10 1:03 
GeneralRe: Passing parameter in worker thread Pin
«_Superman_»7-Oct-10 1:11
professional«_Superman_»7-Oct-10 1:11 
GeneralRe: Passing parameter in worker thread Pin
bleedingfingers7-Oct-10 1:11
bleedingfingers7-Oct-10 1:11 
QuestionDisable All Breakpoints In Visual C++ 6.0 Pin
User 74478396-Oct-10 23:14
User 74478396-Oct-10 23:14 
AnswerRe: Disable All Breakpoints In Visual C++ 6.0 Pin
bleedingfingers7-Oct-10 0:02
bleedingfingers7-Oct-10 0:02 
GeneralRe: Disable All Breakpoints In Visual C++ 6.0 Pin
User 74478397-Oct-10 0:11
User 74478397-Oct-10 0:11 
AnswerRe: Disable All Breakpoints In Visual C++ 6.0 Pin
Moak7-Oct-10 0:49
Moak7-Oct-10 0:49 
GeneralRe: Disable All Breakpoints In Visual C++ 6.0 Pin
bleedingfingers7-Oct-10 1:37
bleedingfingers7-Oct-10 1:37 

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.