| View previous topic :: View next topic |
| Author |
Message |
lolium Expert Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 209 Location: AREA 51!!!!!!!!!!!!!!!!!!!!
|
Posted: Sun Oct 14, 2007 9:18 am Post subject: [Question] bout vb |
|
|
is it possible like to put a webpage in an exe a bit like the runescape client if any got it pleae help
_________________
|
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Sun Oct 14, 2007 1:50 pm Post subject: |
|
|
yes it is possible and easy, ill post my source
i added some extra stuff that didnt need to be added.
edit: made in vb 2005
but for the most basic one all you have to do is add a web browser and double click on form1 make sure the event is load and add this code:
| Code: | | webbrowser1.navigate("http://www.runescape.com") |
|
|
| Back to top |
|
 |
lolium Expert Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 209 Location: AREA 51!!!!!!!!!!!!!!!!!!!!
|
Posted: Tue Oct 16, 2007 12:21 pm Post subject: |
|
|
thanks how would you do it in vb6
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Oct 16, 2007 12:41 pm Post subject: |
|
|
| webbrowser control.
|
|
| Back to top |
|
 |
lolium Expert Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 209 Location: AREA 51!!!!!!!!!!!!!!!!!!!!
|
Posted: Tue Oct 16, 2007 12:55 pm Post subject: |
|
|
no how do i do that please help not that good with vb6
_________________
|
|
| Back to top |
|
 |
Xanatos I post too much
Reputation: 18
Joined: 06 May 2007 Posts: 2559 Location: US
|
Posted: Tue Oct 16, 2007 1:40 pm Post subject: |
|
|
On the side of the screen in Visual Basic there is a button that looks like a globe. If you click it, the tool will change and when you click and drag, you can make a web browser!
Then add the code, webbrowser1.navigate("www.runescape.com") to a button. To do this, click the button that looks like an empty button and drag it accross the form. This will create a button (go figure). Double click it and you will be able to type into a blank screen.
Just add the code as it follows:
| Code: | | webbrowser1.navigate("http://www.runescape.com") |
This will make it, so when you click on the button, it will go to www.runescape.com (lol advertising ).
_________________
|
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Tue Oct 16, 2007 4:24 pm Post subject: |
|
|
| Xanatos wrote: | On the side of the screen in Visual Basic there is a button that looks like a globe. If you click it, the tool will change and when you click and drag, you can make a web browser!
Then add the code, webbrowser1.navigate("www.runescape.com") to a button. To do this, click the button that looks like an empty button and drag it accross the form. This will create a button (go figure). Double click it and you will be able to type into a blank screen.
Just add the code as it follows:
| Code: | | webbrowser1.navigate("http://www.runescape.com") |
This will make it, so when you click on the button, it will go to www.runescape.com (lol advertising ). |
i said put the code in form1 so that when you open up the program it automatically loads on the web browser tool.
that is what he wanted i believe
|
|
| Back to top |
|
 |
runescape fan122 Master Cheater
Reputation: 0
Joined: 16 Sep 2007 Posts: 366 Location: Playin RuneScape or... Playin RuneScape lol.
|
Posted: Tue Oct 16, 2007 7:10 pm Post subject: Re: [Question] bout vb |
|
|
| lolium wrote: | | is it possible like to put a webpage in an exe a bit like the runescape client if any got it pleae help | lol that's easy 2 do
_________________
^^^
Thanks makeusore for the sig!
 |
|
| Back to top |
|
 |
lolium Expert Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 209 Location: AREA 51!!!!!!!!!!!!!!!!!!!!
|
Posted: Wed Oct 17, 2007 5:31 am Post subject: |
|
|
kk ill try both ways
_________________
|
|
| Back to top |
|
 |
|