Latest Answer: Tree view control is designed to display data that is hierarchical in nature, such as organization trees, the entries in an index, the files, directories on a disk. It is often used in conjuction with the List view control, which is used to display ...
Latest Answer: COM uses a method of "reference counting" to keep track of when the resources taken up by the object can be physically released. Basically it works like this. A object instance is created in a program and a reference is held against it. The reference ...
Latest Answer: Say you want to change the color of the 1st series of a Chart Control to Black, then use the code below:MSChart1.Plot.SeriesCollection.Item(1).Pen.VtColor.Set 0, 0, 0 ...
Latest Answer: The Visual source safe is used to set level of user control to read, add & destroy. ...
Latest Answer: In case of flexgrid also you can make it editable, by placing the textbox on runtime on the cell and key in required data. This is possible with flexgrids onCellEnter and onCellLeave events. ...
Latest Answer: shell(msimn.exe) helps to load Outlook Explorer ...
Latest Answer: ' Listbox Subclassing: Ported the C code found on MSDN at' SDK Documentation/PlatformSDK/User Interace services/controls/listbox' and Knowledgebase Article ID: Q74792'' By T. Ravi Kiran.' E-Mail: t_ravi_kiran@rocketmail.com' ...
Latest Answer: The 3 Difference between data grid and flex grid
1. Data Grid is Editable flexgrid is Diplay only.
2. DBGrid allows full data binding while MSFlexGrid allows read-only binding
3. MSFlex grid is smaller and allows cell merging while Datagrid is larger ...
How can I connect Project1 to Project2 in Visual Basic?Pl send the Answers with proper coding As soon as Possible.
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top