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

    Invoking property Window

    Hi guys


    I have an ActiveX control in VB and want to be able to invoke ( by right
    clicking on the control &
    selecting Properties menu item ) VBs standard property for my control.

    ( I know how to make and invoke property pages )


    Any help is appreciated







  2. #2
    Join Date
    Jul 1999
    Posts
    7

    Re: Invoking property Window

    I can't help you with your problem, but i'd appreciate if you could tell me how to invoke the property pages at run-time.
    Thanks


  3. #3
    Guest

    Re: Invoking property Window

    Hi!
    first select the control and then press f4 then u get the properties of that conrrol.

    if u want to get the properties just by right clicking on the control then u have to capture f4 button pressed in rightclick on the control.


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