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
what are the Types of LockEdits in RDO?
1s it posible to Create Tables Through Querydef?
___ Property is used to count no. of items in a combobox.
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.
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What is a toolbox in visual basic?
What is OLEDB?
What is ado data control in vb?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Draw Sequence Modal of RDO and Explain?
What do you mean by Databound Controls Explain?
Explain the types of Views in Listview Control.
Can you tell me the properties of the controls?
What are 3 main differences between flexgrid control and dbgrid control?
Why can't I use an index with my VB accessed database?