enumerating spy++ windows programmatically

  • Thread starter Thread starter cyril.tiwari
  • Start date Start date
C

cyril.tiwari

Hi,

I'm looking for some sample code on how to get a list of windows, (as
they show up with Microsoft Spy++), using vb.net. Is there a way to do
this programmatically?

Thanks.
 
I'm looking for some sample code on how to get a list of windows, (as
they show up with Microsoft Spy++), using vb.net. Is there a way to do
this programmatically?

P/invoke: 'EnumWindows', 'EnumChildWindows'.
 
Thanks Herfried. Could you please expand a little more on that? i.e.
class/method?
 

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