CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Guest

    Opening a web page

    Please could someone tell me how to open a specified web page when a toolbar button is pressed.

    Thanks


  2. #2
    Join Date
    May 1999
    Location
    Canada
    Posts
    176

    Re: Opening a web page

    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.

  3. #3
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: Opening a web page

    Try this....


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




    Sally


  4. #4
    Guest

    Re: Opening a web page

    Thanks works great


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured