Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HDC Pin
Cedric Moonen16-Aug-09 23:21
Cedric Moonen16-Aug-09 23:21 
GeneralRe: HDC Pin
Code-o-mat16-Aug-09 23:44
Code-o-mat16-Aug-09 23:44 
QuestionDialogBox Pin
kk.tvm16-Aug-09 22:26
kk.tvm16-Aug-09 22:26 
AnswerRe: DialogBox Pin
Code-o-mat16-Aug-09 22:30
Code-o-mat16-Aug-09 22:30 
GeneralRe: DialogBox Pin
kk.tvm16-Aug-09 22:32
kk.tvm16-Aug-09 22:32 
GeneralRe: DialogBox Pin
Code-o-mat16-Aug-09 22:49
Code-o-mat16-Aug-09 22:49 
GeneralRe: DialogBox Pin
kk.tvm16-Aug-09 23:00
kk.tvm16-Aug-09 23:00 
AnswerRe: DialogBox Pin
Rajesh R Subramanian16-Aug-09 22:36
professionalRajesh R Subramanian16-Aug-09 22:36 
kk.tvm wrote:
I use ShowWindow( SW_HIDE ) function in InitDialog of DialogBox, but it is not working


Until InitDialog() has returned, the dialog window is not shown. So, don't be surprised if that fails.

Instead, put that ShowWindow(SW_HIDE) call as the first line within your dialog's OnPaint() handler. BTW, may I politely ask why are you hiding the dialog window?


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: DialogBox Pin
kk.tvm16-Aug-09 22:58
kk.tvm16-Aug-09 22:58 
GeneralRe: DialogBox Pin
Rajesh R Subramanian16-Aug-09 23:08
professionalRajesh R Subramanian16-Aug-09 23:08 
AnswerRe: DialogBox Pin
Michael Schubert17-Aug-09 3:07
Michael Schubert17-Aug-09 3:07 
AnswerRe: DialogBox Pin
KarstenK17-Aug-09 3:48
mveKarstenK17-Aug-09 3:48 
QuestionMessage Closed Pin
16-Aug-09 21:21
coopoll16-Aug-09 21:21 
AnswerBlatant advertisement! Pin
Rajesh R Subramanian16-Aug-09 22:11
professionalRajesh R Subramanian16-Aug-09 22:11 
Questiondraw Visualization in custom directshow mp3 player Pin
raj157616-Aug-09 20:18
raj157616-Aug-09 20:18 
AnswerRe: draw Visualization in custom directshow mp3 player Pin
zhu_lin17-Aug-09 14:47
zhu_lin17-Aug-09 14:47 
GeneralRe: draw Visualization in custom directshow mp3 player Pin
raj157617-Aug-09 20:23
raj157617-Aug-09 20:23 
QuestionChange CFrameWnd background color Pin
Tran Vu Quan16-Aug-09 18:41
Tran Vu Quan16-Aug-09 18:41 
AnswerRe: Change CFrameWnd background color Pin
«_Superman_»16-Aug-09 19:45
professional«_Superman_»16-Aug-09 19:45 
QuestionCDateTimeCtrl in MFC - How to Use? Pin
Larry Mills Sr16-Aug-09 14:59
Larry Mills Sr16-Aug-09 14:59 
AnswerRe: CDateTimeCtrl in MFC - How to Use? Pin
David Crow17-Aug-09 3:14
David Crow17-Aug-09 3:14 
GeneralRe: CDateTimeCtrl in MFC - How to Use? Pin
Larry Mills Sr17-Aug-09 4:19
Larry Mills Sr17-Aug-09 4:19 
GeneralRe: CDateTimeCtrl in MFC - How to Use? Pin
David Crow17-Aug-09 4:25
David Crow17-Aug-09 4:25 
GeneralRe: CDateTimeCtrl in MFC - How to Use? Pin
Larry Mills Sr19-Aug-09 8:07
Larry Mills Sr19-Aug-09 8:07 
QuestionRe: CDateTimeCtrl in MFC - How to Use? Pin
David Crow19-Aug-09 8:29
David Crow19-Aug-09 8:29 

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.