CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Location
    Texas
    Posts
    119

    Name conventions

    What is the naming convention for the frame object in VB?

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



  2. #2
    Join Date
    Oct 1999
    Location
    Iowa, USA
    Posts
    3

    Re: Name conventions

    I didn't think there was a set naming convention. I always just use 'fra'.

    Wes G.


  3. #3
    Join Date
    Jun 1999
    Location
    Texas
    Posts
    119

    Re: Name conventions

    OK, I was just curious. Thanks


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured