Results 1 to 3 of 3

Thread: ActiveX Basic Questions

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2002
    Posts
    20

    Question ActiveX Basic Questions

    Hi ppl,

    Is it true that ActiveX is gradually phased out to accomodate the .NET technology? I've read a comment on a website on this. If it's true, then what is the term used in .NET on developing these type of components?

    I'm working on developing a complex mathematical equation and planning to implement it as a control. Can ActiveX be used as a tool to develop mathematical equations?

    Thank you.
    Last edited by kuanliung; May 16th, 2003 at 10:30 PM.

  2. #2
    New Member
    Join Date
    May 2003
    Posts
    10
    The term ActiveX can be a bit misleading. All is really means is a component with a COM interface - ie AX DLL rather than a flat DLL.

    Its true that there are some fairly major changes in .net (like no IDL) but this doesn't mean that everything will change beyond recognition and it certainly shouldn't put you off developing you AC Control.

    It would take many years to 'phase out' COM as it is what so many systems throughout the world have been built on. Because of this .net really provides enhancements to what is already there like full inheritance and overloaded methods. It also clears up some of the poo like default properties etc. .net will require a slightly differnet mind set to VB 6 but this is nothing to fear.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2002
    Posts
    20
    Thanks Woody, for your comments.

    Anyway, is it possible to develop an arithmetic equation library in ActiveX? I'm new in this. Please help.

    Thank you.

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