Results 1 to 3 of 3

Thread: activex and windows forms controls

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Location
    socal
    Posts
    74

    activex and windows forms controls

    I have been reading thru the msdn libarary (vs 2005 and msdn)

    and it says activeX is deprecated in favor of windows forms controls.?

    does that mean, activeX is out and winformsctl is in?

    anyone want to elaborate?

    thanks



    Nex6

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: activex and windows forms controls

    ActiveX is a COM-based technology. You can use existing ActiveX controls in a .NET application but it is preferable to use .NET Windows Forms controls. They are easier to manipulate in the IDE and require less overhead when the app is running. They also cause fewer headaches on the target machine as they do not require registration and there are no versioning conflicts. It is not possible to create an ActiveX control with VS.NET.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Location
    socal
    Posts
    74

    Re: activex and windows forms controls

    so activeX is now basicly a 'legacy" item and going forward windows form controls and WPF types of stuff in .NET are the way to go.

    and, as an admin: over time less and less activeX will be used in favor of .NET.

    thats cool




    -Nex6

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