Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Callback function as a class member function Pin
Abhi Lahare23-Feb-04 17:42
Abhi Lahare23-Feb-04 17:42 
GeneralRe: Callback function as a class member function Pin
l a u r e n23-Feb-04 18:29
l a u r e n23-Feb-04 18:29 
Questionhow to add "script" tag to the html page? Pin
benben23-Feb-04 3:20
benben23-Feb-04 3:20 
AnswerRe: how to add "script" tag to the html page? Pin
David Crow23-Feb-04 4:05
David Crow23-Feb-04 4:05 
GeneralRe: how to add "script" tag to the html page? Pin
benben23-Feb-04 16:47
benben23-Feb-04 16:47 
General&255 Pin
styve23-Feb-04 3:12
styve23-Feb-04 3:12 
GeneralRe: &255 Pin
David Crow23-Feb-04 4:04
David Crow23-Feb-04 4:04 
GeneralUsing InvalidateRect to force screen update Pin
mortishroom23-Feb-04 2:14
mortishroom23-Feb-04 2:14 
Hi! I'm new to programming in VC+++, maybe someone here could help me out.Im using an 'InvalidateRect' in my application's 'OnIdle' message handler and it is returning an error.

here is the code :

InvalidateRect( hwnd, NULL, TRUE);

and the error:

hwnd : undeclared identifier

hwnd seems to be a pointer to the main window? do I have to define it?

GeneralRe: Using InvalidateRect to force screen update Pin
David Crow23-Feb-04 2:57
David Crow23-Feb-04 2:57 
GeneralRe: Using InvalidateRect to force screen update Pin
Prakash Nadar23-Feb-04 3:12
Prakash Nadar23-Feb-04 3:12 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom23-Feb-04 4:34
mortishroom23-Feb-04 4:34 
GeneralRe: Using InvalidateRect to force screen update Pin
Prakash Nadar23-Feb-04 5:24
Prakash Nadar23-Feb-04 5:24 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom23-Feb-04 7:53
mortishroom23-Feb-04 7:53 
GeneralRe: Using InvalidateRect to force screen update Pin
Robert A. T. Káldy23-Feb-04 11:24
Robert A. T. Káldy23-Feb-04 11:24 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom23-Feb-04 13:46
mortishroom23-Feb-04 13:46 
GeneralRe: Using InvalidateRect to force screen update Pin
Terry O'Nolley23-Feb-04 12:40
Terry O'Nolley23-Feb-04 12:40 
GeneralRe: Using InvalidateRect to force screen update Pin
mortishroom24-Feb-04 13:34
mortishroom24-Feb-04 13:34 
GeneralImage For a SliderControl Pin
Anonymous23-Feb-04 0:22
Anonymous23-Feb-04 0:22 
GeneralRe: Image For a SliderControl Pin
Selvam R23-Feb-04 0:33
professionalSelvam R23-Feb-04 0:33 
GeneralRe: Image For a SliderControl Pin
Prakash Nadar23-Feb-04 0:37
Prakash Nadar23-Feb-04 0:37 
GeneralServices Advanced Pin
JensB23-Feb-04 0:08
JensB23-Feb-04 0:08 
GeneralCrash without assert- and access-violation-message Pin
Gero Gerber23-Feb-04 0:01
Gero Gerber23-Feb-04 0:01 
GeneralRe: Crash without assert- and access-violation-message Pin
Prakash Nadar23-Feb-04 0:06
Prakash Nadar23-Feb-04 0:06 
GeneralRe: Crash without assert- and access-violation-message Pin
Gero Gerber23-Feb-04 0:09
Gero Gerber23-Feb-04 0:09 
GeneralRe: Crash without assert- and access-violation-message Pin
Prakash Nadar23-Feb-04 0:39
Prakash Nadar23-Feb-04 0:39 

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.