Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: object destroy Pin
Dave Kreskowiak19-Apr-08 7:12
mveDave Kreskowiak19-Apr-08 7:12 
GeneralRe: object destroy Pin
George_George19-Apr-08 20:48
George_George19-Apr-08 20:48 
QuestionOn Media player Pin
varun.g19-Apr-08 1:12
varun.g19-Apr-08 1:12 
GeneralRe: On Media player Pin
Anthony Mushrow19-Apr-08 2:09
professionalAnthony Mushrow19-Apr-08 2:09 
QuestionHow to create MultiColumn ListBox Pin
Muhammad Gouda18-Apr-08 23:36
Muhammad Gouda18-Apr-08 23:36 
GeneralRe: How to create MultiColumn ListBox Pin
Rob Smiley19-Apr-08 0:20
Rob Smiley19-Apr-08 0:20 
GeneralRe: How to create MultiColumn ListBox Pin
Muhammad Gouda19-Apr-08 3:30
Muhammad Gouda19-Apr-08 3:30 
GeneralRe: How to create MultiColumn ListBox Pin
Rob Smiley19-Apr-08 3:48
Rob Smiley19-Apr-08 3:48 
Use the ListViewItem class in the Items.Add method, e.g.

lv.Items.Add(new ListViewItem(new string[] { "Column 1", "Column 2" }));


there are many other constructor overloads for this class if you want to add images, grouping etc.

Regards, Rob

"An eye for an eye only ends up making the whole world blind"

GeneralRe: How to create MultiColumn ListBox Pin
Charith Jayasundara20-Apr-08 2:56
Charith Jayasundara20-Apr-08 2:56 
GeneralRe: How to create MultiColumn ListBox Pin
Muhammad Gouda20-Apr-08 4:46
Muhammad Gouda20-Apr-08 4:46 
GeneralCrystal Report Work with C# Pin
Thaer Hamael18-Apr-08 23:05
Thaer Hamael18-Apr-08 23:05 
GeneralRe: Crystal Report Work with C# Pin
Bert delaVega19-Apr-08 0:38
Bert delaVega19-Apr-08 0:38 
GeneralPerformanceCounter Problem Pin
stancrm18-Apr-08 23:00
stancrm18-Apr-08 23:00 
GeneralRe: PerformanceCounter Problem Pin
Anthony Mushrow19-Apr-08 2:12
professionalAnthony Mushrow19-Apr-08 2:12 
GeneralRe: PerformanceCounter Problem Pin
stancrm19-Apr-08 11:15
stancrm19-Apr-08 11:15 
QuestionHow to get TaskFlow output as XML file from DSL tool Pin
Maddie from Dartford18-Apr-08 18:32
Maddie from Dartford18-Apr-08 18:32 
Questionwindows service using C# read from SQL database Pin
Knowledgestudent18-Apr-08 12:09
Knowledgestudent18-Apr-08 12:09 
GeneralRe: windows service using C# read from SQL database Pin
PIEBALDconsult18-Apr-08 13:41
mvePIEBALDconsult18-Apr-08 13:41 
GeneralRe: windows service using C# read from SQL database Pin
Knowledgestudent19-Apr-08 7:35
Knowledgestudent19-Apr-08 7:35 
GeneralRe: windows service using C# read from SQL database Pin
PIEBALDconsult20-Apr-08 16:31
mvePIEBALDconsult20-Apr-08 16:31 
Generallog4net and QueryHelper in .NET 1.1 stopped returing results Pin
.NET4Ever18-Apr-08 11:36
.NET4Ever18-Apr-08 11:36 
GeneralOpenFileDialog and SaveFileDialog [modified] Pin
cocoonwls18-Apr-08 8:59
cocoonwls18-Apr-08 8:59 
GeneralRe: OpenFileDialog and SaveFileDialog Pin
Gareth H18-Apr-08 9:33
Gareth H18-Apr-08 9:33 
GeneralRe: OpenFileDialog and SaveFileDialog Pin
cocoonwls18-Apr-08 10:16
cocoonwls18-Apr-08 10:16 
AnswerRe: OpenFileDialog and SaveFileDialog Pin
Spacix One18-Apr-08 9:55
Spacix One18-Apr-08 9:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.