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

    Unhappy Active X control

    what the Active X control substetue in .Net c# ?
    i want to create new control with the ability of Active X i have
    what should i do?

  2. #2
    Join Date
    Aug 2002
    Location
    Kerala
    Posts
    1,183

    Re: Active X control

    If you could explain "control with the ability of Active X i have" then someone may be able to suggest something.

  3. #3
    Join Date
    Feb 2005
    Location
    Israel
    Posts
    1,475

    Re: Active X control

    Some suggestions:
    Create a new UserControl.
    Derive from an existing Control.
    Simply use the Active X control as is inside the .NET.

    Please elaborate on your needs if these are not enough.

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