Results 1 to 4 of 4

Thread: Goto website source code?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2011
    Posts
    1

    Goto website source code?

    Is there a source code that, When you click a button on VisualBasic 6, It will pop a browser up, And goto that site? If so, What is it?

    ~iCPblog~ VB Helper

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Goto website source code?

    There are several ways to display a web site. Suggest searching forum first, maybe using these search terms:

    a) shell url
    b) webbrowser url
    c) shellexecute url
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3
    Frenzied Member
    Join Date
    Nov 2010
    Posts
    1,470

    Re: Goto website source code?

    normally we add a browsercontrol

    and use

    browsercontrol1.navigate2("www.arran.net/catacol/thehideaway")

    or some such url

    hope this helps

  4. #4
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: Goto website source code?

    See Post #2 here http://www.vbforums.com/showthread.php?t=668674 for an example using ShellExecute

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