Please could someone tell me how to open a specified web page when a toolbar button is pressed.
Thanks
Printable View
Please could someone tell me how to open a specified web page when a toolbar button is pressed.
Thanks
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.
Try this....
::ShellExecute( "http://www.sally.com.au/index.html", .... );
Sally
Thanks works great