Latest Answer: A structure provides a convenient way of organizing several related variables as a single unit. A structure is defined outside of any existing sub or function ...
Latest Answer: 1) VB is a rapid application Tool to develop applications faster2) Flexibility in design time3) Debugging the source code4) .(dot) operator for objects to expose its properties and methods5) plug and play wizards to connect databases ...
Latest Answer: Tag is usaually used to store the value of any variable or store the value of any field for the future use. ...
Latest Answer: Max 256 controls can be placed on a single form ...
Latest Answer: MDI Form Act like a container for all the child forms.In short it act like a class container.and as we all know class doesn't support any visual interface thats why we can't place any control on MDI form ...
Latest Answer: Immediate Window is a great place for you to modify data or to test the function during development. You can enter valid expression in the Immediate window, and VB will execute it. However, objects referenced outside the scope of current code execution ...
Latest Answer: Find will move the recordset to the matched location and filter will filter the recordset so that only matched records will be available in the recordset. Only when you reset the filter to nothing, the original recordset is gained again. ...
Latest Answer: It helps user to know the code HistoryCode history2)Code ownership as multiple user can't change the same code at same time.3)Securiy ...
Latest Answer: Hi,Hierarchy of closing form events.1. Query Unload (This event will raise when we close the form)2. Unload3. Terminate ...
Latest Answer: U can have only one root in a treeview. ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top