Need Help Making Web Browser

Discussion in 'Programming General' started by aintsoperfect, Feb 12, 2008.

Need Help Making Web Browser
  1. Unread #1 - Feb 12, 2008 at 12:24 AM
  2. aintsoperfect
    Referrals:
    0

    aintsoperfect Guest

    Need Help Making Web Browser

    Whats the code to show the exact url of the website i'm currently on?
    I have tried Webbrowser1.Location (Textbox1.text)
    Thanks for your help.
    For an example when i'm on a web site that is http://www.sythe.org/showthread.php?t=372170
    But the textbox1.text only say what i typed in.(www.sythe.org)
     
  3. Unread #2 - Feb 12, 2008 at 5:03 AM
  4. projector55
    Referrals:
    0

    projector55 Guest

    Need Help Making Web Browser

    Hey, Type this code

    WebBrowser1.Navigate (Text1.Text)

    If not work say me...
     
  5. Unread #3 - Feb 12, 2008 at 7:40 AM
  6. aintsoperfect
    Referrals:
    0

    aintsoperfect Guest

    Need Help Making Web Browser

    Isn't that code for the web browser to navigate to a web site?
    Ty For Your Help.
     
  7. Unread #4 - Feb 12, 2008 at 10:16 AM
  8. Athlon1600
    Joined:
    Jun 7, 2006
    Posts:
    79
    Referrals:
    0
    Sythe Gold:
    0

    Athlon1600 Member

    Need Help Making Web Browser

    Code:
    WebBrowser1.DocumentLocation.tostring
    something like that
     
  9. Unread #5 - Feb 12, 2008 at 4:44 PM
  10. aintsoperfect
    Referrals:
    0

    aintsoperfect Guest

    Need Help Making Web Browser

    Tyvm For your help.
     
  11. Unread #6 - Feb 12, 2008 at 5:19 PM
  12. aintsoperfect
    Referrals:
    0

    aintsoperfect Guest

    Need Help Making Web Browser

    THis code doesn't work. Ty for your help.
     
  13. Unread #7 - Feb 12, 2008 at 6:06 PM
  14. hmm
    Joined:
    Jan 21, 2007
    Posts:
    181
    Referrals:
    2
    Sythe Gold:
    5

    hmm Active Member

    Need Help Making Web Browser

    show current website link:
    Code:
    TextBox2.Text = WebBrowser1.Url.AbsoluteUri
    
    dont forget to rename browser/textbox to what those controls are called.
     
  15. Unread #8 - Feb 12, 2008 at 8:25 PM
  16. Athlon1600
    Joined:
    Jun 7, 2006
    Posts:
    79
    Referrals:
    0
    Sythe Gold:
    0

    Athlon1600 Member

    Need Help Making Web Browser

    try this then:

    WebBrowser1.Url.tostring
     
  17. Unread #9 - Feb 12, 2008 at 11:49 PM
  18. aintsoperfect
    Referrals:
    0

    aintsoperfect Guest

    Need Help Making Web Browser

    Tyvm U guys
     
  19. Unread #10 - Feb 12, 2008 at 11:51 PM
  20. aintsoperfect
    Referrals:
    0

    aintsoperfect Guest

    Need Help Making Web Browser

    Its fix thank you all for helping.
     
< Need Icons? 53 Free Icons You Can Use! | Total Players [PHP/VB-Inet] >

Users viewing this thread
1 guest


 
 
Adblock breaks this site