How would you add column headers in listview control?
Answer / vidyadhar
You can add columns in Listview by using Columns. Add() method. This method takes two arguments, first one is the Column heading and second one the column width. In the above code, "ProductName" is column heading and 100 is column width.
Is This Answer Correct ? | 0 Yes | 0 No |
What is ActiveX Control?
Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library
What are the tools available for Debuggiu in VB?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
What is the use of parameters collection?
What is the difference between Msgbox Statement and MsgboxQ function?
What is the use of command Object?What are the various types of variables?
How to find size of the file. Which method or function is used to occomplish this?
How to get Cursor position using API?
What is the use of property page Wizard in ActiveX Control?
what are the types of cursors in DAO?
What is Friend Variable?