Using old controls in .net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack Russell

    Using old controls in .net

    I have a number of custom controls purchased to use with VB6. What is
    the disadvantage of using these in vb.net rather than purchasing the
    ..net equivalents?

    Thanks
  • Ray Cassick \(Home\)

    #2
    Re: Using old controls in .net

    They rely on COM and are not pure .NET components.

    Using COM components is going to get in the way of doing things like xcopy
    deployment since the controls need to be registered.


    "Jack Russell" <jackr@norubbis h.tpg.com.au> wrote in message
    news:%23nYlBpTS FHA.1176@TK2MSF TNGP12.phx.gbl. ..[color=blue]
    >I have a number of custom controls purchased to use with VB6. What is the
    >disadvantage of using these in vb.net rather than purchasing the .net
    >equivalents?
    >
    > Thanks[/color]


    Comment

    Working...