Click here to Skip to main content
15,911,646 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Serialize for MFC Pin
Ancient Dragon3-May-03 16:34
Ancient Dragon3-May-03 16:34 
GeneraleMbedded Visual C++ Help Pin
Jarek G1-May-03 1:03
Jarek G1-May-03 1:03 
GeneralRe: eMbedded Visual C++ Help Pin
João Paulo Figueira1-May-03 10:51
professionalJoão Paulo Figueira1-May-03 10:51 
GeneralRe: eMbedded Visual C++ Help Pin
Jarek G1-May-03 22:34
Jarek G1-May-03 22:34 
GeneralKilling an aplication Pin
Mariz29-Apr-03 4:24
Mariz29-Apr-03 4:24 
GeneralRe: Killing an aplication Pin
João Paulo Figueira29-Apr-03 6:37
professionalJoão Paulo Figueira29-Apr-03 6:37 
GeneralRe: Killing an aplication Pin
Mariz22-May-03 6:47
Mariz22-May-03 6:47 
GeneralRe: Killing an aplication Pin
João Paulo Figueira22-May-03 7:23
professionalJoão Paulo Figueira22-May-03 7:23 
Mariz wrote:
press the close button(X)

Well, it is NOT a close button. Microsoft calls it a "smart minimize" button. When you press it on the main window, you get a stream of messages, the first of which is WM_IME_NOTIFY with wParam = IMN_CLOSESTATUSWINDOW. The second message is WM_IME_SETCONTEXT with wParam = FALSE and lParam = ISC_SHOWUIALL.

Maybe you can intercept these messages and close your application appropriately, by sending a WM_CLOSE message to your main window.
GeneralRe: Killing an aplication Pin
Mariz23-May-03 7:52
Mariz23-May-03 7:52 
GeneralRe: Killing an aplication Pin
João Paulo Figueira23-May-03 11:28
professionalJoão Paulo Figueira23-May-03 11:28 
GeneralRe: Killing an aplication Pin
Mariz29-May-03 7:13
Mariz29-May-03 7:13 
GeneralProblems displaying icons in a dialog Pin
Jose M Castellanos28-Apr-03 0:29
Jose M Castellanos28-Apr-03 0:29 
GeneralRe: Problems displaying icons in a dialog Pin
João Paulo Figueira28-Apr-03 0:56
professionalJoão Paulo Figueira28-Apr-03 0:56 
GeneralDifferent languages still appear Pin
Jose M Castellanos28-Apr-03 20:52
Jose M Castellanos28-Apr-03 20:52 
GeneralRe: Different languages still appear Pin
João Paulo Figueira28-Apr-03 21:48
professionalJoão Paulo Figueira28-Apr-03 21:48 
GeneralRemote Access Service(RAS) Pin
AKSIVAKUMAR25-Apr-03 23:41
AKSIVAKUMAR25-Apr-03 23:41 
GeneralRe: Remote Access Service(RAS) Pin
João Paulo Figueira27-Apr-03 1:04
professionalJoão Paulo Figueira27-Apr-03 1:04 
GeneralDisplay Wait Cursor Pin
Mahesh Varma21-Apr-03 22:51
Mahesh Varma21-Apr-03 22:51 
GeneralSoft Reset Pin
AKSIVAKUMAR21-Apr-03 20:03
AKSIVAKUMAR21-Apr-03 20:03 
GeneralRe: Soft Reset Pin
João Paulo Figueira22-Apr-03 0:41
professionalJoão Paulo Figueira22-Apr-03 0:41 
GeneralMail using SMTP/POP3 Pin
AKSIVAKUMAR21-Apr-03 19:55
AKSIVAKUMAR21-Apr-03 19:55 
GeneralDebugging Pin
vikramlinux21-Apr-03 19:52
vikramlinux21-Apr-03 19:52 
GeneralReginalConfiguration Pin
AKSIVAKUMAR21-Apr-03 19:50
AKSIVAKUMAR21-Apr-03 19:50 
GeneralStartMenu Pin
AKSIVAKUMAR21-Apr-03 19:30
AKSIVAKUMAR21-Apr-03 19:30 
GeneralRe: StartMenu Pin
João Paulo Figueira22-Apr-03 0:51
professionalJoão Paulo Figueira22-Apr-03 0:51 

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.