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

C / C++ / MFC

 
GeneralGabor filters in c++ Pin
gobar13-Jun-05 17:12
gobar13-Jun-05 17:12 
GeneralRe: Gabor filters in c++ Pin
Christian Graus13-Jun-05 17:39
protectorChristian Graus13-Jun-05 17:39 
GeneralRe: Gabor filters in c++ Pin
Nilesh K.13-Jun-05 15:17
Nilesh K.13-Jun-05 15:17 
GeneralRe: Gabor filters in c++ Pin
gobar13-Jun-05 23:15
gobar13-Jun-05 23:15 
Generalwindow size... Pin
Member 161799913-Jun-05 13:54
Member 161799913-Jun-05 13:54 
GeneralRe: window size... Pin
Christian Graus13-Jun-05 17:35
protectorChristian Graus13-Jun-05 17:35 
GeneralProcess window Pin
neliocc13-Jun-05 15:49
neliocc13-Jun-05 15:49 
GeneralRe: Process window Pin
khan++13-Jun-05 21:02
khan++13-Jun-05 21:02 
Processes may not have created windows, and processes may create many windows.
You can loop through all the top level windows using EnumChildWindows() with the desktop window as the parent: GetDesktopWindow().
And use this function:
DWORD GetWindowThreadProcessId(HWND hWnd,LPDWORD lpdwProcessId);
Then compare lpdwProcessId with the list of ProcessIds from EnumProcesses.
If it is in the list, then the HWND from the EnumChildWindows proc is what you need.

Maybe someone else knows of a better approach, maybe one simple api function
to do all this!


this is this.
Questionhow to compare the text of two html pages Pin
Mohsen Saad13-Jun-05 14:19
Mohsen Saad13-Jun-05 14:19 
AnswerRe: how to compare the text of two html pages Pin
Christian Graus13-Jun-05 14:26
protectorChristian Graus13-Jun-05 14:26 
QuestionNeed Help! FTP filename with space? Pin
lewislewis_lewis13-Jun-05 12:59
lewislewis_lewis13-Jun-05 12:59 
AnswerRe: Need Help! FTP filename with space? Pin
Aamir Butt13-Jun-05 22:06
Aamir Butt13-Jun-05 22:06 
QuestionHow do I remove files from a project build ? Pin
Still learning how to code13-Jun-05 8:01
Still learning how to code13-Jun-05 8:01 
AnswerRe: How do I remove files from a project build ? Pin
Bob Stanneveld13-Jun-05 11:05
Bob Stanneveld13-Jun-05 11:05 
GeneralRe: How do I remove files from a project build ? Pin
Still learning how to code13-Jun-05 11:28
Still learning how to code13-Jun-05 11:28 
GeneralRe: How do I remove files from a project build ? Pin
Bob Stanneveld13-Jun-05 11:40
Bob Stanneveld13-Jun-05 11:40 
GeneralCreating own Error Report Dialogs Pin
RedDragon2k13-Jun-05 6:31
RedDragon2k13-Jun-05 6:31 
GeneralRe: Creating own Error Report Dialogs Pin
David Crow13-Jun-05 7:36
David Crow13-Jun-05 7:36 
GeneralRe: Creating own Error Report Dialogs Pin
Bob Stanneveld13-Jun-05 11:02
Bob Stanneveld13-Jun-05 11:02 
GeneralRe: Creating own Error Report Dialogs Pin
Jack Puppy13-Jun-05 16:18
Jack Puppy13-Jun-05 16:18 
GeneralAdding Sound to AVI Files Pin
Anonymous13-Jun-05 9:25
Anonymous13-Jun-05 9:25 
GeneralRe: Adding Sound to AVI Files Pin
tom_dx13-Jun-05 13:54
tom_dx13-Jun-05 13:54 
GeneralRe: Adding Sound to AVI Files Pin
Identity Undisclosed13-Jun-05 18:09
Identity Undisclosed13-Jun-05 18:09 
GeneralRe: Adding Sound to AVI Files Pin
normanS15-Jun-05 3:48
normanS15-Jun-05 3:48 
GeneralRe: Adding Sound to AVI Files Pin
normanS13-Jun-05 16:18
normanS13-Jun-05 16:18 

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.