Blog
    C#
    ADO.Net
    .NET
    ASP.Net & Web Forms
    Custom Controls
    Web Development
    Exception Handling
    XML
    Database
    Security in .Net
    Testing
    Web Services
    Windows Services
    Windows Controls
    WCF
    AJAX
    WPF
    XAML
    Reporting
    Setup
    VB.Net
    LINQ
    JQuery
    SilverLight
    JavaScript
    HTML5
    Crystal Report
    Cloud Computing
    Share Point
    Visual C++
    MVC
    Android
    PHP
    Java
    HTML
    WordPress
    Joomla
    Products
    Drupal
    Windows Phone
    JSON
    LightSwitch
    iPhone/iPad
    Ruby on Rails
    IIS 7
    Windows 8
    CSS/CSS3
    Excel
    MS Access
    Shortcut Keys
    Visual SourceSafe
    Team Foundation Server
    APIs
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Top Contributor
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
 

Home >> Visual C++ >> ActiveX Controls in Visual C
ActiveX Controls in Visual C

What is ActiveX control and its features?
Views: 1466     Comments: 0
by Amit Singh on 5/8/2011

ActiveX Controls in Visual C++

Active controls are specially designed to be embedded in programs, and especially in web pages that browsers can display. Creating active controls means we shall be able to place those controls in other programs. Which is a vary powerful technique. In fact we shall even be able to add our ActiveX controls to the dialog editor’s toolbox and drag such controls directly into dialog boxes under design.

An ActiveX control, like other windows controls you have used so far, is a self-contained object packed with related functionality, similar to window controls, it can be also be included within a container object ( such as dialog window). How ever, it can not run on its own.

Using active technique, you can create your own customized controls with desired set of properties, methods and events.

Properties

Properties are attributes or controls that are visible to and often modifiable by, the container in which it placed. There are four basic types of properties of active x controls.

·         Ambient Properties

·         Extended Properties

·         Stock properties

·         Custom properties

Methods

Methods of the ActiveX control are functions that can be called by its container application or object.

Events

Events are notification a message that is sent from the control to the container.

We create ActiveX control in VC++ we choose the MFC ActiveX control Wizard type

Title :  
Comment :
Text ColorBackground Color
BoldItalicUnderline
LeftCenterRightJustify
Ordered ListBulleted List
IndentOutdent
Horizontal Rule
SubscriptSuperscript
HyperlinkImage
Design ModeDesign
View HtmlHtml
       
 
Report Abuse Form
Reason:    
 
Latest ArticleRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Latest Blogs by Amit SinghRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Top Viewed ArticlesRSS Feed
    
    
    
    
    
    
    
    
    
    
Top Viewed BlogsRSS Feed
    
    
    
    
    
    
    
    
    
    
Latest Interview QuestionsRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Total Online Users: 2713
  
Copyright © 2013MindStick. All Rights Reserved.