Visual Basic Web Browser Made easy
Here's what you'll need:
1 - Add components (Microsoft Internet Explorer Controls*, Microsoft Common Dialog Control 6.0, Microsoft HTML Library, Microsoft Windows Common Controls 5.0 Service Pack 2)
By doing that, open Visual Basic 6.0, create a new form, hit Ctrl + T, check mark the ones above that are in parentheces.
2 - Objects needed
- Progress Bar
- Status Bar
- Menu
- Tool Bar
- Tab Strip
- Date and Time labels
- Combo Box
- One Command button
- Image List and Common Dialog
- Scriptlet
Add these speciied items to make the form fancy. NOTE: To go to menu editor, click on the menu editor button on the toolbar of VB6 or Hit Ctrl + E.
Caption Name Shortcut
&File mnuFile
....&Open mnuOpen (Ctrl + O)
....&Save mnuSave (Ctrl + S)
....Save &As mnuSaveAs
....- linSeparator
....&Page mnuPage
........&Print mnuPrint (Ctrl + P)
........Print Previe&w mnuPrintPreview
........- linSeparator2
........Page &Setup mnuPageSetup
....- linSeparator3
....&Exit mnuExit (Ctrl + Q)
&Tools mnuTools
....&Find mnuFind (Ctrl + F)
....&Size mnuSize
........&Largest mnuLargest
........Lar&ger mnuLarger
........&Medium mnuMedium
........&Smaller mnuSmaller
........Smalles&t mnuSmallest
....- linSeparator4
....&Internet Options mnuInternetOptions
&Help
....&About MyApp mnuAbout (F1)
To Be Continued...
MyApp = Enter your own app name
Re: Visual Basic Web Browser Made easy
3 - The Code
See vb web browser tutorial - VBForums
Give credit for zeidhaddadin for starting the vb web browser tutorial topic. :)
http://www.geocities.com/bjwil3/Browser.PNG
For Icons, please download the icon zip file from my website ICO.ZIP