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
How to find size of the file. Which method or function is used to occomplish this?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Types of ActiveX Components in VB?
How do you avoid the "Invalid use of null" error when reading null values from a database?
What are the types of line styles available in Treeview Control?
Is there any Edit method in ADO Data Access method?
Advantage of ActiveX Dll over Active Exe.
Difference between Tabletype and Snapshot?
How many objects resides in ADO ?
Are there any examples of commercial applications built using Visual Basic?
How to get freefile location in memory?
How do I add a form in visual basic?
what are the types of LockEdits in DAO?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
With in the form we want to check all the text box control are typed or not? How?