How many max. number of controls can place in one form
(especially visual basic form)?
Answer Posted / suresh
254 only and one form object = 255 (including form)
If we use control array means with the same name for the
control, we can use any number of the controls on a form
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the important components of OLEDB?
How can you filter out specific type of file using file system controls?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
What are the new events in textbox that has been included in VB ?
How do I make my applications screen-resolution independent?
What are the uses of List View Control?
1s it posible to Create Tables Through Querydef?
what is the Difference between Tabletype and Snapshot?
Where can I get updated VB and other Microsoft files?
Explain what is Visual basic?
What is the use of progress Bar Control?
How do I change the color of a form in visual basic?
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.
____ property of menu cannot be set at run time.
What is form in visual basic?