Adblock breaks this site

Help me?

Discussion in 'Programming General' started by i zeke i, Mar 19, 2009.

  1. i zeke i

    i zeke i Active Member
    Banned

    Joined:
    Sep 19, 2007
    Posts:
    237
    Referrals:
    1
    Sythe Gold:
    0
    Help me?

    Currently making a browser with VB

    How would i come about making a Button Link to a certain website within
    The WebBrowser i already have on my thing.
     
  2. Darthatron

    Darthatron Massive Troll
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    May 22, 2006
    Posts:
    1,612
    Referrals:
    3
    Sythe Gold:
    0
    Help me?

    Assuming your webbrowser is called WebBrowser1 then...
    Code:
    WebBrowser1.Navigate "http://www.website.com/"
    Obviously change "http://www.website.com/" to whatever website you want it to be.
     
  3. i zeke i

    i zeke i Active Member
    Banned

    Joined:
    Sep 19, 2007
    Posts:
    237
    Referrals:
    1
    Sythe Gold:
    0
    Help me?

  4. Darthatron

    Darthatron Massive Troll
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    May 22, 2006
    Posts:
    1,612
    Referrals:
    3
    Sythe Gold:
    0
    Help me?

    Could you post all your code so I can see it? Or PM it to me.
     
  5. i zeke i

    i zeke i Active Member
    Banned

    Joined:
    Sep 19, 2007
    Posts:
    237
    Referrals:
    1
    Sythe Gold:
    0
    Help me?

    this?
     
  6. i zeke i

    i zeke i Active Member
    Banned

    Joined:
    Sep 19, 2007
    Posts:
    237
    Referrals:
    1
    Sythe Gold:
    0
    Help me?

    Nevermind it works now i guess i did it wrong.
     
  7. Darthatron

    Darthatron Massive Troll
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    May 22, 2006
    Posts:
    1,612
    Referrals:
    3
    Sythe Gold:
    0
    Help me?

    Yes, that. However you are in the wrong forum. This is the VB6 (and under) section and that is .Net code. I'll move this thread to the correct forum, but I won't be able to help you. (I've never made a web-browser in VB.Net).
     
< embedding java applications | Hit Percent >


 
 
Adblock breaks this site