im having problems with this api. i'm trying to find the hwnd of the "Edit" box on battle.net client. this is where its located -> Starcraft -> SlDgDialog -> Edit
one problem i seem to find is that theres more then 1 SlDgDialog (i may have typo'd name here) and i need to make it choose the correct one. can anyone help me? im pretty sure i gotta use the Findwindowex api after i find sc's hwnd of course.
Did you try looking around on pscode.com? It may have something useful on there.
Yes ive looked at it but i couldn't find anything that could help me with the problem of mine.
I personally can't help you on this, but if you don't get any luck soon, you can try asking for help on forums.devshed.com. It's where I usually go for programming forums. But there are many skilled programmers on that site in many different languages who can hopefully help you with your problem. I know the Visual Basic 6 section has some active question answerers (excuse my grammar) who know a great deal about VB6. Hope that site helps.
Might want to look up the EnumChildWindows api.
k ill try that. thnx
u use that for mdi child right? well these classes arnt child's of the program so i dont think its gona work.
I child windows are windows created by the parent thread, not necessarily MDI Child forms.
Enumerating windows (http://vbaccelerator.com/home/NET/Code/Libraries/Windows/Enumerating_Windows/article.asp)
this is what i was trying to get at, if you didnt catch on.