Basic Tutorial.

Discussion in 'Code Snippets and Tutorials' started by ZOMG, Mar 9, 2007.

  1. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    This is the first thing i've learned.

    (Add to form a cmdButton, and call Button1)
    Code (Text):
    1.  
    2. Private Sub Button1_Click()
    3. call message
    4. En sub
    5.  
    6. Private fuction
    7. call msgbox ("Hello!, This is my first program")
    8. End Fuction
    9.  
    Well... this is all xD, press F5, and you will see...
    Maybe, in tutorial you will see this.

    Code (Text):
    1.  
    2. Private Sub Button1_Click()
    3. 'this is the moment when you click the button
    4. call message
    5. En sub
    6.  
    7. Private fuction
    8. call msgbox ("Hello!, This is my first program")
    9. End Fuction
    10.  

    The ' It is an explanation of the author.
     
  2. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    Making Your First WebBrowser


    Well... Its simple.
    First, go to
    Project >> Components and add microsoft internet controls.

    Later, you will have in the "tools sidebar" a new image.
    Its like the webbrowser. Just add one.
    Add one button, call it cmdgo. One text box; and then call it txturl .
    Now double click on button and copy this.

    Code (Text):
    1. Private sub cmdgo_click()
    2. webbrowser1.navigate "" & txturl.text
    3. End sub
    Press F5, and you can use it :p.
    I write this tutorial. This way I learned it.
    And Works
    :lol:

    ZOMG - please don't double post - marlene
     
  3. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    edit your post uf you want to add on to it.
    There are basic tutroials so most people who even plan on making a program know this and I know how to code an autobuyer
     
  4. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    huh?
     
  5. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    I was aksing you to edit your post to add on to it, most people know this and the borwser is not that usefulbut nice try, and I know how to code an autobuyer :D if you ever need help
    Most people say they are making an autobuyer but only a few complete it