RE: Password dialog at application startup
From: Rahul T. (anonymous_at_discussions.microsoft.com)
Date: 04/14/04
- Next message: mjwang: "Question about global object in eVC++ 4.0 sp2"
- Previous message: Steve Maillet \(eMVP\): "Re: How to install a interrupt into the Wince system"
- In reply to: Selin Metin: "Password dialog at application startup"
- Next in thread: Selin Metin: "Re: Password dialog at application startup"
- Reply: Selin Metin: "Re: Password dialog at application startup"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 17:26:09 -0700
At the end call :
m_pMainWnd->SetForegroundWindow();
I guess when the dialog is dismissed ( IDOK or IDCANCEL), their is no other active window created for this application so the focus goes to the shell and your application window goes in the background.
Hope it helps,
-Rahul
- Next message: mjwang: "Question about global object in eVC++ 4.0 sp2"
- Previous message: Steve Maillet \(eMVP\): "Re: How to install a interrupt into the Wince system"
- In reply to: Selin Metin: "Password dialog at application startup"
- Next in thread: Selin Metin: "Re: Password dialog at application startup"
- Reply: Selin Metin: "Re: Password dialog at application startup"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|