Answer Posted / pravin s. ahire
Zorder method is used to the stacking order for controls
and you can set control's z-orders with the zorder Method.
Places a Specified MDI form,form or control at the front or
back of the z-order within it's graphical level.
e.g. In a one form,there are 2 picture boxes- picture1 &
picture2.In a form Picture2 is on top of picture1.When the
user clicks on the form,we can move picture1 to the top
with the zorder Method.
Private sub form_click
picture1.zorder 0
End sub
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Types of LockEdits in DAO? 51 .Types of Recordsets.
How would you find out the value property in Slider Bar Control?
What is the use of property page Wizard in ActiveX Control?
It possible to call OLEDB's Features directly in VB without using any control?
What is the current version of Visual Basic for Windows?
What is ActiveX? Explain.
Explain the usage of Web Browser Control?
Explain about control properties?
What is ActiveX Dll and ActiveX Exe?
Types of LockEdits in RDO.
How can you get selected file from file system Control?
Is there any Edit method in ADO Data Access method?
What is ODBC Direct and Microsoft Jet Database Engine ?
what are the Differenct Types of Procedures in VB?
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.