Click here to Skip to main content
15,928,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: call c# from managed c++ dll Pin
donovan.solms11-May-07 12:51
donovan.solms11-May-07 12:51 
GeneralRe: call c# from managed c++ dll Pin
Luc Pattyn11-May-07 12:57
sitebuilderLuc Pattyn11-May-07 12:57 
QuestionScrollbar Pin
ikily11-May-07 11:19
ikily11-May-07 11:19 
QuestionC# web service and memory space Pin
LCI11-May-07 9:53
LCI11-May-07 9:53 
QuestionExtracting text from an embedded browser control Pin
EPallis11-May-07 9:16
EPallis11-May-07 9:16 
Questioncalling parent MDI control througth control on child form Pin
Neo_Shehpar11-May-07 8:25
Neo_Shehpar11-May-07 8:25 
AnswerRe: calling parent MDI control througth control on child form Pin
Abisodun11-May-07 14:53
Abisodun11-May-07 14:53 
QuestionHow to bind ArrayList with DataGridView ? Pin
Harminder Singh11-May-07 8:20
Harminder Singh11-May-07 8:20 
I have a complex arraylist containing N types of objects.

public class cls1
{
property string p1;
property bool p2;
property string p3;
property string p4;
}

public class cls2
{
property int p1;
property string p2;
property bool p3;
property string p4;
}


Class cls3
{
property string p1;
property bool p2;
property int p3;
property string p4;
property string p5;
property string p6;
}

I want to bind the grid ROWS (NOT COLUMNS) with the arraylist containing rows of type cls1, cls2, cls3...clsN.
Like one row can contian data of object of cls1 .
Like other row can contian data of object of cls2 .



HARMINDER SINGH, R&D, WinShuttle Inc,

Questionhow to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 7:38
pnpfriend11-May-07 7:38 
AnswerRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 7:52
mentorGiorgi Dalakishvili11-May-07 7:52 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 8:23
pnpfriend11-May-07 8:23 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 8:28
mentorGiorgi Dalakishvili11-May-07 8:28 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:11
pnpfriend11-May-07 9:11 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:16
mentorGiorgi Dalakishvili11-May-07 9:16 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:50
pnpfriend11-May-07 9:50 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:56
mentorGiorgi Dalakishvili11-May-07 9:56 
QuestionMath Question Pin
Mark0611-May-07 7:28
Mark0611-May-07 7:28 
AnswerRe: Math Question Pin
Miszou11-May-07 7:34
Miszou11-May-07 7:34 
GeneralRe: Math Question Pin
Mark0611-May-07 7:40
Mark0611-May-07 7:40 
AnswerRe: Math Question Pin
Kevin McFarlane11-May-07 12:08
Kevin McFarlane11-May-07 12:08 
AnswerRe: Math Question Pin
Kevin McFarlane11-May-07 12:20
Kevin McFarlane11-May-07 12:20 
GeneralRe: Math Question Pin
Daniel Grunwald12-May-07 9:11
Daniel Grunwald12-May-07 9:11 
GeneralRe: Math Question Pin
Kevin McFarlane12-May-07 10:40
Kevin McFarlane12-May-07 10:40 
GeneralRe: Math Question Pin
Daniel Grunwald13-May-07 2:42
Daniel Grunwald13-May-07 2:42 
GeneralRe: Math Question Pin
Kevin McFarlane13-May-07 4:59
Kevin McFarlane13-May-07 4:59 

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.