Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOH NOOOOOO Pin
28-Jan-01 0:48
suss28-Jan-01 0:48 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 2:22
suss28-Jan-01 2:22 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 2:54
suss28-Jan-01 2:54 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 2:54
suss28-Jan-01 2:54 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 2:57
suss28-Jan-01 2:57 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 3:00
suss28-Jan-01 3:00 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 3:00
suss28-Jan-01 3:00 
GeneralRe: OH NOOOOOO Pin
28-Jan-01 8:42
suss28-Jan-01 8:42 
How is that? I just tried what I gave you up and the app exists in the
Task List!

Maybe you missed these lines. Probably deleted them as well with the DoModal() call!

Remember to have these lines existed in your code lines:

CwhateverDlg dlg;
m_pMainWnd = &dlg;


Coz the above 2 lines are the application object! Big Grin | :-D
Just don't call the DoModal() guy! As I said when your app goes into the tray as an icon, you must have a context menu (right click) and an item to reload/show it on the screen! Or the double click procedure!

Tyr again and it should work!
Good Luck! Smile | :)
GeneralRe: Doesn't work BUT Pin
28-Jan-01 9:22
suss28-Jan-01 9:22 
GeneralRe: Doesn't work BUT Pin
28-Jan-01 9:48
suss28-Jan-01 9:48 
GeneralRe: Hiding a Dialog Pin
Christian Graus28-Jan-01 11:10
protectorChristian Graus28-Jan-01 11:10 
GeneralRe: Hiding a Dialog Pin
28-Jan-01 11:23
suss28-Jan-01 11:23 
GeneralRe: Hiding a Dialog Pin
28-Jan-01 23:37
suss28-Jan-01 23:37 
GeneralRe: Hiding a Dialog Pin
28-Jan-01 23:39
suss28-Jan-01 23:39 
GeneralRe: Hiding a Dialog Pin
Christian Graus29-Jan-01 11:45
protectorChristian Graus29-Jan-01 11:45 
GeneralRe: Hiding a Dialog Pin
28-Jan-01 23:39
suss28-Jan-01 23:39 
QuestionAnyone got calculator source?? Pin
26-Jan-01 19:07
suss26-Jan-01 19:07 
AnswerRe: Anyone got calculator source?? Pin
Christian Graus28-Jan-01 11:04
protectorChristian Graus28-Jan-01 11:04 
GeneralRe: Anyone got calculator source?? Pin
28-Jan-01 11:16
suss28-Jan-01 11:16 
AnswerRe: Anyone got calculator source?? Pin
Suha Aktan30-Jan-01 11:19
Suha Aktan30-Jan-01 11:19 
GeneralSetFocus for a child window Pin
kk926-Jan-01 11:56
kk926-Jan-01 11:56 
GeneralRe: SetFocus for a child window Pin
Michael Dunn26-Jan-01 20:32
sitebuilderMichael Dunn26-Jan-01 20:32 
GeneralRe: SetFocus for a child window Pin
kk928-Jan-01 6:54
kk928-Jan-01 6:54 
GeneralDrawing line with end point Pin
26-Jan-01 8:35
suss26-Jan-01 8:35 
GeneralRe: Drawing line with end point Pin
Erik Thompson26-Jan-01 10:00
sitebuilderErik Thompson26-Jan-01 10:00 

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.