[solved] wer can i get vb6

Questions about programming languages and debugging
Post Reply
bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

[solved] wer can i get vb6

Post by bubzuru »

wer can i get vb6 i cant find it any wer :( iv bin on torrent sites and searchd google allz i can find is vb.net plz help !!!!
Last edited by bubzuru on 23 May 2007, 20:33, edited 1 time in total.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

because Visual Basic 6 is a non-free program and warez are not allowed here I guess Visual Basic Express is the only official *cough* link you will get here:
http://msdn.microsoft.com/vstudio/expre ... fault.aspx

all you need for the registration is a "Windows Live ID", to get one you only need a valid email address... :wink:

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

wen i compile this :

Private Sub Command1_Click()
Webbrowser1.Navigate ("Http://www.google.com")
End Sub

and click on the button i get this error

runtime error 424
object reqierd

what do i need

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

hmm if its a browser your trying to make you need the browser object likely

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

You need to add the webbrowser object on your form. Like when you add the command button. Try pressing ctrl + t , scroll down and find Microsoft internet control and click the box. After that you will see a little globe on the General bar, where the command button is. Put it on the form and type the same code you listed here. I tried your code and had no problems …
₣£ΘΘĐĦΘŮŇĐ

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

theres a mozzilla object as well you can get :-"

alien100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 693
Joined: 25 Sep 2006, 16:00
17
Location: Spartan HQ
Contact:

Post by alien100 »

bad_brain wrote:because Visual Basic 6 is a non-free program and warez are not allowed here I guess Visual Basic Express is the only official *cough* link you will get here:
http://msdn.microsoft.com/vstudio/expre ... fault.aspx

all you need for the registration is a "Windows Live ID", to get one you only need a valid email address... :wink:
nice link..
[img]http://img127.imageshack.us/img127/9128/sig3copyyybq4.jpg[/img]

Post Reply