Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
makeing a web browser with visual basic 6
Old 10-05-2005, 12:46 PM makeing a web browser with visual basic 6
Junior Talker

Posts: 79
Trades: 0
his is a simple way to make a web brwoser in vb6.

1. go to the Project Menu -> Components
2. in the components find: Microsoft Internet Controls and check it and finish.
3.now click it and drag it to your form.(make it big becase that is used for the main browser.
4.name it : brows
5. now put 6 command buttons and name them cmdBack, cmdForward, cmdStop, and cmdGO,cmdMail,cmdFavorites.
6. Caption the first one Back, the second one Forward, the 3rd one Stop, the 4rth one Go, the 5th one Mail and the 6th one Favorites
7.now put a text box in the form and make it look like this:http://img293.imageshack.us/my.php?image=form10bt.jpg
8.now lets get coding.

first select Back and double click it so you will code it.
now you should see

Private Sub cmdBack_Click()

End Sub

now in the middle fill it in with:
Brows.Refresh

so it will look like:

Private Sub cmdBack_Click()
Brows.Refresh
End Sub


then click the Forward command and write inside:

Brows.Forward

now choose the Stop Button and put in:

Brows.Stop

then for Mail put in:

WebBrowser1.Navigate "http://www.hotmail.com"


For Favorites put in:

Text1.AddItem Text1.Text


now for GO put in:

brows.Navigate Text1

and for the textbox code put in:

If KeyAscii = 13 Then
cmdGo_Click
End If




and you are done!


tutorial made by : me
stepan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-08-2005, 02:38 PM
elf
elf's Avatar
Junior Talker

Posts: 49
Trades: 0
hmm... that actually looks pretty simple.
Maybe I will make one promoting one of my sites
__________________

Please login or register to view this content. Registration is FREE
- Design Studios

Please login or register to view this content. Registration is FREE
- Use Code 'realdn' for an extra 25% off!

Please login or register to view this content. Registration is FREE
- Currently being sold. PM for offers.
elf is offline
Reply With Quote
View Public Profile
 
Old 10-08-2005, 02:52 PM
Junior Talker

Posts: 30
Trades: 0
it looks confusing to me, but what program did you use to make it?
commes is offline
Reply With Quote
View Public Profile
 
Old 10-12-2005, 09:37 PM
Junior Talker

Posts: 79
Trades: 0
Visual Basic. and it is very simple you make command buttons, and put the text in. ounce you read what code your putitng in you can costumize it and everything
stepan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to makeing a web browser with visual basic 6
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15142 seconds with 12 queries