|
-
Oct 23rd, 2001, 08:01 PM
#1
newbie
I am new to programming and have VB 6. Ok so where can I find a dictionary or something on the code the tutorials Ive seen all tell you make this form then do this then put in this code. Well I want to know where to learn the code the gui I can figure out playing with it. Also wrote a small prog and would like to know how do you put your own icon on it instead of the default that vb supplies?
-
Oct 23rd, 2001, 08:07 PM
#2
newbie booby...
To create an icon, u need a program to do that.
As for the rest of ure extremely drunk sentences...
Buy a VB book.
-
Oct 23rd, 2001, 08:19 PM
#3
VB books
OK I have a few books and they all tell me do this do that put this code here that makes this happen. Isnt there a book that can break down the language to make it easier to remmember. That cmd declare is used for blah blah blah and that in the code you have to say dim blah () string % blah blah blah thats what Im having a hard time figureing out. I hate jumping from book to book to find one declaration or what not because I havent memorized it yet. Thanks for input.
-
Oct 23rd, 2001, 08:20 PM
#4
PowerPoster
To use your own icon on the form, change this property:
Form1.Icon = "Your picture path goes here"
For other stuff, browser vbworld.com and lots of other websites.
-
Oct 23rd, 2001, 08:21 PM
#5
PowerPoster
You don't need to memorize all the stuff. Just know the sytax of it.
-
Oct 23rd, 2001, 08:22 PM
#6
PowerPoster
I suggest that you read all the parts from the following tutorial:
http://www.vbworld.com/beginning/vbtutorial/
-
Oct 23rd, 2001, 08:25 PM
#7
sytax
Ok so where is the best place or the best way to really learn the syntax that is what you ment right syntax .I want to really learn this and learn it well. Thanks for the help on the icon.
-
Oct 23rd, 2001, 08:31 PM
#8
PowerPoster
Read lots of tutorials, books. First finish this tutorials, and then go to the vb section of http://www.maxcode.com. Download some books and tutorials from there, read them carefully, and then PRACTICE what you learn.
-
Oct 23rd, 2001, 08:49 PM
#9
Hyperactive Member
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 23rd, 2001, 08:55 PM
#10
thanks
I appreciate you helping me out abdul Im sure I seem very slow but I just want to get a good strong foundation it makes it easier later when the progs and the code gets really large thanks again.
-
Oct 23rd, 2001, 09:27 PM
#11
PowerPoster
I don't think, you need to work so hard to learn vb. It is from BASIC programming languages.
I will look for some tutorials that start from completely beginnning, and then go on to other stuff
-
Oct 23rd, 2001, 09:28 PM
#12
PowerPoster
Originally posted by Cmdr0Sunburn
i dont like newbies
Remember...
you were also a newbie sometime in the past
-
Oct 23rd, 2001, 09:29 PM
#13
Hyperactive Member
Originally posted by abdul
Remember...
you were also a newbie sometime in the past
so, maby i was, but i still dont like them
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 23rd, 2001, 09:33 PM
#14
PowerPoster
So, you have not liked yourself in the past?
-
Oct 23rd, 2001, 09:35 PM
#15
Hyperactive Member
yes i hate my self. nuff said
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 23rd, 2001, 09:37 PM
#16
PowerPoster
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
|