Results 1 to 2 of 2

Thread: regarding exe file

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    6

    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

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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
  •  



Click Here to Expand Forum to Full Width