Click to See Complete Forum and Search --> : Opening a web page


May 27th, 1999, 07:58 AM
Please could someone tell me how to open a specified web page when a toolbar button is pressed.

Thanks

Djibril
May 27th, 1999, 11:06 AM
You can use the CHyperlink class by GianCarlo IOVINO .
URL is http://www.codeguru.com/controls/hyperlinkex.shtml

Where there is a WISH, there is a WILL.

sally
May 28th, 1999, 01:51 AM
Try this....


::ShellExecute( "http://www.sally.com.au/index.html", .... );




Sally

Sally
May 28th, 1999, 01:51 AM
Try this....


::ShellExecute( "http://www.sally.com.au/index.html", .... );




Sally

May 28th, 1999, 06:21 AM
Thanks works great