|
-
Mar 20th, 2002, 02:06 AM
#1
Thread Starter
New Member
regarding exe file
Hai
I am invoking an exe file inside my vb form.
Is this possible to find out what are the object are available in the exe file.
If so please guide how to do the same.
for eg if the exe file contains two text filed then i have to find out there are two textfiled available in the invoked Exe file
regards
Dheena
-
Mar 20th, 2002, 03:06 AM
#2
PowerPoster
Try this:
Get the handle to the main window using FindWindow. Then use the EnumChildWindows to get the handle of all child windows. You can then use the GetClassName to determine the type of child window present.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|