Get controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I know how to get a handle to a window using FindWindow() but how do I get
all the controls on the window itself?

Please help, thank you.
-p
 
Hi!
Use FindWindowEx or GetNextWindow. See the MSDN for both functions.
Hope that helps.
Best regards, Adrian.
 
Paul said:
I know how to get a handle to a window using FindWindow() but how do I get
all the controls on the window itself?

P/invoke 'EnumChildWindows'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top