Site Maintenance (Server migration/upgrade will take place either today or tomorrow)week.

Go Back   GameKiller - Maple Story Hacks, Combat Arms Hacks & WonderKing Hacks > Programming & Reversing > General Programming & Reversing

Help with starting a link in an browser?

This is a discussion on Help with starting a link in an browser? within the General Programming & Reversing forums, part of the Programming & Reversing category; okay i have made a browser, i want it to run a website when you press the go button but, ...


Reply
 
LinkBack Thread Tools Display Modes
Old 01-13-2010, 10:42 AM   #1
Beginner Hacker
Feedback Score: 0 reviews
 
Dumke's Avatar
 
Join Date: Aug 2009
Location: Brisbane, Australia!
Posts: 124
Thanks: 8
Thanked 2 Times in 2 Posts
Send a message via AIM to Dumke Send a message via Skype™ to Dumke
Default Help with starting a link in an browser?

okay i have made a browser, i want it to run a website when you press the go button but, when i press go it opens my default webbrowser and goes to the link

here is my method what am i doing wrong?

Code:
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
        Dim GECode As String
        GECode = ComboBox1.Text
        Dim FixedGECode As String
        FixedGECode = GECode.Replace(" ", "+")
        Process.Start("http://services.runescape.com/m=itemdb_rs/results.ws?query=" + FixedGECode + "&price=all&members=")
    End Sub
Dumke is offline   Reply With Quote
Sponsored Links

Old 01-13-2010, 06:16 PM   #2
xD
Feedback Score: 0 reviews
 
Innovation's Avatar
 
Join Date: Aug 2009
Location: USA
Posts: 111
Thanks: 0
Thanked 20 Times in 13 Posts
Send a message via MSN to Innovation
Default Re: Help with starting a link in an browser?

[Only Registered and Activated Users Can See Links. Click Here To Register...]
Innovation is offline   Reply With Quote
Old 01-18-2010, 09:53 PM   #3
1337
Feedback Score: 0 reviews
 
Iamazn's Avatar
 
Join Date: Jul 2009
Location: California
Posts: 1,451
Thanks: 80
Thanked 1,454 Times in 219 Posts
Send a message via AIM to Iamazn Send a message via MSN to Iamazn
Default Re: Help with starting a link in an browser?

Code:
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
        Dim GECode As String
        GECode = ComboBox1.Text
        Dim FixedGECode As String
        FixedGECode = GECode.Replace(" ", "+")
      Webbrowser1.Navigate("http://services.runescape.com/m=itemdb_rs/results.ws?query=" + FixedGECode + "&price=all&members=")
    End Sub
Iamazn is offline   Reply With Quote
The Following User Says Thank You to Iamazn For This Useful Post:
ImMoRtAl- (01-19-2010)
Old 01-19-2010, 03:06 PM   #4
Newbie
Feedback Score: 0 reviews
 
Join Date: Sep 2009
Posts: 17
Thanks: 6
Thanked 2 Times in 2 Posts
Default Re: Help with starting a link in an browser?

thanks iamazn
ImMoRtAl- is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads for: Help with starting a link in an browser?
Thread Thread Starter Forum Replies Last Post
my own web browser :) swatstar Distribution 5 12-29-2009 03:38 PM
New Browser? Cloud SpamZilla 12 09-11-2009 11:37 PM
My Web Browser darkfire General Programming & Reversing 18 08-24-2009 07:32 PM
Which browser do you use? HyPoKiLL Polls 67 08-20-2009 08:11 PM
my internet browser +SL.Brian General Programming & Reversing 21 08-19-2009 12:01 PM


GameKiller.net is not responsible for any content in any posting made by users on the site.