Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open a VB6.exe from VB6 and get a handle to it.

Status
Not open for further replies.

KirkJewell

Programmer
Oct 6, 2000
54
GB
Can anyone help - I want to open a Standard VB.EXE from a Standard VB.exe and get a handle to its public properties and methods.

Do I have to use the Windows API? or is there a simpler way.

Regards
Kirks
 
KirkJewell -

A standard EXE has no public methods/properties. It would have to be an ActiveX EXE for it to have those.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top