Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. ActiveX control or a .Net windows control

ActiveX control or a .Net windows control

Scheduled Pinned Locked Moved C / C++ / MFC
csharpcomdesigndockeralgorithms
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Muhammad Ahmed 0
    wrote on last edited by
    #1

    Hi i need to write a control that has to be plugged into unmanaged as well as managed UI applications,... Control Description: the control is going to be like supporting browsing and searching objects etc,..control have to have mostly UI stff in it(will have some buttons/edit boxes trees and list boxes inside it)....that will have to adjust its controls according to its container,..should support drag and drop from control to the application plugged into that can be managed or unmanaged application... so should i make an ActiveX control or .Net Windows Control, ? would like to have your comments on it,..backed up with pros and cons...etc.. Thanks all Muhammad Ahmed Ahmed

    K 1 Reply Last reply
    0
    • M Muhammad Ahmed 0

      Hi i need to write a control that has to be plugged into unmanaged as well as managed UI applications,... Control Description: the control is going to be like supporting browsing and searching objects etc,..control have to have mostly UI stff in it(will have some buttons/edit boxes trees and list boxes inside it)....that will have to adjust its controls according to its container,..should support drag and drop from control to the application plugged into that can be managed or unmanaged application... so should i make an ActiveX control or .Net Windows Control, ? would like to have your comments on it,..backed up with pros and cons...etc.. Thanks all Muhammad Ahmed Ahmed

      K Offline
      K Offline
      khan
      wrote on last edited by
      #2

      I think it depends on who you are building it for. If the client is stupid, and thinks .Net is new and hence better, then create it in .Net. However, I think un-managed apps will have problems with it. (Not sure). And I am not sure, even if it is possible to support the things you need. .Net is new, and you won't find (m)any experts in it. If on the other hand, you are serious about creating the control, that is easy to use, easy to modify, can be controlled to the finest of details, is real-fast, then go for Un-managed. And you can get help from the Gurus if you ever get stuck. 1- It can contain web-browsers, if you need them. 2- It can contain buttons, list boxes, etc. 3- Can adjust its position, size. 4- Can support drag-drop. (Not sure how .Net apps will behave to that). this is this.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups