Please help : Open .exe from VB6 web browser
Hi,
I have a GML file in my framework, where when I right click open the file it will launch the YED.exe application.
I already have a webbrowser in my framework to open all excel,html,other files etc.
I want to know how can I open the YED application inside my VB6 framewindow. Can I do it using webbrowser or is there any better options.?:confused::confused::confused:
I dont want to launch in a separate window.Please help me..
Thanks in Advance,
Karthick.M
Re: Please help : Open .exe from VB6 web browser
I think, you can't show or load another application inside your VB6 application (like displaying HTML, Text files...). They can only be opened as a separate one...
But I don't say that it's impossible... :wave:
Re: Please help : Open .exe from VB6 web browser
Can he embed it in an OLE control?
Re: Please help : Open .exe from VB6 web browser
Quote:
Originally Posted by
CDRIVE
Can he embed it in an OLE control?
I haven't tried the OLE embedding yet... So, I don't know much about that.... :)
Re: Please help : Open .exe from VB6 web browser
Quote:
Originally Posted by
akhileshbc
I haven't tried the OLE embedding yet... So, I don't know much about that.... :)
Me too! I played with it a little some years ago. :wave: