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 would you add elements and pictures to listitems in listview control?
Types of DBCombo boxes
How do I call help files from a VB program?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How would you add column headers in listview control?
How do I do Peek and Poke and other low-level stuff?
What is ado in vb.net?
How do you change the icon and otherwise manipulate the DOS box?
What are the properties of datacontrol?
How can you Navigate from the DHTML application to another DHTML application? .
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
To find the current recordposition in data control.
Through which protocol OLEDB components are interfaced?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
What is the use of debug Window?