|
-
Nov 18th, 2006, 10:10 PM
#1
Thread Starter
Junior Member
New and need help!
Hi My name is Simplebear (messed up on my name) I was refered here by Martin2k.com. I am new to programming and currently have the VB6 working Edition. I have gotten as far as designing a calculator with no idea how to code it. I know nothing about coding. Not even the basic terms. I was wondering if someone could point me in the right direction on where to get started at? Thanks in Advance.
Sim
I messed up on my name. Its Simplebear 
-
Nov 18th, 2006, 10:34 PM
#2
Member
-
Nov 18th, 2006, 10:43 PM
#3
Thread Starter
Junior Member
Re: New and need help!
um... i have VB6 not 2005
I messed up on my name. Its Simplebear 
-
Nov 18th, 2006, 10:54 PM
#4
Re: New and need help!
Hi and welcome!
I'm assuming you have VB6 and not VB.Net
First things to do are change a couple of settings in VB.
Open VB, click 'Tools', click 'Options'
On the 'Editor' tab uncheck 'Auto Syntax Check'
(text will still turn red if you make a mistake, but at least it won't drive you crazy with beeps.)
Next check mark 'Require Variable declaration'.
It will help you get in the habit of always declaring your vars.
Now download gbCodeLib at:
http://www.garybeene.com/gbware/gbcodelib.htm
It has code snippets you can learn from and a tutorial.
Now study the VB6 help file.
You might start by searching for 'Coding Conventions'.
Next you might go to http://www.planet-source-code.com/
At the top of the page set the language to VB6 and search for programs that do something that interests you.
But be warned, a lot of those guys never heard of a 'convention' and you can pick up some bad habits if you aren't careful.
PSC also has tutorials, just add that word in your searches.
Now here's a good trick for you.
As you study source code that's loaded in VB, highlight any commands you want to learn more about.
Then hit the F1 key to pull it up in the help files.
You'll also want to learn how to search this forum to find answers to questions that get asked too often 
Later, when your ready to work with API's, be sure to download the API-Guide at: http://allapi.mentalis.org/agnet/apiguide.shtml
When you make a program that you want to have other people try you'll need to learn to make an installer package.
Forget the one that comes with VB.
Get InnoSetup and **********.
Randem, a member here, can help you a lot more with that than I can.
But at least try reading the help files before nagging him 
Edits: Updated the link to the API guide
Randem is no longer a member
Last edited by longwolf; Oct 17th, 2008 at 07:58 PM.
-
Nov 18th, 2006, 11:00 PM
#5
Thread Starter
Junior Member
Re: New and need help!
I downloaded this off the net. I don't have the help files available to me
I messed up on my name. Its Simplebear 
-
Nov 18th, 2006, 11:03 PM
#6
Re: New and need help!
 Originally Posted by simlebear
I downloaded this off the net. I don't have the help files available to me
humm, I don't know if I'd even try to learn Vb without them.
You might try to see if you can find and download them from the internet.
-
Nov 18th, 2006, 11:06 PM
#7
Fanatic Member
Re: New and need help!
Could use online MSDN for help also, It's help me once I found what I was looking for
-
Nov 18th, 2006, 11:10 PM
#8
Thread Starter
Junior Member
Re: New and need help!
I have looked at MSDN.com.... it looks complicated. is VB6 help even in there?
I messed up on my name. Its Simplebear 
-
Nov 18th, 2006, 11:23 PM
#9
Hyperactive Member
Re: New and need help!
I'd start at tutorialized. They ahve 128 different tutorials to choose from. All from different level of experty.
http://www.tutorialized.com/tutorials/Visual-Basic/1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|