How many max. number of controls can place in one form
(especially visual basic form)?
Answers were Sorted based on User's Feedback
Answer / 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 |
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?
What is the use of Data Form Wizard?
How can you get selected file from file system Control?
How would you create properties by using class Builder Wizard?
How can I access a record by record number?
Is it possible to call oracle database through ADO control or Object?
How can you Add API functions to your Application?
What are 3 main differences between flexgrid control and dbgrid control?
Difference between ActiveX Exe and Dll.
what is the Difference between Query unload and unload in form?
what are the Differences between variables defined as public in a standard module (.bas) file and a Class file?
Explain about trees structures work.