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

C / C++ / MFC

 
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 
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 
Well, the function does exist MSDN[^]

hInstace is just the handle for the process that started the window that you want to move, if you don't have that and want to find and move a window that has no title that you don't have a class name for, then your last option would be to look through all of the running processes and find the one you need, only then would you be able to look through all of the windows in search of the one the process opened.
My current favourite phrase: I've seen better!
-SK Genius

Source Indexing and Symbol Servers

Vehicle Simulation Demo - Mostly Works

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 
GeneralRe: Unicode, Unicode Big Endian or UTF-8? What is the difference? Which format is better to write a text file? Pin
jschell15-Feb-11 7:55
jschell15-Feb-11 7:55 
GeneralRe: Unicode, Unicode Big Endian or UTF-8? What is the difference? Which format is better to write a text file? Pin
ShilpiP15-Feb-11 17:41
ShilpiP15-Feb-11 17:41 
GeneralRe: Unicode, Unicode Big Endian or UTF-8? What is the difference? Which format is better to write a text file? Pin
jschell16-Feb-11 9:02
jschell16-Feb-11 9:02 

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.