 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guido F. Guest
|
Posted: Thu Aug 21, 2003 1:55 pm Post subject: How to open internet explorer with html page |
|
|
Hi all,
in my program there's a button that, when clicked, should start a html
document with internet explorer (in a new window).
Can anyone help me, how to do this?
Thanx in advance,
Guido
|
|
| Back to top |
|
 |
bestwebauctions Guest
|
Posted: Thu Aug 21, 2003 5:54 pm Post subject: Re: How to open internet explorer with html page |
|
|
Make sure to include the "shellapi" in your uses
ShellExecute(Handle, 'open', PChar('http://yahoo.com), nil, nil,
SW_SHOWNORMAL);
Steve
www.bestwebauctions.net
"Guido F." <guidof2000 (AT) yahoo (DOT) de> wrote
| Quote: | Hi all,
in my program there's a button that, when clicked, should start a html
document with internet explorer (in a new window).
Can anyone help me, how to do this?
Thanx in advance,
Guido
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|