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 the types of Views in Listview Control.
Explain OLE Drag and Drop.
___ argument can be used to make a menuitem into bold.
To populate a single column value which dbcontrols you to use?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How do you avoid the "Invalid use of null" error when reading null values from a database?
What is connection object in vb net?
Is the Access Engine and Visual Basic Pro good enough for database work?
What is "NULL"?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
___ property is used to change to ___ value to access a identity column'in datacontrols.
What is the use of Visual Basic Document file?
What is instantiating?
How would you navigate between one document to another document in Internet Explorer ?
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.