Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: UnInstantiating a class... Pin
Guffa10-May-06 6:59
Guffa10-May-06 6:59 
GeneralRe: UnInstantiating a class... Pin
Shy Agam11-May-06 3:44
Shy Agam11-May-06 3:44 
QuestionWhen does runtime release a DLL when using PInvoke Pin
nicknotyet10-May-06 3:53
nicknotyet10-May-06 3:53 
AnswerRe: When does runtime release a DLL when using PInvoke Pin
led mike10-May-06 17:39
led mike10-May-06 17:39 
GeneralRe: When does runtime release a DLL when using PInvoke Pin
nicknotyet11-May-06 3:53
nicknotyet11-May-06 3:53 
QuestionText Field and Running time issue in .Net Pin
ahchoo10-May-06 3:50
ahchoo10-May-06 3:50 
AnswerRe: Text Field and Running time issue in .Net Pin
Robert Rohde10-May-06 4:16
Robert Rohde10-May-06 4:16 
GeneralRe: Text Field and Running time issue in .Net Pin
ahchoo10-May-06 6:00
ahchoo10-May-06 6:00 
well, the code is not so complicated.

private void display(string data)
{
checklength(data.length);
txtdisplay.appendtext(data);
}
private void checklength(int num)
{
if((txtdisplay.text.length + num) > txtdisplay.maxlength)
txtdisplay.reset();
}

Anyone wants to test, creating a form with multiline textfield, just running a forever loop and passing a string to the display function.

Thanks.
Kyah
Questionhowto show the hided form ? Pin
cmpeng3410-May-06 3:33
cmpeng3410-May-06 3:33 
AnswerRe: howto show the hided form ? Pin
Wjousts10-May-06 3:38
Wjousts10-May-06 3:38 
AnswerRe: howto show the hided form ? Pin
albCode10-May-06 10:37
albCode10-May-06 10:37 
QuestionXmlArray and serialization Pin
Wjousts10-May-06 3:19
Wjousts10-May-06 3:19 
QuestionLoading SQL Server DataBases proplem Pin
NightAttack10-May-06 2:57
NightAttack10-May-06 2:57 
QuestionGetting the URL of the running instance of Firefox Pin
nagarsoft10-May-06 2:52
nagarsoft10-May-06 2:52 
Questiona simple question about forms ? Pin
cmpeng3410-May-06 2:35
cmpeng3410-May-06 2:35 
AnswerRe: a simple question about forms ? Pin
NaNg1524110-May-06 2:40
NaNg1524110-May-06 2:40 
AnswerRe: a simple question about forms ? Pin
Josh Smith10-May-06 3:21
Josh Smith10-May-06 3:21 
AnswerRe: a simple question about forms ? Pin
StevenS_Dev10-May-06 7:27
StevenS_Dev10-May-06 7:27 
GeneralForm.Close vs Dispose Pin
S. Senthil Kumar10-May-06 2:10
S. Senthil Kumar10-May-06 2:10 
QuestionSerialization Pin
jjsforyou10-May-06 1:23
jjsforyou10-May-06 1:23 
AnswerRe: Serialization Pin
CWIZO10-May-06 1:58
CWIZO10-May-06 1:58 
AnswerRe: Serialization Pin
Ravi Bhavnani10-May-06 4:19
professionalRavi Bhavnani10-May-06 4:19 
QuestionOrgent questions Pin
NaNg1524110-May-06 0:52
NaNg1524110-May-06 0:52 
QuestionAnswers please? Pin
NaNg1524110-May-06 8:24
NaNg1524110-May-06 8:24 
QuestionReading Pdf Pin
pirogramci10-May-06 0:44
pirogramci10-May-06 0:44 

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.