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

    how to show a PropertyPage in VB?

    I built a Component including a IPropertyPage interface by VC , but what puzzle me great is how can I show the Property Page directly , such as , when I press a button , then a property dialog appears with my property page.
    Asking for your help , thanks a lot.


  2. #2
    Join Date
    Dec 2003
    Posts
    65

    Displaying Property Page

    Hi Winson
    For creating a property page ,u should not see at run time ,u should see at design time only.
    Another u ask for clicking the button u can't see at runtime propertypage.
    Button's property u creating u should select the button and right click it ,property page is displayed.
    --------------------------------------------------------------------
    "HARD WORK NEVER END FAILS"

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