Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Displaying child window on dual monitor?? Pin
Shraddhan23-Jan-06 1:17
Shraddhan23-Jan-06 1:17 
QuestionWinhelp and the afxdlg.rtf file. Pin
Nick Cassavaugh12-Jan-06 16:30
Nick Cassavaugh12-Jan-06 16:30 
AnswerRe: Winhelp and the afxdlg.rtf file. Pin
Shraddhan25-Jan-06 12:48
Shraddhan25-Jan-06 12:48 
Questionhowto launch indepndent process Pin
bodhi rayo12-Jan-06 16:24
bodhi rayo12-Jan-06 16:24 
AnswerRe: howto launch indepndent process Pin
Stephen Hewitt12-Jan-06 20:14
Stephen Hewitt12-Jan-06 20:14 
GeneralRe: howto launch indepndent process Pin
bodhi rayo13-Jan-06 0:06
bodhi rayo13-Jan-06 0:06 
GeneralRe: howto launch indepndent process Pin
Stephen Hewitt13-Jan-06 1:01
Stephen Hewitt13-Jan-06 1:01 
GeneralRe: howto launch indepndent process Pin
Blake Miller17-Jan-06 7:39
Blake Miller17-Jan-06 7:39 
The ScreenSaver runs in a separate desktop from the regular user logged in.
When you launch the new app, it is created in same desktop as screensaver, and it is terminated when the screen saver desktop ends.

You might try SetThreadDesktop on your newly created app, before the screen saver quits. There might be a way to specify which desktopthe app gets created in using one of the parameters with the CreateProcess call. I don't think you have very much control with the ShellExecuteEx.

So, indirectly it is a security feature you ran into.
QuestionOwnerdraw button problem Pin
LaHaHa12-Jan-06 16:12
LaHaHa12-Jan-06 16:12 
AnswerRe: Ownerdraw button problem Pin
Owner drawn12-Jan-06 16:45
Owner drawn12-Jan-06 16:45 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 16:58
LaHaHa12-Jan-06 16:58 
GeneralRe: Ownerdraw button problem Pin
Owner drawn12-Jan-06 17:22
Owner drawn12-Jan-06 17:22 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 18:24
LaHaHa12-Jan-06 18:24 
GeneralRe: Ownerdraw button problem Pin
vikas amin12-Jan-06 19:34
vikas amin12-Jan-06 19:34 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 19:47
LaHaHa12-Jan-06 19:47 
AnswerRe: Ownerdraw button problem Pin
Prakash Nadar12-Jan-06 20:22
Prakash Nadar12-Jan-06 20:22 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 21:14
LaHaHa12-Jan-06 21:14 
GeneralRe: Ownerdraw button problem Pin
Owner drawn12-Jan-06 21:27
Owner drawn12-Jan-06 21:27 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 21:48
LaHaHa12-Jan-06 21:48 
GeneralRe: Ownerdraw button problem Pin
Owner drawn12-Jan-06 21:51
Owner drawn12-Jan-06 21:51 
GeneralRe: Ownerdraw button problem Pin
LaHaHa12-Jan-06 22:07
LaHaHa12-Jan-06 22:07 
QuestionCListCtrl? Pin
dipuks12-Jan-06 14:33
dipuks12-Jan-06 14:33 
AnswerRe: CListCtrl? Pin
Christian Graus12-Jan-06 14:51
protectorChristian Graus12-Jan-06 14:51 
GeneralRe: CListCtrl? Pin
dipuks12-Jan-06 16:05
dipuks12-Jan-06 16:05 
GeneralRe: CListCtrl? Pin
Christian Graus12-Jan-06 16:07
protectorChristian Graus12-Jan-06 16:07 

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.