CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: The damnedest problem?!?!?
Sorry about that (forgetting the code) But all I have done is create a form with
two list boxes and 4 edit boxes. I then parse a text for (IIS Log File) and want
the edit boxes to so the current line, total lines in the file and a couple of
other pieces of info. However after I assign a value to the text property and
call repaint on the edit box I get the exception error.
edtLineCurrent->Text = i+1;
edtLineCurrent->Repaint(); <-- Exception Error
edtErrorsTotal->Text = LogInfo->total(0);
edtErrorsTotal->Repaint(); <-- Exception Error
Any ideas...
W Komornicki's Home Page |
Main Index |
Thread Index