"hello world" hello world is the best sentence to start your programming life . its feel that you say hello computer world
,hello modern world and hello world that i can control it . So i like to start our lessons making programme that when we click on button message box appear and say to us hello to your world . Let us begin
First we must open visual basic .
After we opened it it should look like this:
And we must chose windows applications and chose a nice name like myfirstproject :) .
After we click on O.K the IDE ( Integrated Development Environment ) will appear like that
Well this is your world now and we will take your hand to can control it .
2. Then we must double click on the button1 to go to code window
3. And we will type a simple code like this
MsgBox("hello world")
this code will show a dialog box with "hello world" message
our first programme will appear like this
And when we click on the button message box will appear like this
And congratulation for your first programme :)
wait us for more tutorial and lessons.
,hello modern world and hello world that i can control it . So i like to start our lessons making programme that when we click on button message box appear and say to us hello to your world . Let us begin
First we must open visual basic .
After we opened it it should look like this:
Then click on new project like this:
A dialog box will appear:
After we click on O.K the IDE ( Integrated Development Environment ) will appear like that
Well this is your world now and we will take your hand to can control it .
- First from toolbox window select button and double click on it
3. And we will type a simple code like this
MsgBox("hello world")
this code will show a dialog box with "hello world" message
How to run a programme in visual basic?
our first programme will appear like this
And when we click on the button message box will appear like this
And congratulation for your first programme :)
wait us for more tutorial and lessons.
No comments:
Post a Comment