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 |
If there is more than 100 control in a window how we can change the Taborder of a controls
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
How to find the mouse entering an image?..while entering need to display next image...
Have you ever used win32 APIs ?
What MFC base classes provide support for ActiveX controls?
Difference between Debug and Release versions?
Can you explaing the relashionship between document,frame and view ?
what is the updated verssion in vc++
List out the basic features of MFC.
Tell me about different kinds of synchranization objects ?
How we can findout Memoryleaks, In what way it can be avoided