CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Properties Dialog for ActiveX control


    Hi guys,

    I am new to this ActiveX area. What i want to do is a seperate properties dialog box
    for my activex control. I want to use this control on the web. Is it possible in
    VB to create a property dialog ( property bag ?? ) for my activex control? Currently
    i have a C++ idl file which contains several interfaces. Those interfaces has
    been implemented by my activex control. In this way, i could able set some properties
    to my activex control in Visual Interdev. But the properties are growing for my
    Grid Control. So, it would be nice to have a seperate property dialog for that control.
    If any one have done this before, please let me know. Or please point me some direction.

    TIA,
    Poochi..


  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: Properties Dialog for ActiveX control


    Thanks i found a solution in MSDN.


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