Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CompareFileTime problems Pin
James R. Twine14-Jun-06 3:00
James R. Twine14-Jun-06 3:00 
AnswerRe: CompareFileTime problems Pin
Hamid_RT14-Jun-06 2:59
Hamid_RT14-Jun-06 2:59 
Questiondisplayiing a Dialog over a Dialog Pin
anilksingh14-Jun-06 2:06
anilksingh14-Jun-06 2:06 
AnswerRe: displayiing a Dialog over a Dialog Pin
Cedric Moonen14-Jun-06 2:14
Cedric Moonen14-Jun-06 2:14 
AnswerRe: displayiing a Dialog over a Dialog Pin
Laxman Auti14-Jun-06 2:15
Laxman Auti14-Jun-06 2:15 
AnswerRe: displayiing a Dialog over a Dialog [modified] Pin
_AnsHUMAN_ 14-Jun-06 2:18
_AnsHUMAN_ 14-Jun-06 2:18 
AnswerRe: displayiing a Dialog over a Dialog Pin
Naveen14-Jun-06 2:18
Naveen14-Jun-06 2:18 
AnswerRe: displayiing a Dialog over a Dialog Pin
Ganesh_T14-Jun-06 2:37
Ganesh_T14-Jun-06 2:37 
If you are displaying the dialog on click of another button the you can just do the DoModal() for another dialog and don't close the first one..
and If your dialog on top is covering first dialog then you can set the position of dialog by SetWindowPos.

If you Need to handle both the dialogs at same time you need to create them modeless

Cheers
"Peace of mind through Technology"

-- modified at 8:38 Wednesday 14th June, 2006
QuestionAlt+Tab Pin
Anu_Bala14-Jun-06 1:37
Anu_Bala14-Jun-06 1:37 
AnswerRe: Alt+Tab Pin
see me14-Jun-06 1:43
see me14-Jun-06 1:43 
GeneralRe: Alt+Tab Pin
Anu_Bala14-Jun-06 1:47
Anu_Bala14-Jun-06 1:47 
GeneralRe: Alt+Tab Pin
see me14-Jun-06 1:55
see me14-Jun-06 1:55 
GeneralRe: Alt+Tab [modified] Pin
_AnsHUMAN_ 14-Jun-06 2:08
_AnsHUMAN_ 14-Jun-06 2:08 
AnswerRe: Alt+Tab Pin
_AnsHUMAN_ 14-Jun-06 1:43
_AnsHUMAN_ 14-Jun-06 1:43 
AnswerRe: Alt+Tab Pin
see me14-Jun-06 1:52
see me14-Jun-06 1:52 
GeneralRe: Alt+Tab Pin
Cedric Moonen14-Jun-06 2:02
Cedric Moonen14-Jun-06 2:02 
GeneralRe: Alt+Tab [modified] Pin
Anu_Bala14-Jun-06 2:16
Anu_Bala14-Jun-06 2:16 
QuestionRe: Alt+Tab Pin
toxcct14-Jun-06 2:12
toxcct14-Jun-06 2:12 
AnswerOT Pin
kakan14-Jun-06 3:13
professionalkakan14-Jun-06 3:13 
JokeRe: OT Pin
toxcct14-Jun-06 3:13
toxcct14-Jun-06 3:13 
AnswerRe: Alt+Tab Pin
see me14-Jun-06 17:32
see me14-Jun-06 17:32 
AnswerRe: Alt+Tab Pin
Ganesh_T14-Jun-06 2:42
Ganesh_T14-Jun-06 2:42 
QuestionLoadIcon WINAPI Pin
NiceNaidu14-Jun-06 1:36
NiceNaidu14-Jun-06 1:36 
AnswerRe: LoadIcon WINAPI Pin
Viorel.14-Jun-06 1:42
Viorel.14-Jun-06 1:42 
GeneralRe: LoadIcon WINAPI Pin
NiceNaidu14-Jun-06 1:52
NiceNaidu14-Jun-06 1:52 

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.