Answer Posted / kavitha
This is commonly used to determine the sequence by which
graphical objects are arranged, there are three graphical
layers associated with forms and containers. The back
layer is the drawing space, where the results of the
graphics methods appear. Next is the middle layer where
graphical controls and labels appear. The front layer is
where all non-graphical controls like command buttons,
check boxes, and file controls appear. Anything in one
layer covers anything in the layer behind. The ZOrder
method arranges controls only within the layer where the
control appears.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about conditional operators?
Whether HTML supports multimedia: and document links?
How do I get my application on top?
Difference between Linked Object and Embedded Object?
___ property used to add a menus at runtime.
How would you use ActiveX Dll and ActiveX Exe in your application?
How do I make the mouse cursor invisible/visible?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
what are the different Types of Recordsets.
What is the difference between change event in normal combobox and dbcombobox?
___ VB constant make the menu item in centre.
How would you add elements and pictures to listitems in listview control?
What are the types of API Types.
what are the Differences between Recordset and Resultsets?
What is shortcut menu and explain "The ole control's shortcut menu".