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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to Develope an Activex using existing controls

How to Develope an Activex using existing controls

Scheduled Pinned Locked Moved C / C++ / MFC
combusinesstutorialquestion
3 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.
  • V Offline
    V Offline
    viral_umang hotmail com
    wrote on last edited by
    #1

    Hi all! I want to develope an ActiveX TextBox control with additional features that doesn't exist in the current textbox component. Requirements 1) I want to use existing textbox control and enhance it to my requirements. 2) Is there any way using which we don't have to draw the control manually as it is in the case of VisualBasic? If anybody is having anykind of reading stuff give me the links. Viral Joshi.

    G 1 Reply Last reply
    0
    • V viral_umang hotmail com

      Hi all! I want to develope an ActiveX TextBox control with additional features that doesn't exist in the current textbox component. Requirements 1) I want to use existing textbox control and enhance it to my requirements. 2) Is there any way using which we don't have to draw the control manually as it is in the case of VisualBasic? If anybody is having anykind of reading stuff give me the links. Viral Joshi.

      G Offline
      G Offline
      GuyM
      wrote on last edited by
      #2

      Why ActiveX ? Why not just derive a class from CEdit (assuming you're using MFC) and add the required features in the derived class ?

      V 1 Reply Last reply
      0
      • G GuyM

        Why ActiveX ? Why not just derive a class from CEdit (assuming you're using MFC) and add the required features in the derived class ?

        V Offline
        V Offline
        viral_umang hotmail com
        wrote on last edited by
        #3

        Thanks for your reply but let me know how is it possible in Activex. But if i derived a class from CEdit then is it the ActiveX? And how can i use it as a control like textbox in other applications? Viral Joshi

        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