ok.., so how do I navigate the internet????

Discussion in 'Programming General' started by nikogiant, Apr 15, 2008.

ok.., so how do I navigate the internet????
  1. Unread #1 - Apr 15, 2008 at 8:42 AM
  2. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    Code:
    webbrowser1.navigate ("http://runescape.com")
    what is wrong??? the ie control ain't working neither is mozzilla control!:eek:

    why is it doing this!?
     
  3. Unread #2 - Apr 15, 2008 at 7:12 PM
  4. dgameman1
    Joined:
    May 25, 2006
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    dgameman1 Active Member
    Banned

    ok.., so how do I navigate the internet????

    You got? And im not sure if the parenthesis need to be their.. I'm a noob

    Private Sub form.load ()
    webbrowser1.navigate ("http://runescape.com")
    End sub
     
  5. Unread #3 - Apr 16, 2008 at 12:11 AM
  6. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    I tried with and withou the paranthesis. same error. just a blank box
     
  7. Unread #4 - Apr 16, 2008 at 2:20 AM
  8. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    ok.., so how do I navigate the internet????

    Honestly for the love of all that is sacred in this world ...
    Post the fucking error.

    That is the sentence I have said to anyone asking me for help. It gets annoying.
     
  9. Unread #5 - Apr 16, 2008 at 7:56 AM
  10. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    It is a white box and NOT navigating to the website... Get IT?:eek:
     
  11. Unread #6 - Apr 16, 2008 at 8:04 AM
  12. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    ok.., so how do I navigate the internet????

    Are you positive your webbrowser is called webbrowser1. Also have you just let it to see what it does. 1 more thing, on form it automatically is a white box until u navigate.
     
  13. Unread #7 - Apr 16, 2008 at 9:18 AM
  14. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    ok.., so how do I navigate the internet????

    remove the brackets....
     
  15. Unread #8 - Apr 16, 2008 at 9:43 AM
  16. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    yes i know. when i navigate it gives the error
     
  17. Unread #9 - Apr 16, 2008 at 9:47 AM
  18. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    IT WORKS!, but how do I do RS as a homepage?
     
  19. Unread #10 - Apr 16, 2008 at 11:32 AM
  20. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    ok.., so how do I navigate the internet????

    Just set it to navigate to that URL on form load...

    Code:
    Private Sub Form_Load()
    
    WebBrowser1.Navigate "http://www.runescape.com"
    
    End Sub
    
     
  21. Unread #11 - Apr 16, 2008 at 1:07 PM
  22. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    Thanks Nullware!
     
  23. Unread #12 - Apr 16, 2008 at 9:58 PM
  24. dgameman1
    Joined:
    May 25, 2006
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    dgameman1 Active Member
    Banned

    ok.., so how do I navigate the internet????

    Isnt that what i wrote???

    You got? And im not sure if the parenthesis need to be their.. I'm a noob

    Private Sub form.load ( )
    webbrowser1.navigate ("http://runescape.com")
    End sub
     
  25. Unread #13 - Apr 16, 2008 at 10:04 PM
  26. Terrankiller
    Joined:
    May 7, 2005
    Posts:
    1,286
    Referrals:
    1
    Sythe Gold:
    1

    Terrankiller Ex-Administrator
    Retired Administrator Visual Basic Programmers

    ok.., so how do I navigate the internet????

    You can't navigate the web browser, its impossible.
     
  27. Unread #14 - Apr 16, 2008 at 10:13 PM
  28. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    ok.., so how do I navigate the internet????

    Parenthesis are almost never needed if unless your function/method/ect is following an equal sign. Key word ALMOST. Like all rules there are exceptions, but this isn't one.
     
  29. Unread #15 - Apr 16, 2008 at 10:54 PM
  30. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    ok.., so how do I navigate the internet????

    Fix'd
     
  31. Unread #16 - Apr 16, 2008 at 11:12 PM
  32. Terrankiller
    Joined:
    May 7, 2005
    Posts:
    1,286
    Referrals:
    1
    Sythe Gold:
    1

    Terrankiller Ex-Administrator
    Retired Administrator Visual Basic Programmers

    ok.., so how do I navigate the internet????

    You can't navigate the vb.net IDE either.
     
  33. Unread #17 - Apr 17, 2008 at 12:35 AM
  34. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    ok.., so how do I navigate the internet????

    thanks to you to, but for some reason I had once written that code to start the webbrowser and it worked then. anyways thx to all of u!
     
< Make a timer in vb | [VB 2008] Calculator and count down timer sources >

Users viewing this thread
1 guest


 
 
Adblock breaks this site