Computer Science Canada

Short form VB names?

Author:  Shaun Dreclin [ Thu Jan 19, 2006 4:25 pm ]
Post subject:  Short form VB names?

Okay well the topic name isnt really that descriptive, cause I didnt know how to word it. Anyways, Im wondering if anybody knows of a site that lists all the shortforms for different things like command buttons, etc etc

example:

cmd = command button
txt = text box
str = string
chk = check box
etc etc etc

Author:  cool dude [ Thu Jan 19, 2006 6:33 pm ]
Post subject: 

ask any short form u want and i will tell u it. i have a whole list of them at home.

Author:  Shaun Dreclin [ Thu Jan 19, 2006 11:05 pm ]
Post subject: 

Well its not really that I need a certain one, im looking for the entire list for reference Razz

Got a scanner?

Author:  HazySmoke)345 [ Sat Jan 21, 2006 10:03 pm ]
Post subject: 

Well, those short forms are pretty irrevelent about how the program works. As long as you can read them, it's fine. The commonly used one are:

frm-Form
lbl-Label
pic-Picture box
txt-Text box
cmd-Command box
chk-Check box
opt-Option box
img-Image box
cdg-Command dialogue
lin-Line
shp-Shape

That's about all you need for most programs. I would just make up the abbreviations for those other odd components that you'll use once or twice in a life time.

Author:  Shaun Dreclin [ Sun Jan 22, 2006 8:21 pm ]
Post subject: 

Lol alright, so it will be fine if I know those basics I guess. Thanks ^^


: