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

visual basic
Author: Message:
user35870
Disabled Account


Posts: 858
Joined: Aug 2004
Status: Away
O.P. visual basic
what would be a simple program to do for a starter  user of visual basic?

This post was edited on 01-08-2005 at 11:58 PM by user35870.
01-08-2005 11:56 PM
Profile PM Find Quote Report
brian
Senior Member
****

Avatar

Posts: 819
Reputation: 43
– / Male / –
Joined: Sep 2004
RE: visual basic
a Calculator would be a great practice!
01-09-2005 12:01 AM
Profile PM Find Quote Report
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
RE: visual basic
Hello World? :P


Pends on wether you wanna learn basics fast or everything..
Sk3tch@Microsoft.com - Email
- 53 6B 33 74 63 68 34 64@hotmail.com - Messenger
01-09-2005 12:22 AM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: visual basic
quote:
Originally posted by Sk3tch
Hello World? :P
* RaceProUK slaps Sk3tch around a bit with a 'Hello World' program
[Image: spartaafk.png]
01-09-2005 06:25 PM
Profile PM Web Find Quote Report
user35870
Disabled Account


Posts: 858
Joined: Aug 2004
Status: Away
O.P. RE: visual basic
do u no any websites that tech you the basics ?
01-09-2005 06:37 PM
Profile PM Find Quote Report
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
user35870
Disabled Account


Posts: 858
Joined: Aug 2004
Status: Away
O.P. RE: visual basic
quote:
Originally posted by Choli
Use the help (F1) to learn how to change those properties from the code.

"its says msdn is not intalled"

add:  i forgot i unticked it because was near out of disk space

Thanks anyway

This post was edited on 01-09-2005 at 07:23 PM by user35870.
01-09-2005 07:07 PM
Profile PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: visual basic
quote:
Originally posted by chris100
quote:
Originally posted by Choli
Use the help (F1) to learn how to change those properties from the code.

"its says msdn is not intalled"

Thanks anyway
just install it :P
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
01-09-2005 07:10 PM
Profile PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: visual basic
quote:
Originally posted by chris100
quote:
Originally posted by Choli
Use the help (F1) to learn how to change those properties from the code.

"its says msdn is not intalled"

Thanks anyway

rofl, cracked version!!!!!!!

i started off learning by going on sites like http://www.pscode.com and viewing source and how thins worked etc.
01-09-2005 07:10 PM
Profile PM Web Find Quote Report
user35870
Disabled Account


Posts: 858
Joined: Aug 2004
Status: Away
O.P. RE: visual basic
quote:
Originally posted by Stigmata
ofl, cracked version!!!!!!!

no its not i just unticked(to not intall) it because i was near out of disk space!

quote:
Originally posted by Stigmata
i started off learning by going on sites like http://www.pscode.com and viewing source and how thins worked etc.

Thanks for the site

This post was edited on 01-09-2005 at 07:25 PM by user35870.
01-09-2005 07:14 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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