Click here to Skip to main content
15,913,245 members
Home / Discussions / C#
   

C#

 
GeneralRe: High Memory Usage Pin
Dan Neely30-Sep-05 10:06
Dan Neely30-Sep-05 10:06 
Questionhow to communicate with one mobile with another via a program Pin
sajikp29-Sep-05 19:38
sajikp29-Sep-05 19:38 
AnswerRe: how to communicate with one mobile with another via a program Pin
Heinz_29-Sep-05 19:57
Heinz_29-Sep-05 19:57 
QuestionIPAddress Obsolete Pin
Thoughthopper29-Sep-05 17:20
Thoughthopper29-Sep-05 17:20 
AnswerRe: IPAddress Obsolete Pin
turbochimp29-Sep-05 17:51
turbochimp29-Sep-05 17:51 
GeneralRe: IPAddress Obsolete Pin
Thoughthopper29-Sep-05 18:00
Thoughthopper29-Sep-05 18:00 
QuestionHow to make DataColumn.Expression work? Pin
Libra29-Sep-05 17:14
Libra29-Sep-05 17:14 
AnswerWonder if it's VS.net IDE wizzard's bug... Pin
Libra29-Sep-05 19:37
Libra29-Sep-05 19:37 
Haha..., I got the answer myself.
If you write the sentence
this.dataColumn.Expression="Col1 * Col2";
after
((System.ComponentModel.ISupportInitialize)(this.dataTable)).EndInit();
then it will work right.
But if the code generate by IDE wizzard, it gererate the dataColumn code at the front part, and the sentence '(...).EndInit()' is generate at //Formxx part which must be generated at the end of mothed InitializeComponent(), so, the 'Expression' can not work.
As the said, if you want to use 'DataCloumn.Express' property, the good way is written the code yourself after InitializeComponent().
Cool | :cool:

=== Game is power! ===

-- modified at 1:37 Friday 30th September, 2005
QuestionRethrowing exceptions: Pin
ntfirebird29-Sep-05 16:24
ntfirebird29-Sep-05 16:24 
AnswerRe: Rethrowing exceptions: Pin
Libra29-Sep-05 17:39
Libra29-Sep-05 17:39 
GeneralRe: Rethrowing exceptions: Pin
Dave Everett30-Sep-05 10:10
Dave Everett30-Sep-05 10:10 
QuestionLineScroll method in C# Pin
Member 109769929-Sep-05 16:07
Member 109769929-Sep-05 16:07 
QuestionMdiChild and its control box Pin
AesopTurtle29-Sep-05 16:06
AesopTurtle29-Sep-05 16:06 
QuestionHow to align text in C# Pin
Johny Ng29-Sep-05 15:17
Johny Ng29-Sep-05 15:17 
AnswerRe: How to align text in C# Pin
Jaiprakash M Bankolli29-Sep-05 18:48
Jaiprakash M Bankolli29-Sep-05 18:48 
Questiontextbox.AppendText("just do it!\n"); Pin
Lilli Alexis29-Sep-05 14:45
Lilli Alexis29-Sep-05 14:45 
AnswerRe: textbox.AppendText("just do it!\n"); Pin
mav.northwind29-Sep-05 19:40
mav.northwind29-Sep-05 19:40 
QuestionTreeNode to Clipboard? Pin
PhrankBooth29-Sep-05 13:46
PhrankBooth29-Sep-05 13:46 
QuestionReading IPTC and XMP from JPEG files Pin
codebas29-Sep-05 12:45
codebas29-Sep-05 12:45 
AnswerRe: Reading IPTC and XMP from JPEG files Pin
divina22-Dec-05 20:45
divina22-Dec-05 20:45 
QuestionLoading Divx files Pin
Sasuko29-Sep-05 11:42
Sasuko29-Sep-05 11:42 
Question.NET Code Easy to Disassemble Pin
Heinz_29-Sep-05 10:46
Heinz_29-Sep-05 10:46 
AnswerRe: .NET Code Easy to Disassemble Pin
Dave Kreskowiak29-Sep-05 11:30
mveDave Kreskowiak29-Sep-05 11:30 
GeneralRe: .NET Code Easy to Disassemble Pin
Heinz_29-Sep-05 19:36
Heinz_29-Sep-05 19:36 
AnswerRe: .NET Code Easy to Disassemble Pin
Ashok Dhamija29-Sep-05 15:19
Ashok Dhamija29-Sep-05 15:19 

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.