Results 1 to 2 of 2

Thread: control propertie¡s description

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2006
    Posts
    269

    control propertie¡s description

    hi. im finishing my control and i have a little problem:
    my control properties descriptions (which i set in the wizard) won't appear in the properties window of my control when i use it in a proyect.
    Why could this be?
    Is there a way to put them "manually" (i mean in the code)?
    thanks.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: control propertie¡s description

    You do have Get and Let properties for the controls, right? The properties aren't exposed (you can't see them from the project) without a Get routine and you can't set them from the project without a Let routine.

    In the code for the control, click on Tools/Procedure Attributes ...

    Find the control whose description you want showing in the project (in the Name listbox). Click on Advanced. Make sure that "Hide this member" and "Don't show in Property Browser" aren't checked. If you want a description showing in the description area, put it into the "Description" textbox.

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