• Welcome to Valhalla Legends Archive.
 

Noob Here Needs Help

Started by Sniper9392, March 18, 2005, 04:20 PM

Previous topic - Next topic

Sniper9392

So Far I Have Been Learning VB (Duh) and all i no how to do is click a button get an answer and it unloads and make msgboxes. i would like to learn more. :)

Warrior

Good for you.
Start off by learning the different data types and string manipulation is a must.
You might want to learn how to use Arrays, Enumerations, and Structures.

Once your more along the road look into Network programming (making a simple chat server).

You might want to learn how to manipulate Data sent to you over a network (DWORDs, WORDs, BYTEs, etc..) since it is a good skill to have if you ever desire to work on a Battle.net Bot or whatever.

One last thing I recommend learning is the Windows API since it allows you to play with various things which often is really cool to do.

I know there may be more I am not thinking off but I'm late for CS.
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

LivedKrad

How about learning the simple intrinsic functions first? Or, learning to use and manipulate the simpler ActiveX controls sent with the Visual Basic runtimes?

R.a.B.B.i.T

Also learn how to double-click controls to bring up their default function in the code window!

Warrior

That would be a tutorial on knowing your way around the IDE :P
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

UnLeaDeD

If statements are good to learn which would be included in warriors arrays.
Another good thing to learn is the variable types VB uses (String, Double, Single, Integer, etc.), and mess around adding and subtracting Numbers.

LivedKrad

'If' statements is too specific, I'd recommend grabbing a book that not only 'brushes up', but goes into great deal on conditionals. Conditionals being statements that generally control code flow, there are a few types of them. The two greatest of these, are the switches and the 'If' conditionals of course. (When I say switches, in Visual Basic 6 I mean "Cases").

As I had said before, I think a good place to start would be with a book that goes into detail about using and manipulating ActiveX controls and how they apply to a form or project altogether.

NetNX

Quote from: Sniper9392 on March 18, 2005, 04:20 PM
So Far I Have Been Learning VB (Duh) and all i no how to do is click a button get an answer and it unloads and make msgboxes. i would like to learn more. :)

Sounds worse then me ~~''

Insecure

The best place to start is not with all that crap... start by reading BOOKS.  There are lots of books.  Go to the library or get an e-book and READ READ READ... as much as you might not want to they help a great deal.

Ask LivedKradd he use to tell me the same thing and finally I did and it works a great deal!

Yegg

If you don't want to buy/borrow books. http://www.programmingtutorials.com is also a great place to go to.

Warrior

I used vbtutor.net(or .org or .com) it helped me (after I knew my way around the IDE) taught some valuable stuff (ie: Arrays) and conditional statements. Very good tutorials there.
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

LivedKrad

I have an address to an IRC server run by TehUser that has literally thousands of technical related eBooks, many of them valued at over $150 dollars. If you would like this server and don't already know it, please PM me.

Note: The reason I'm not publicly posting it is because I'm not sure if TehUser would like the amount of users this post would be sure to bring.