Properties exposed through ActiveX controls
Write down the properties exposed through ActiveX controls?
Expert
ActiveX controls consist of four types of properties:
a) Stock: These are the standard properties supplied to every control such as: font or color. The developer should activate the stock properties, however there is little or no coding included.
b) Ambient: These are properties of the environment which surrounds the control properties of the container to which it has been placed.
c) Extended: These are the properties which the container handles, generally including size and placement onscreen.
d) Custom: These are the properties added through the control developer.
Describe the meaning of SBI of an object in the programming?
Define the term Marking interface: It is an interface with no methods.
On occasion, some of Brewbean’s customers mistakenly leave an item out of a basket already checked out, therefore they create a new basket containing the missing items. Though they request that the baskets be combined and hence they are not charged extra shippin
Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.
Explain in process verses out of process component.
Sign extension: Whenever an integer value from a type with a specific range is stored in a variable with a larger range, Java employs sign extension to determine the resultant value. The most important bit in the original value is employed to fill the
Explain the way to communicate server with more than one client.
Filter stream: It is an input-output class which filters or manipulates its stream of input- or output-data in some manner. Two illustrations are: DataInputStream and DataOutputStream.
Define the term Pixel: It is a `picture element' - usually a colored dot on a screen.
One Dimensional array:1) An array is a continuous memory location having similar kind of data in a single row or single column. Declaration in c++ is as under: const int size = 20;int a[size] or int a[2
18,76,764
1945843 Asked
3,689
Active Tutors
1459915
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!