Results 1 to 3 of 3

Thread: Naming of Control project

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Location
    New Zealand
    Posts
    27

    Naming of Control project

    Could someone tell me how to achieve a Friendly naming method for ActiveX controls in VB6.

    I would like the names of the project to include spaces- When one opens the Controls tab to add your control set, it will be added to the project with the same name as the project name when it was compiled.

    Instead of 'IDControl' as a name I would like to see it in the control tab as 'AdevX - ID Number Varification'

    The problem is that one cannot save the project with spaces in the Name property.

    Thanks
    Graham

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    This is not possible to do. I would use the underscore character instead & name it something like:

    AdevX_IDNumberVarification

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Location
    New Zealand
    Posts
    27
    Thanks Alex.

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