What four types of properties are supported by an ActiveX
control?
Answer / vinay thakur
ActiveX controls have four types of properties:
l Stock-> These are standard properties supplied to every
control, such as font or
color. The developer must activate stock properties, but
there is little or no
coding involved.
2 Ambient-> These are properties of the environment that
surrounds the control -
properties of the container into which it has been placed.
These can't be changed,
but the control can use them to adjust its own properties.
For example, it can set
the control's background color to match the container's
background color.
3 Extended-> These are properties that the container
handles, usually involving size
and placement onscreen.
4 Custom-> These are properties added by the control
developer.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the base class for MFC Framework ?
How to update all the views whenver document got updated ?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
1)set the Title for The File DialogBox, in MFC?
Which MFC function is used to display output?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
1)How to load an icon on a button as Dynamically ?
What is the difference between Synchronous sockets and asynchronous sockets?
Explain Doc/View architecture
How to create a Modeless Dialog?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
How can update edit control data of an executing application from other application?