This is the first thing i've learned. (Add to form a cmdButton, and call Button1) Code (Text): Private Sub Button1_Click() call message En sub Private fuction call msgbox ("Hello!, This is my first program") End Fuction Well... this is all xD, press F5, and you will see... Maybe, in tutorial you will see this. Code (Text): Private Sub Button1_Click() 'this is the moment when you click the button call message En sub Private fuction call msgbox ("Hello!, This is my first program") End Fuction The ' It is an explanation of the author.
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): Private sub cmdgo_click() webbrowser1.navigate "" & txturl.text End sub Press F5, and you can use it . I write this tutorial. This way I learned it. And Works :lol: ZOMG - please don't double post - marlene
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
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 if you ever need help Most people say they are making an autobuyer but only a few complete it