What is the naming convention for the frame object in VB?
form1 = frmOne
command1 = cmdOne
text1 = txtOne
frame1 = ???
Printable View
What is the naming convention for the frame object in VB?
form1 = frmOne
command1 = cmdOne
text1 = txtOne
frame1 = ???
I didn't think there was a set naming convention. I always just use 'fra'.
Wes G.
OK, I was just curious. Thanks