Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing Queue Timers...... Pin
shaina223114-Dec-08 19:22
shaina223114-Dec-08 19:22 
AnswerRe: Using Queue Timers...... Pin
Sarath C15-Dec-08 2:16
Sarath C15-Dec-08 2:16 
AnswerRe: Using Queue Timers...... Pin
Mark Salsbery15-Dec-08 11:27
Mark Salsbery15-Dec-08 11:27 
QuestionUpdating window data from other window Pin
kiranin14-Dec-08 19:16
kiranin14-Dec-08 19:16 
AnswerRe: Updating window data from other window Pin
Franck Paquier14-Dec-08 23:23
Franck Paquier14-Dec-08 23:23 
AnswerRe: Updating window data from other window Pin
ThatsAlok15-Dec-08 0:07
ThatsAlok15-Dec-08 0:07 
Questionhow to enumerate all the subwindows in a specified process? Pin
kcynic14-Dec-08 16:43
kcynic14-Dec-08 16:43 
AnswerRe: how to enumerate all the subwindows in a specified process? Pin
Sarath C14-Dec-08 18:34
Sarath C14-Dec-08 18:34 
Hi,

I think in the following way... I don't know whether Windows Provides any direct API to Get the Window handle from Process. Just approach in the following way

1. Enumerate All the top level Windows In the system
2. Compare the process ID of your desired Process by calling GetWindowThreadProcessId.
3. Take the Windows handle of the matched process ID
4. Call EnumChildWindows to enumerate all the child Windows.
5. Do the necessary operations

-Sarath.
"Great hopes make everything great possible" - Benjamin Franklin

AnswerRe: how to enumerate all the subwindows in a specified process? [modified] Pin
kcynic14-Dec-08 19:31
kcynic14-Dec-08 19:31 
QuestionHello can somebody explain me how many 0x90 can i add into BYTE / WORD / DWORD Pin
nah133714-Dec-08 11:05
nah133714-Dec-08 11:05 
AnswerRe: Hello can somebody explain me how many 0x90 can i add into BYTE / WORD / DWORD Pin
Mark Salsbery14-Dec-08 11:55
Mark Salsbery14-Dec-08 11:55 
GeneralRe: Hello can somebody explain me how many 0x90 can i add into BYTE / WORD / DWORD Pin
nah133714-Dec-08 19:11
nah133714-Dec-08 19:11 
AnswerRe: Hello can somebody explain me how many 0x90 can i add into BYTE / WORD / DWORD Pin
tmcgarr15-Dec-08 7:49
tmcgarr15-Dec-08 7:49 
QuestionSpeech-based Video Control Pin
llp00na14-Dec-08 9:03
llp00na14-Dec-08 9:03 
AnswerRe: Speech-based Video Control [modified] Pin
Jijo.Raj14-Dec-08 9:40
Jijo.Raj14-Dec-08 9:40 
GeneralRe: Speech-based Video Control Pin
llp00na15-Dec-08 1:23
llp00na15-Dec-08 1:23 
QuestionHow do you structure your code/development environment ? Pin
Defenestration14-Dec-08 1:50
Defenestration14-Dec-08 1:50 
AnswerRe: How do you structure your code/development environment ? Pin
Stuart Dootson14-Dec-08 6:27
professionalStuart Dootson14-Dec-08 6:27 
QuestionRe: How do you structure your code/development environment ? Pin
Defenestration14-Dec-08 6:47
Defenestration14-Dec-08 6:47 
AnswerRe: How do you structure your code/development environment ? Pin
Stuart Dootson14-Dec-08 7:43
professionalStuart Dootson14-Dec-08 7:43 
AnswerRe: How do you structure your code/development environment ? Pin
Jijo.Raj14-Dec-08 6:47
Jijo.Raj14-Dec-08 6:47 
QuestionSetWaitableTimer confusions Pin
George_George14-Dec-08 1:40
George_George14-Dec-08 1:40 
AnswerRe: SetWaitableTimer confusions Pin
Stuart Dootson14-Dec-08 6:25
professionalStuart Dootson14-Dec-08 6:25 
GeneralRe: SetWaitableTimer confusions Pin
George_George14-Dec-08 20:14
George_George14-Dec-08 20:14 
GeneralRe: SetWaitableTimer confusions Pin
Stuart Dootson14-Dec-08 21:19
professionalStuart Dootson14-Dec-08 21:19 

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.