|
Junked: Junked: [Vb.net] hello world
|
|
07-19-2010, 11:54 AM
(This post was last modified: 07-20-2010 11:11 PM by Mitch.)
Post: #1
|
|||
|
|||
|
Junked: Junked: [Vb.net] hello world
Hello EH im posting a tutorial of the simple program hello world.
Don't look at this tut if you're not absolutely beginner and never touched a keyboard before. First of all we start with open visual basic 2008 express. Click at new project then choose windows form application. Name the project Hello World. When you finished with that you will see a form, a toolbox and more just ask here if you need help. Start with adding a Button to the form. Double click the button and write the following code. Code: msgbox("Hello World")Now debug and see what comes up. No title?? If you want to add a title write Code: msgbox("Hello World", "my first program")The title will be My first program |
|||
|
07-19-2010, 12:37 PM
Post: #2
|
|||
|
|||
|
RE: Vb.net hello world
Thanks for the tutorial! I reformatted it for you so it's easier to read and understand. If you want to edit it, just let me know and I will edit it for you. Again, nice first start! :)
|
|||
|
07-20-2010, 10:09 AM
Post: #3
|
|||
|
|||
|
RE: Vb.net hello world
I will post more tutorials i start with easy and end up with advanced.
|
|||
|
07-29-2010, 05:50 AM
Post: #4
|
|||
|
|||
|
RE: [Vb.net] hello world
Nice tutorial.
I like the "hello world" in VB6 too. Its reminds me the 90's |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)





