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

    ActiveX guru, What is the event that is generated when a user switches from one tab to another on a



    How can I know when a property page tab is selected from the set of property pages of a control? I want to perform some initialization on a property page (COlePropertyPage) each time the user selects a tab




  2. #2
    Join Date
    Apr 1999
    Posts
    23

    Re: ActiveX guru, What is the event that is generated when a user switches from one tab to another o



    it should be OnActivate

  3. #3
    Join Date
    Apr 1999
    Posts
    23

    Re: ActiveX guru, What is the event that is generated when a user switches from one tab to another o



    Sorry, my 1st answer was not quire right


    The event is called: OnSetActive


    Open your propFrame - goto class wiz. and you will see this available


    hope this works


    regards thomas

  4. #4
    Join Date
    Mar 1999
    Posts
    3

    Re: ActiveX guru, I was asking about the OLE property pages of a OCX (COlePropertyPage) and NOT CPro



    COlePropertypage is not derived form CPropertypage thus I wont get the SetActive notification.

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