Click here to Skip to main content
16,006,768 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting CMainFrame members from CView Pin
BlackDice23-Oct-04 9:34
BlackDice23-Oct-04 9:34 
GeneralRe: Getting CMainFrame members from CView Pin
BlackDice23-Oct-04 10:04
BlackDice23-Oct-04 10:04 
QuestionHow to switch between windows? Pin
missnazar23-Oct-04 8:00
missnazar23-Oct-04 8:00 
AnswerRe: How to switch between windows? Pin
Michael P Butler23-Oct-04 8:42
Michael P Butler23-Oct-04 8:42 
GeneralRe: How to switch between windows? Pin
missnazar23-Oct-04 21:06
missnazar23-Oct-04 21:06 
AnswerRe: How to switch between windows? Pin
BlackDice23-Oct-04 9:36
BlackDice23-Oct-04 9:36 
GeneralRe: How to switch between windows? Pin
missnazar23-Oct-04 20:36
missnazar23-Oct-04 20:36 
GeneralRe: How to switch between windows? Pin
BlackDice25-Oct-04 2:54
BlackDice25-Oct-04 2:54 
ShellExecute(NULL, "open", "myapplication.exe", NULL, NULL, SW_SHOWNORMAL);


that will open an application and start it called "myapplication.exe", of course you'd have to replace that with the real name of your app. However if an application is already open, you would probably have to use something like FindWindow() to get the window's hWnd, then call SetForegroundWindow() or something like that.

Who are all these people and what are they doing in my house?...Me in 30 years, inside a grocery store

My articles[^]
bdiamond Sleepy | :zzz:
QuestionMemory leak?? Pin
Bob Stanneveld23-Oct-04 7:17
Bob Stanneveld23-Oct-04 7:17 
AnswerRe: Memory leak?? Pin
Yulianto.23-Oct-04 17:05
Yulianto.23-Oct-04 17:05 
GeneralRe: Memory leak?? Pin
Bob Stanneveld24-Oct-04 2:08
Bob Stanneveld24-Oct-04 2:08 
AnswerRe: Memory leak?? Pin
Tim Smith23-Oct-04 18:14
Tim Smith23-Oct-04 18:14 
GeneralRe: Memory leak?? Pin
Bob Stanneveld24-Oct-04 2:07
Bob Stanneveld24-Oct-04 2:07 
AnswerRe: Memory leak?? Pin
Neville Franks24-Oct-04 0:18
Neville Franks24-Oct-04 0:18 
GeneralRe: Memory leak?? Pin
Bob Stanneveld24-Oct-04 2:02
Bob Stanneveld24-Oct-04 2:02 
GeneralError closing dialog Pin
Larsson23-Oct-04 6:55
Larsson23-Oct-04 6:55 
GeneralRe: Error closing dialog Pin
BlackDice23-Oct-04 7:12
BlackDice23-Oct-04 7:12 
GeneralRe: Error closing dialog Pin
Larsson23-Oct-04 7:54
Larsson23-Oct-04 7:54 
GeneralEmbedded dialog question Pin
BlackDice23-Oct-04 6:47
BlackDice23-Oct-04 6:47 
GeneralRe: Embedded dialog question Pin
Larsson23-Oct-04 6:56
Larsson23-Oct-04 6:56 
GeneralRESOLVED Pin
BlackDice23-Oct-04 8:10
BlackDice23-Oct-04 8:10 
Questionhow to download a web-page? Pin
includeh1023-Oct-04 6:09
includeh1023-Oct-04 6:09 
AnswerRe: how to download a web-page? Pin
Timothy Grabrian23-Oct-04 15:57
professionalTimothy Grabrian23-Oct-04 15:57 
AnswerRe: how to download a web-page? Pin
Michael Hendrickx24-Oct-04 15:49
Michael Hendrickx24-Oct-04 15:49 
AnswerRe: how to download a web-page? Pin
ThatsAlok24-Oct-04 22:48
ThatsAlok24-Oct-04 22:48 

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.