Click here to Skip to main content
15,897,519 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use Enter key in Edit box [EDITED] Pin
toxcct23-May-05 20:17
toxcct23-May-05 20:17 
GeneralRe: Use Enter key in Edit box Pin
GDavy23-May-05 3:06
GDavy23-May-05 3:06 
GeneralSearchPath API fails in UNICODE debug build Pin
Vinaya23-May-05 1:00
Vinaya23-May-05 1:00 
GeneralRe: SearchPath API fails in UNICODE debug build Pin
Ryan Binns23-May-05 4:19
Ryan Binns23-May-05 4:19 
GeneralRe: SearchPath API fails in UNICODE debug build Pin
RChin23-May-05 4:24
RChin23-May-05 4:24 
GeneralRe: SearchPath API fails in UNICODE debug build Pin
Vinaya23-May-05 18:27
Vinaya23-May-05 18:27 
GeneralCapture handle of window from process id Pin
saravananvv23-May-05 0:45
saravananvv23-May-05 0:45 
GeneralRe: Capture handle of window from process id Pin
Flit24-May-05 3:08
Flit24-May-05 3:08 
You could use EnumWindows.

In the EnumWindowsProc call GetWindowThreadProcessId and compare the process id with the one you have, if they match then that window belongs to the process in question.

You should be able to build up a list of all the windows that belong to the process.
GeneralRecord Set failed to open Pin
mikobi23-May-05 0:42
mikobi23-May-05 0:42 
GeneralRe: Record Set failed to open Pin
David Crow23-May-05 2:18
David Crow23-May-05 2:18 
GeneralNo effect after calling SetButtonInfo in a CFormView Pin
AnTri23-May-05 0:41
AnTri23-May-05 0:41 
GeneralRe: No effect after calling SetButtonInfo in a CFormView Pin
Ryan Binns23-May-05 4:21
Ryan Binns23-May-05 4:21 
GeneralHTTP Parser, method HEAD Pin
Anonymous23-May-05 0:33
Anonymous23-May-05 0:33 
GeneralConverting from CComBSTR to std::string Pin
Franz Klein22-May-05 23:55
Franz Klein22-May-05 23:55 
GeneralRe: Converting from CComBSTR to std::string Pin
RChin23-May-05 0:14
RChin23-May-05 0:14 
GeneralPreventing a window frm closing Pin
softwaremonkey22-May-05 23:40
softwaremonkey22-May-05 23:40 
GeneralRe: Preventing a window frm closing Pin
toxcct22-May-05 23:43
toxcct22-May-05 23:43 
GeneralRe: Preventing a window frm closing Pin
softwaremonkey22-May-05 23:46
softwaremonkey22-May-05 23:46 
GeneralRe: Preventing a window frm closing Pin
toxcct22-May-05 23:53
toxcct22-May-05 23:53 
GeneralRe: Preventing a window frm closing Pin
ddmcr23-May-05 1:45
ddmcr23-May-05 1:45 
GeneralIs it logical to resize image for every rotation Pin
bratgiles22-May-05 23:15
bratgiles22-May-05 23:15 
GeneralMinimum configuration Pin
Kiki9922-May-05 22:35
Kiki9922-May-05 22:35 
GeneralRe: Minimum configuration Pin
Geert van Horrik22-May-05 23:24
Geert van Horrik22-May-05 23:24 
GeneralCreating a tlb-file Pin
anderslundsgard22-May-05 20:27
anderslundsgard22-May-05 20:27 
GeneralRe: Creating a tlb-file Pin
toxcct22-May-05 20:28
toxcct22-May-05 20:28 

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.