CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Location
    New -york ny
    Posts
    22

    from Buttton control to the internet

    Hi !
    I'm desiging an button control that will take the user to a web site upon the button click event .but my problem is I don't really know how to code the even handler to perform this task .. I would be very happy if somebody out there could give me any idea or the code to do that task .
    regards

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211
    Quote Originally Posted by xcreator
    Hi !
    I'm desiging an button control that will take the user to a web site upon the button click event .but my problem is I don't really know how to code the even handler to perform this task .. I would be very happy if somebody out there could give me any idea or the code to do that task .
    regards
    Take a look at IWebBrowser2::Navigate

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