[Question] Running a Website through VB menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    Henessy's Avatar Contributor
    Reputation
    104
    Join Date
    Sep 2008
    Posts
    1,284
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Running a Website through VB

    I was wondering if I could do the following I'm about to explain...

    1x TextBox
    1x Button
    --------------
    The purpose of this program is to launch a certain website soz...

    Textbox = www.mmowned.com
    Button = Launches the website
    --------------

    Soz I was wondering if anyone would know how to properly code this in VB. When you click the Button1.Click so that it will launch the website text in the TextBox1.Text

    [Question] Running a Website through VB
  2. #2
    Reconsider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well.. the easiest is to do:
    System.Diagnostics.Process.Start("http://www.mmowned.com")

    or Shell("http://www.mmowned.com")

  3. #3
    nicktheone's Avatar Member
    Reputation
    23
    Join Date
    Sep 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm not sure about you want to do. do you want to open you browser on the specified page or you want to open up the page inside your vb application?

  4. #4
    Henessy's Avatar Contributor
    Reputation
    104
    Join Date
    Sep 2008
    Posts
    1,284
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want the page to open inside VB.

  5. #5
    nicktheone's Avatar Member
    Reputation
    23
    Join Date
    Sep 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    simply add a web browser control, a textbox fot the url and a button to go.
    then, in the button click event add something like this:
    Code:
    WebBrowser1.Url = New Uri(TextBox1.Text)
    be aware that the url must be in Something. format not simply Something.

  6. #6
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use a webbrowser then on the button click event, put the following:
    Code:
    WebBrowser1.Navigate(TextBox1.Text)

Similar Threads

  1. [QUESTION] - Running WoW (WoEME) in opengl mode
    By Gruju in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 07-06-2009, 06:18 PM
  2. [Question] Hex code websites?
    By amc0987 in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 03-18-2008, 10:43 AM
  3. Question about a website
    By marcicompita in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 03-09-2008, 05:03 AM
All times are GMT -5. The time now is 06:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search