Results 1 to 2 of 2

Thread: Visual Basic Web Browser Made easy

  1. #1

    Thread Starter
    Member MSWindowsUser's Avatar
    Join Date
    Dec 2007
    Posts
    40

    Thumbs up 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
    Last edited by MSWindowsUser; Dec 28th, 2007 at 03:00 PM.

  2. #2

    Thread Starter
    Member MSWindowsUser's Avatar
    Join Date
    Dec 2007
    Posts
    40

    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.



    For Icons, please download the icon zip file from my website ICO.ZIP
    Last edited by MSWindowsUser; Dec 28th, 2007 at 08:27 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width