A1VBCode Forums

Windows-analyzer API question


http://www.a1vbcode.com/vbforums/Topic28272.aspx

By Senith - 10/10/2009

I'm making a Web toolbar addon for text exitors, but my program needs to get the handle of the edit controls.

What I need to do is get the handle of the textbox in other applications.

Like what the analyzer program does, but I can't figure out how to do it and I know I need API's to do it but I don't know what ones to use.

Thanks

By Senith - 10/11/2009

ok So I still looked on the net and I found out something about getclassname API.

I used it on notepad and it did return "Edit" so thats good but now here is my second question.

How do I use getclassname to list all the classes of a program?

Thanks