Click here to Skip to main content
15,928,207 members
Home / Discussions / Mobile
   

Mobile

 
Generalprogramming win32 Vs MFC in CE Pin
ppp00128-Dec-03 17:00
ppp00128-Dec-03 17:00 
GeneralRe: programming win32 Vs MFC in CE Pin
#realJSOP28-Dec-03 23:59
professional#realJSOP28-Dec-03 23:59 
GeneralRe: programming win32 Vs MFC in CE Pin
ppp00129-Dec-03 6:58
ppp00129-Dec-03 6:58 
GeneralRe: programming win32 Vs MFC in CE Pin
#realJSOP29-Dec-03 7:14
professional#realJSOP29-Dec-03 7:14 
GeneralRe: programming win32 Vs MFC in CE Pin
ppp00130-Dec-03 3:28
ppp00130-Dec-03 3:28 
GeneralRe: programming win32 Vs MFC in CE Pin
Ian Darling30-Dec-03 4:09
Ian Darling30-Dec-03 4:09 
GeneralRe: programming win32 Vs MFC in CE Pin
#realJSOP30-Dec-03 5:05
professional#realJSOP30-Dec-03 5:05 
GeneralGetActiveWindow Pin
misha_grewal26-Dec-03 23:10
misha_grewal26-Dec-03 23:10 
GetActiveWindow returns the active window - be it system or the current running program window.

HANDLE h = GetActiveWindow();
///show some other dialog
mydlg->DoModal;
delete mydlg;
SetForeGroundWindow(h);

So whenever there is a system window like error message or battery information, GetActiveWindow returns the handle of this window. The SetForeGroundwindow method then takes the user to the Start menu rather than the previous program window.
Any ideas how to remove this defect. What other method can i use instead of GEtActiveWindow? Can i get window information like is it a system window or my program window. Would GetWindow help in this case?


Thanks...

Generalfile reading problem - pcoket pc Pin
bryce26-Dec-03 13:43
bryce26-Dec-03 13:43 
GeneralRe: file reading problem - pcoket pc Pin
Ian Darling26-Dec-03 14:17
Ian Darling26-Dec-03 14:17 
GeneralRe: file reading problem - pcoket pc Pin
bryce26-Dec-03 21:49
bryce26-Dec-03 21:49 
GeneralRe: file reading problem - pcoket pc Pin
IceBerG7129-Dec-03 20:17
IceBerG7129-Dec-03 20:17 
Generalqsort() problem on pocketpc Pin
Amit Dey26-Dec-03 11:39
Amit Dey26-Dec-03 11:39 
GeneralCCriticalSection and Locking Pin
Anonymous25-Dec-03 17:15
Anonymous25-Dec-03 17:15 
GeneralNot deleting particular file after unistallation of Cab Pin
shubhs24-Dec-03 21:19
shubhs24-Dec-03 21:19 
GeneralScrolling dialog III - The Re-Awakening Pin
#realJSOP23-Dec-03 7:03
professional#realJSOP23-Dec-03 7:03 
GeneralRe: Scrolling dialog III - The Re-Awakening Pin
Daniel Strigl23-Dec-03 7:10
Daniel Strigl23-Dec-03 7:10 
GeneralADOCE3.1 DLL registration programmatically Pin
shubhs19-Dec-03 19:25
shubhs19-Dec-03 19:25 
GeneralRe: ADOCE3.1 DLL registration programmatically Pin
João Paulo Figueira20-Dec-03 13:15
professionalJoão Paulo Figueira20-Dec-03 13:15 
GeneralScrolling Dialog in CE II - Son Of Scrolling Dialog Pin
#realJSOP18-Dec-03 6:05
professional#realJSOP18-Dec-03 6:05 
GeneralRe: Scrolling Dialog in CE II - Son Of Scrolling Dialog Pin
João Paulo Figueira18-Dec-03 7:46
professionalJoão Paulo Figueira18-Dec-03 7:46 
GeneralRe: Scrolling Dialog in CE II - Son Of Scrolling Dialog Pin
#realJSOP18-Dec-03 8:06
professional#realJSOP18-Dec-03 8:06 
GeneralRe: Scrolling Dialog in CE II - Son Of Scrolling Dialog Pin
Daniel Strigl18-Dec-03 20:05
Daniel Strigl18-Dec-03 20:05 
GeneralCompact Framework graphics Pin
RichLee16-Dec-03 23:18
RichLee16-Dec-03 23:18 
GeneralRe: Compact Framework graphics Pin
Daniel Strigl17-Dec-03 0:44
Daniel Strigl17-Dec-03 0:44 

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.