Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDialog handle of Dialog-based application Pin
rp_suman23-Jul-07 18:32
rp_suman23-Jul-07 18:32 
AnswerRe: Dialog handle of Dialog-based application Pin
MANISH RASTOGI23-Jul-07 18:48
MANISH RASTOGI23-Jul-07 18:48 
GeneralRe: Dialog handle of Dialog-based application Pin
rp_suman23-Jul-07 19:07
rp_suman23-Jul-07 19:07 
AnswerRe: Dialog handle of Dialog-based application Pin
Hamid_RT31-Jul-07 20:07
Hamid_RT31-Jul-07 20:07 
QuestionDirectshow linking errors - VC++ Pin
techratna23-Jul-07 16:57
techratna23-Jul-07 16:57 
AnswerRe: Directshow linking errors - VC++ Pin
Mark Salsbery23-Jul-07 18:59
Mark Salsbery23-Jul-07 18:59 
QuestionChild frame and multiple view problem Pin
oro7723-Jul-07 14:58
oro7723-Jul-07 14:58 
AnswerRe: Child frame and multiple view problem Pin
Mark Salsbery23-Jul-07 16:23
Mark Salsbery23-Jul-07 16:23 
Typically you should be drawing in a view, in a CView::OnDraw() override.

You're drawing in a frame window, which, if there's a view embedded in it, the view window is
covering whatever you draw.

If there's not an embedded view in the frame, then you need to draw your bitmap in response to
WM_PAINT.

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Child frame and multiple view problem Pin
oro7724-Jul-07 14:39
oro7724-Jul-07 14:39 
Questionlogin Pin
dellthinker23-Jul-07 14:46
dellthinker23-Jul-07 14:46 
AnswerRe: login Pin
Mark Salsbery23-Jul-07 16:31
Mark Salsbery23-Jul-07 16:31 
Questiontime difference in seconds between myTime and ZeroTime Pin
beriho23-Jul-07 9:57
beriho23-Jul-07 9:57 
AnswerRe: time difference in seconds between myTime and ZeroTime Pin
David Crow23-Jul-07 10:54
David Crow23-Jul-07 10:54 
GeneralRe: time difference in seconds between myTime and ZeroTime [modified] Pin
beriho23-Jul-07 11:07
beriho23-Jul-07 11:07 
GeneralRe: time difference in seconds between myTime and ZeroTime Pin
David Crow24-Jul-07 2:47
David Crow24-Jul-07 2:47 
AnswerRe: time difference in seconds between myTime and ZeroTime Pin
DevMentor.org23-Jul-07 11:43
DevMentor.org23-Jul-07 11:43 
Questionmultiple request,response using sockets ? Pin
jalsa G23-Jul-07 8:42
jalsa G23-Jul-07 8:42 
AnswerRe: multiple request,response using sockets ? Pin
led mike23-Jul-07 9:19
led mike23-Jul-07 9:19 
JokeRe: multiple request,response using sockets ? Pin
Randor 23-Jul-07 11:05
professional Randor 23-Jul-07 11:05 
GeneralRe: multiple request,response using sockets ? Pin
Mark Salsbery23-Jul-07 11:33
Mark Salsbery23-Jul-07 11:33 
GeneralRe: multiple request,response using sockets ? Pin
led mike23-Jul-07 12:10
led mike23-Jul-07 12:10 
Questionerase cookies cookie from webbrowser control Pin
awah23-Jul-07 8:28
awah23-Jul-07 8:28 
QuestionRe: erase cookies cookie from webbrowser control Pin
David Crow23-Jul-07 8:55
David Crow23-Jul-07 8:55 
AnswerRe: erase cookies cookie from webbrowser control Pin
awah23-Jul-07 9:17
awah23-Jul-07 9:17 
GeneralRe: erase cookies cookie from webbrowser control Pin
led mike23-Jul-07 9:23
led mike23-Jul-07 9:23 

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.