Results 1 to 2 of 2

Thread: ActiveX control

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    ActiveX control

    I have an activex control that contains a textbox. I want to expose the Scrollbars property to the user. I receive an error that it's read only during run time even though it's being changed at design time on a form (probably because i'm changing it through code). How can I do it, so that it will accept changes at design time??
    Don't anthropomorphize computers -- they hate it

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    you can't, because your control is NOT in design time, it is always at run time while being used in another project

    the only thing I can suggest is that you have mulitple text boxes (one for each style of scrollbar), then show the appropriate one.

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