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

    EXTENDER - HELP !

    I use Extender.Name to access in my ocx code the name given by the client container.

    But is it possible to know this name changes (an event) ? How ?

    thanx




  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: EXTENDER - HELP !

    As far as I know, nope you don't have an event when the name changes.. I can't think of anything usefull to do with such an event, but ok...

    Crazy D @ Work :-)

  3. #3
    Join Date
    May 1999
    Posts
    318

    Re: EXTENDER - HELP !

    I need this because the display of my control in the window includes the name.
    I found a solution using the paint event.
    It is not perfect but quite good.

    thanx



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