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 |
Can we change back color of command button control? if yes than how it is possible?
What are constructors and destructors?
Give brief description about class?
Where can I get updated VB and other Microsoft files?
reading lines from a file by searching a word(instr) and copying to other textfile,but its only copying only one line but there are some other lines match criteria but not copying to the files
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
what are the Types of LockEdits in RDO?
How to down load image properties.
Is there any way to pass a variable to a form apart from using global variables?
What is the difference Between ADO and other data access objects?
It possible to call OLEDB?s Features directly in VB without using any control?