![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2005
Posts: 22
Rep Power: 0
![]() |
VB Dictionary
Hi guys.
I just finished my 10th grade school year and my first year of VB programming. I am very interested in continuing my prospects as a programmer, but I dont want to wait until i take Advanced programming next year to learn new code. My question is that is there any online visual basic "dictionary" in which there is code listed and a simple description and use is given for each bit of code? This would help me alot because i learn through use and application. Thanks guys ![]() |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Jun 2005
Location: UK
Posts: 14
Rep Power: 0
![]() |
I find Google is the best tool to use for any programming related problems. However, for vb related stuff the first place to look would be msdn.
Here is a Google search for tutorials, but beware, a lot will want you to pay good money for what could be a horrific waste of time, plus you'll get a mix of vb6 and vb.net stuff.
__________________
If it squeals, don't smoke it. |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2005
Posts: 22
Rep Power: 0
![]() |
I dont have MSDN installed cuz I lost the disc.....so there isn't any alternative? I dont need any TUTORIALS specifically because I already kno how to run and create my own program. I jus want to get ahead of the game and know some more code that I didn't learn yet in Programming I.
*EDIT* Ok guys well I think it's time I take some action instead of just asking. So I am actually going to put my theory to design. I am in the process of making a website that has ONLY the VB terms and codes with it. I am requesting if anyone would want to join it, or to be a moderator once I am done setting it up. I am also going to try and host a forum on there, so maybe ProgrammingForums will be one of my (hopefully) many affiliates ![]() Last edited by l337killa07; Jun 19th, 2005 at 7:30 AM. |
|
|
|
|
|
#4 |
|
Expert Programmer
|
Well as far as the basics (core VB language skills) go, you shouldn't need such a reference, other than a good book!
However this sort of thing is really useful when using the windows API: have a look at allapi.net, they have an excellent APIGuide project going which you could contribute to ![]() |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jul 2005
Posts: 1
Rep Power: 0
![]() |
|
|
|
|
|
|
#6 | |
|
Programming Guru
![]() ![]() |
Quote:
the VB6 section can be found here the VB.NET & C# Sections can be found here
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
|
#7 |
|
Newbie
Join Date: Jul 2005
Posts: 1
Rep Power: 0
![]() |
you could try searching for "API Guide", and its a download that defines all sorts of functions for vb
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: Jul 2005
Posts: 3
Rep Power: 0
![]() |
for shourt www.pscode.com
|
|
|
|
|
|
#9 |
|
Newbie
Join Date: Jan 2005
Posts: 22
Rep Power: 0
![]() |
srry guys i think i confused you.....what i MEANT to say with the whole vb dictionary idea is just a simple example like so :
txt(txtboxname).text = (value) [insert description here explaining how to use code and what it does] something as simple as that ^^ would be all i need to progress my VB skills...cuz i hate learning through books and tutorials...im in advanced VB this year but since i switched schools i had to downgrade from vb.net 2k3 to vb6(cheap learning edition).....so now im like starting to forget my .net code! (good thing i printed it all out last year )so if someone could find/make a site that has the above format...thatd be awesome! thanks |
|
|
|
|
|
#10 |
|
Expert Programmer
|
VB, or certainly VB.NET already has built in comments (the text that appears in the tooltips / object browser and property window). In this case it'd be under the Text property of the TextBox class. And there's also the help facility
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|