Click here to Skip to main content
15,906,645 members
Home / Discussions / C#
   

C#

 
GeneralRe: More philosophical: on events Pin
LongRange.Shooter27-Sep-04 9:33
LongRange.Shooter27-Sep-04 9:33 
QuestionCallbacks / Single Cast Delegates? Pin
peterchen26-Sep-04 8:58
peterchen26-Sep-04 8:58 
AnswerRe: Callbacks / Single Cast Delegates? Pin
Chris Austin26-Sep-04 12:15
Chris Austin26-Sep-04 12:15 
GeneralRe: Callbacks / Single Cast Delegates? Pin
peterchen26-Sep-04 12:45
peterchen26-Sep-04 12:45 
QuestionIs there a WndProc or windowMessage numberlist reference somehwhere on the net? Pin
FocusedWolf26-Sep-04 8:53
FocusedWolf26-Sep-04 8:53 
AnswerRe: Is there a WndProc or windowMessage numberlist reference somehwhere on the net? Pin
FocusedWolf26-Sep-04 9:14
FocusedWolf26-Sep-04 9:14 
AnswerRe: Is there a WndProc or windowMessage numberlist reference somehwhere on the net? Pin
Dave Kreskowiak27-Sep-04 4:05
mveDave Kreskowiak27-Sep-04 4:05 
GeneralDataTable question... Pin
Besinci26-Sep-04 7:18
Besinci26-Sep-04 7:18 
Hi there..

How do I code the syntax :
myTable.Columns["mycolumnName"].myProperty = "value";

I have
a table class 'myTable' that inherits from System.Data.DataTable.
a column class 'myColumn' inherits from System.Data.Datacolumn.

As it is now I don't have acces to 'myProperty' that is a member of 'myColumn'.
-To get access I first have to convert it to 'myColumn' see below ???

((myColumn) myTable.Columns["mycolumnName"]).myProperty = "value";

thx..


GeneralRe: DataTable question... Pin
Charlie Williams26-Sep-04 8:25
Charlie Williams26-Sep-04 8:25 
GeneralRe: DataTable question... Pin
Besinci26-Sep-04 9:58
Besinci26-Sep-04 9:58 
GeneralRe: DataTable question... Pin
Sendilkumar.M26-Sep-04 20:11
Sendilkumar.M26-Sep-04 20:11 
GeneralRe: DataTable question... Pin
Besinci28-Sep-04 8:05
Besinci28-Sep-04 8:05 
GeneralRe: DataTable question... Pin
Sendilkumar.M28-Sep-04 17:25
Sendilkumar.M28-Sep-04 17:25 
GeneralRe: DataTable question... Pin
sreejith ss nair26-Sep-04 20:59
sreejith ss nair26-Sep-04 20:59 
GeneralRe: DataTable question... Pin
Besinci28-Sep-04 9:44
Besinci28-Sep-04 9:44 
GeneralCreating dockable form Pin
filburt126-Sep-04 7:11
filburt126-Sep-04 7:11 
GeneralRe: Creating dockable form Pin
Roger Alsing26-Sep-04 7:15
Roger Alsing26-Sep-04 7:15 
GeneralRe: Creating dockable form Pin
filburt129-Sep-04 10:41
filburt129-Sep-04 10:41 
Questionhow Terrarium work ? Pin
sssa200026-Sep-04 6:22
sssa200026-Sep-04 6:22 
AnswerRe: how Terrarium work ? Pin
Christian Graus26-Sep-04 12:20
protectorChristian Graus26-Sep-04 12:20 
GeneralRe: how Terrarium work ? Pin
peterchen26-Sep-04 12:47
peterchen26-Sep-04 12:47 
AnswerRe: how Terrarium work ? Pin
Anonymous27-Sep-04 1:24
Anonymous27-Sep-04 1:24 
GeneralCrystal Report and C# Windows Programming Pin
Member 103017926-Sep-04 3:54
Member 103017926-Sep-04 3:54 
GeneralRe: Crystal Report and C# Windows Programming Pin
Alex Korchemniy26-Sep-04 9:25
Alex Korchemniy26-Sep-04 9:25 
GeneralSQL Server Ce - Stored Procedures Pin
mathon25-Sep-04 22:56
mathon25-Sep-04 22:56 

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.