Click here to Skip to main content
15,911,786 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How not to lose focus when a child dialog is created Pin
David Crow11-Feb-09 5:37
David Crow11-Feb-09 5:37 
AnswerRe: How not to lose focus when a child dialog is created Pin
materatsu11-Feb-09 6:10
materatsu11-Feb-09 6:10 
GeneralRe: How not to lose focus when a child dialog is created Pin
David Crow11-Feb-09 6:15
David Crow11-Feb-09 6:15 
AnswerRe: How not to lose focus when a child dialog is created Pin
Code-o-mat11-Feb-09 6:10
Code-o-mat11-Feb-09 6:10 
GeneralRe: How not to lose focus when a child dialog is created Pin
Perspx11-Feb-09 6:14
Perspx11-Feb-09 6:14 
GeneralRe: How not to lose focus when a child dialog is created Pin
Code-o-mat11-Feb-09 6:17
Code-o-mat11-Feb-09 6:17 
AnswerRe: How not to lose focus when a child dialog is created Pin
Perspx11-Feb-09 6:11
Perspx11-Feb-09 6:11 
GeneralRe: How not to lose focus when a child dialog is created Pin
materatsu11-Feb-09 6:44
materatsu11-Feb-09 6:44 
i have tried

Cdialog *d = new Cdialog(this);
	d->Create(Cdialog::IDD, this);
	d->ShowWindow(SW_SHOWNOACTIVATE);


and it stills do the same, it stills lose focus.

what i have notice is that using disable property of the dialog does not lose focus in the parent window but it of course disable the child window
QuestionHow to block unwanted websites using socket programming? Pin
ArashFar11-Feb-09 4:49
ArashFar11-Feb-09 4:49 
AnswerRe: How to block unwanted websites using socket programming? Pin
David Crow11-Feb-09 5:36
David Crow11-Feb-09 5:36 
GeneralRe: How to block unwanted websites using socket programming? Pin
ArashFar11-Feb-09 6:22
ArashFar11-Feb-09 6:22 
GeneralRe: How to block unwanted websites using socket programming? Pin
David Crow11-Feb-09 6:25
David Crow11-Feb-09 6:25 
GeneralRe: How to block unwanted websites using socket programming? Pin
led mike11-Feb-09 7:40
led mike11-Feb-09 7:40 
GeneralRe: How to block unwanted websites using socket programming? Pin
ArashFar14-Feb-09 7:40
ArashFar14-Feb-09 7:40 
QuestionRead KKEY_CURRENT_USER Registry? Pin
Software200711-Feb-09 4:48
Software200711-Feb-09 4:48 
AnswerRe: Read KKEY_CURRENT_USER Registry? Pin
David Crow11-Feb-09 5:01
David Crow11-Feb-09 5:01 
GeneralRe: Read KKEY_CURRENT_USER Registry? Pin
Software200711-Feb-09 5:06
Software200711-Feb-09 5:06 
GeneralRe: Read KKEY_CURRENT_USER Registry? Pin
led mike11-Feb-09 5:15
led mike11-Feb-09 5:15 
GeneralRe: Read KKEY_CURRENT_USER Registry? Pin
Software200711-Feb-09 5:20
Software200711-Feb-09 5:20 
GeneralRe: Read KKEY_CURRENT_USER Registry? Pin
Software200711-Feb-09 5:59
Software200711-Feb-09 5:59 
QuestionClass wrapper Pin
jung-kreidler11-Feb-09 4:29
jung-kreidler11-Feb-09 4:29 
AnswerRe: Class wrapper Pin
«_Superman_»11-Feb-09 15:38
professional«_Superman_»11-Feb-09 15:38 
GeneralRe: Class wrapper Pin
jung-kreidler11-Feb-09 20:15
jung-kreidler11-Feb-09 20:15 
QuestionKeypad Dialog Pin
Reagan Conservative11-Feb-09 3:42
Reagan Conservative11-Feb-09 3:42 
AnswerRe: Keypad Dialog Pin
David Crow11-Feb-09 4:28
David Crow11-Feb-09 4:28 

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.