Click here to Skip to main content
15,891,136 members

Comments by Seema Gosain (Top 5 by date)

Seema Gosain 15-Mar-11 5:41am View    
Hi All,

Thank you very for your concern. I change code by adding
following code:
Thread.CurrentThread.Abort();
Thread.Sleep(2000);

callfunction();
clientSocket.GetStream().Close();
clientSocket.Client.Close();
Thread.CurrentThread.Join();
networkStream.Flush();

After adding this CPU has improved Performance. Please suggest this the good way???


Thank you
Seema Gosain 16-Feb-11 10:09am View    
Yes, I also tried and found but my issue is to remove the items.Forthis I Listbox1.InvokeRequired{}else{}
But I want to remove item before adding new item :(
Seema Gosain 20-Jan-11 11:22am View    
Thank you
Seema Gosain 12-Jan-11 5:32am View    
:( I tried but still same issue.
Seema Gosain 8-Jul-10 13:50pm View    
Reason for my vote of 5
This answer helps me to solve dropdownlist postback.

Thank you very much