Hi,
I wanna get a list with the most controls shortcut prefixes.
e.g.: for a Label control its: lbl
for a Command Button control its: cmd
for an Image control its: img
etc, etc, etc...
anybody got a list like that?
10x.
Printable View
Hi,
I wanna get a list with the most controls shortcut prefixes.
e.g.: for a Label control its: lbl
for a Command Button control its: cmd
for an Image control its: img
etc, etc, etc...
anybody got a list like that?
10x.
Have a look at
Microsoft's site : http://support.microsoft.com/support.../Q110/2/64.asp
or here http://www.minich.com/education/wyo/...asic/index.htm
or here http://www.citilink.com/~jgarrick/vb...ds/naming.html
and finally here http://www.courses.dsu.edu/cis130/namingobjects.htm
Enjoy!
Lior, you have forgotten that when you were at my house the other day we looked up for some TreeView control help on "Mastering Visual Basic 5.0" and it found the prefixes!
*grunt*
Read the subject.
Hey Lior,
You can see them in the site below:
http://shrog.iwarp.com/stdnmcontrols.html
You will find huge collection of them
Oh, and
here http://support.microsoft.com/support...-US&SD=gn&FR=0 too...
(This was more towards VB6.0 according to Microsoft)
Thanks, Thanks guys.
you gave me more resources than I even expected.
10x again.