Results 1 to 7 of 7

Thread: CCRP in .NET

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Johannesburg, South Africa
    Posts
    12

    Post CCRP in .NET

    Hi All.

    I tried to upgrade a VB6 project to .Net, Unfortunately It fell over with a type mismatch on one of the CCRP controls.

    Am I dealling with an incompatability issue here?

    Does anybody have any coments regarding CCRP (Common Controls Replacement Project) Controls?

    (I have not done any investigating as yet)
    Hans

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    .NET doesnt really support activeX. You cant expect your VB6 apps to fully upgrade to .NET.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Cander
    .NET doesnt really support activeX. You cant expect your VB6 apps to fully upgrade to .NET.
    so activex is dead? what is a usercontrol called in .NET then?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    just user control.

    Note; You can still use some ActiveX controls, but you cant be 100% they will work.

    Also technically .NET controls still work the same as ActiveX, they do things differently behind the scenes.

    Forget the term ActiveX. Dont even speak of the evil anymore.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Cander
    just user control.

    Note; You can still use some ActiveX controls, but you cant be 100% they will work.

    Also technically .NET controls still work the same as ActiveX, they do things differently behind the scenes.

    Forget the term ActiveX. Dont even speak of the evil anymore.
    so what about COM? did that have anything to do with ActiveX (oops I used this evil term again). So the idea/concept is the same, the functionality of usercontrols is different?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    COM is also not supported but can work. In fact MS still suggests to use COM+ if there are specific needs. Otherwise a plain ole .NET dll will work great by itself.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    .NET Usercontrols are just classes that inherit from the UserControl base class. Which isn't THAT different from ActiveX but they do work differently behind the scenes. If the .NET control doesn't do what you need then make a class that inherits it and extends it. What CCRP control gave you problems? Have you tested to see if the .NET version already has the new features you are looking for?

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