Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Closing childview in MDI Pin
_AnsHUMAN_ 15-Feb-11 19:02
_AnsHUMAN_ 15-Feb-11 19:02 
AnswerRe: Closing childview in MDI Pin
Anu_Bala15-Feb-11 20:01
Anu_Bala15-Feb-11 20:01 
QuestionHow to bring an App to front, from another App Pin
timbk15-Feb-11 15:50
timbk15-Feb-11 15:50 
QuestionRe: How to bring an App to front, from another App Pin
David Crow15-Feb-11 16:54
David Crow15-Feb-11 16:54 
AnswerRe: How to bring an App to front, from another App Pin
Anthony Mushrow15-Feb-11 16:58
professionalAnthony Mushrow15-Feb-11 16:58 
GeneralRe: How to bring an App to front, from another App Pin
timbk16-Feb-11 0:32
timbk16-Feb-11 0:32 
GeneralRe: How to bring an App to front, from another App Pin
Anthony Mushrow16-Feb-11 3:31
professionalAnthony Mushrow16-Feb-11 3:31 
GeneralRe: How to bring an App to front, from another App Pin
timbk16-Feb-11 11:06
timbk16-Feb-11 11:06 
Ok, it's working for the app1 that I know his title, let say from the "Switcher" app it's possible bring the other app1(the one i know his title) behind the Switcher, but with the other app2 , (wich is no-modal dialog) it doesn't work , i do not know the name of his class and the dialog it has not title, so i went whith the code that you wrote, but compiler complains with ProcIDFromWnd, it says that is undeclared identifier, it seems that is not a valid intruction for VC++ 6 , ??
Anyway , since in the final projet will be runnig only these three apps, i thoth that the Switcher can bring the app 1(the one working) behind it and send it to bottom when the user wants to see the app2, mfc library says that it's possible to use the parameter HWND_BOTTOM instead hWndSwitcher in SetWindowPos(hWndTarget, hWndSwitcher, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); to do that, but it's doesn't work neither. What do you think?
GeneralRe: How to bring an App to front, from another App Pin
Anthony Mushrow16-Feb-11 12:03
professionalAnthony Mushrow16-Feb-11 12:03 
GeneralRe: How to bring an App to front, from another App Pin
timbk16-Feb-11 16:54
timbk16-Feb-11 16:54 
GeneralRe: How to bring an App to front, from another App Pin
Anthony Mushrow16-Feb-11 17:28
professionalAnthony Mushrow16-Feb-11 17:28 
QuestionHow to split the frame as three part? [Solved] Pin
yu-jian15-Feb-11 14:43
yu-jian15-Feb-11 14:43 
AnswerRe: How to split the frame as three part? Pin
Richard MacCutchan15-Feb-11 23:05
mveRichard MacCutchan15-Feb-11 23:05 
QuestionQuestion about CListCtrl Pin
Hans Dietrich15-Feb-11 13:15
mentorHans Dietrich15-Feb-11 13:15 
AnswerRe: Question about CListCtrl Pin
Rolf Kristensen15-Feb-11 14:36
Rolf Kristensen15-Feb-11 14:36 
AnswerRe: Question about CListCtrl Pin
ThatsAlok15-Feb-11 21:14
ThatsAlok15-Feb-11 21:14 
GeneralRe: Question about CListCtrl Pin
Hans Dietrich15-Feb-11 21:25
mentorHans Dietrich15-Feb-11 21:25 
QuestionHow to Use ODBC API for SQLFetchScroll. Pin
janaswamy uday15-Feb-11 2:22
janaswamy uday15-Feb-11 2:22 
AnswerRe: How to Use ODBC API for SQLFetchScroll. Pin
Niklas L15-Feb-11 2:51
Niklas L15-Feb-11 2:51 
QuestionMenu in ChildWindow Pin
Anu_Bala15-Feb-11 0:14
Anu_Bala15-Feb-11 0:14 
QuestionHow do I recalculated the checksum in the bookmarks file of chrome after changing it manually? Pin
yogish29314-Feb-11 23:52
yogish29314-Feb-11 23:52 
AnswerRe: How do I recalculated the checksum in the bookmarks file of chrome after changing it manually? Pin
Andrew Brock15-Feb-11 1:41
Andrew Brock15-Feb-11 1:41 
QuestionUnicode, Unicode Big Endian or UTF-8? What is the difference? Which format is better to write a text file? Pin
Le@rner14-Feb-11 23:35
Le@rner14-Feb-11 23:35 
AnswerRe: Unicode, Unicode Big Endian or UTF-8? What is the difference? Which format is better to write a text file? Pin
_AnsHUMAN_ 15-Feb-11 1:08
_AnsHUMAN_ 15-Feb-11 1:08 
AnswerRe: Unicode, Unicode Big Endian or UTF-8? What is the difference? Which format is better to write a text file? Pin
ShilpiP15-Feb-11 1:11
ShilpiP15-Feb-11 1:11 

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.