What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » visual basic

visual basic
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: visual basic
quote:
Originally posted by Brian
a Calculator would be a great practice!
that's quite complex for a beginner.
quote:
Originally posted by chris100
what would be a simple program to do for a starter  user of visual basic?
make a window and put a button on it. Make that when you click that button, the windows closes and the program ends.

From that, go adding controls, and play with the properties of them: its caption, its placement and size, etc... Get used to the properties of the main controls: buttons, labels, textboxes, radio buttons and checkboxes. Use the help (F1) to learn how to change those properties from the code.

Learn how to do functions and subs. How to pass arguments to them and the difference between ByVal and ByRef. Learn how to manage several windows (forms). Create modules with functions you call from the code of the forms. [edit]Learn the msgbox, instr, etc... functions; ie: the basic functions predefined by vb[/edit]

Start learning some basic Windows API functions. Understand what they are and how to declare, call and use them. Learn how to make classes in VB. try to use them.


Each paragraph is a big step into the learning curve of VB. Don't try to learn all that in one day. It requieres a lot of time. Most of what you have to learn is in the online help (press F1 in VB). If you haven't ever programed in any language, you should know the basics about programing: how to do algorithms, etc...

This post was edited on 01-09-2005 at 07:04 PM by Choli.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
01-09-2005 06:54 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
visual basic - by user35870 on 01-08-2005 at 11:56 PM
RE: visual basic - by brian on 01-09-2005 at 12:01 AM
RE: visual basic - by Sk3tch on 01-09-2005 at 12:22 AM
RE: visual basic - by RaceProUK on 01-09-2005 at 06:25 PM
RE: visual basic - by user35870 on 01-09-2005 at 06:37 PM
RE: visual basic - by Choli on 01-09-2005 at 06:54 PM
RE: visual basic - by user35870 on 01-09-2005 at 07:07 PM
RE: visual basic - by Choli on 01-09-2005 at 07:10 PM
RE: visual basic - by Stigmata on 01-09-2005 at 07:10 PM
RE: visual basic - by user35870 on 01-09-2005 at 07:14 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On