Calling Web browser from form [message #79675] |
Tue, 02 July 2002 04:26 |
manish mendiratta
Messages: 110 Registered: May 2002
|
Senior Member |
|
|
Hi !
I want to call web browser from a press of button in forms. CAn any one tell me how ? Also, pls explain about the Web built in package available.
Thanks
ManishM
|
|
|
|
Re: Calling Web browser from form [message #79690 is a reply to message #79675] |
Tue, 02 July 2002 23:04 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
use Host Built in for this.
HOST('C:PROGRAM FILESPLUS!MICROSOFT INTERNETIEXPLORE WWW.YAHOO.COM');
call any operating system application using host built in and don't forget to put the path.
let me know if this answers your question
|
|
|
|
|
|
|