CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Get rid of properties of usercontrol

    I have created an ActiveX control using VB5.0. I want to get rid of the properties of usercontrol and have my own properties/methods and events only. How can this be done ?

    Sarma


  2. #2
    Join Date
    Jul 1999
    Posts
    145

    Re: Get rid of properties of usercontrol

    I had the same problem but I finally figured it out. the properties that show up on your control are dependent to some extent on the properties you set for the user control. For example if you set the visible property to false on the user control, your control properties won't display certain items like maybe Left and Top (can't really remember which ones.) Don't remember which ones to turn off either but if you play around with the settings in the user control property window you should be able to figure it out no problem.


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