Click to See Complete Forum and Search --> : Name conventions


Chris B.
October 8th, 1999, 01:37 PM
What is the naming convention for the frame object in VB?

form1 = frmOne
command1 = cmdOne
text1 = txtOne
frame1 = ???

Wgilster
October 8th, 1999, 01:52 PM
I didn't think there was a set naming convention. I always just use 'fra'.

Wes G.

Chris B.
October 8th, 1999, 02:09 PM
OK, I was just curious. Thanks