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

C#

 
GeneralRe: Convert Null db field to string Pin
Le centriste20-Jul-07 3:56
Le centriste20-Jul-07 3:56 
GeneralRe: Convert Null db field to string Pin
m@u20-Jul-07 3:30
m@u20-Jul-07 3:30 
GeneralRe: Convert Null db field to string Pin
kallileo20-Jul-07 3:37
kallileo20-Jul-07 3:37 
QuestionLabel with control Characters Pin
imnotso#20-Jul-07 0:35
imnotso#20-Jul-07 0:35 
AnswerRe: Label with control Characters Pin
Nisha S.20-Jul-07 0:55
Nisha S.20-Jul-07 0:55 
GeneralRe: Label with control Characters Pin
imnotso#20-Jul-07 1:27
imnotso#20-Jul-07 1:27 
Questionbackground Worker Class Pin
Software_Specialist20-Jul-07 0:04
Software_Specialist20-Jul-07 0:04 
AnswerRe: background Worker Class Pin
Bijesh20-Jul-07 0:22
Bijesh20-Jul-07 0:22 
Software_Specialist wrote:
The above code again makes the form not responding after i press the start button.


Thats probably because the while loop at the beginning of the start button click event will be infinite (assuming Count and count are the same variable, you just typed differently)

But a couple of points in your code.. If you are using BackGroundWorker you should not do Application.DoEvents. That can cause problems. Also you are doing a Thread.Sleep in OnChange, which is being called from the GUI thread. So I guess this will hold up your GUI thread?

So basically, no DoEvents and no sleeping on the GUI thread should make it better.
AnswerRe: background Worker Class Pin
Bekjong20-Jul-07 1:20
Bekjong20-Jul-07 1:20 
Questiondatagridview row validating Pin
JoZ CaVaLLo20-Jul-07 0:03
JoZ CaVaLLo20-Jul-07 0:03 
AnswerRe: datagridview row validating Pin
led mike20-Jul-07 7:07
led mike20-Jul-07 7:07 
QuestionDrag 'n Drop Wierd Bug Pin
Toadflakz_UK19-Jul-07 23:41
Toadflakz_UK19-Jul-07 23:41 
QuestionReload a opened form another form Pin
Nisha S.19-Jul-07 22:24
Nisha S.19-Jul-07 22:24 
AnswerRe: Reload a opened form another form Pin
Martin#19-Jul-07 22:33
Martin#19-Jul-07 22:33 
AnswerRe: Reload a opened form another form Pin
N a v a n e e t h19-Jul-07 22:35
N a v a n e e t h19-Jul-07 22:35 
GeneralRe: Reload a opened form another form Pin
Pete O'Hanlon19-Jul-07 23:13
mvePete O'Hanlon19-Jul-07 23:13 
AnswerRe: Reload a opened form another form Pin
Sathesh Sakthivel19-Jul-07 22:49
Sathesh Sakthivel19-Jul-07 22:49 
GeneralRe: Reload a opened form another form Pin
Pete O'Hanlon19-Jul-07 23:00
mvePete O'Hanlon19-Jul-07 23:00 
GeneralRe: Reload a opened form another form Pin
J4amieC20-Jul-07 0:12
J4amieC20-Jul-07 0:12 
AnswerRe: Reload a opened form another form Pin
T.EDY19-Jul-07 22:55
T.EDY19-Jul-07 22:55 
GeneralRe: Reload a opened form another form Pin
Pete O'Hanlon19-Jul-07 23:02
mvePete O'Hanlon19-Jul-07 23:02 
GeneralRe: Reload a opened form another form Pin
T.EDY19-Jul-07 23:11
T.EDY19-Jul-07 23:11 
GeneralRe: Reload a opened form another form Pin
Pete O'Hanlon19-Jul-07 23:14
mvePete O'Hanlon19-Jul-07 23:14 
GeneralRe: Reload a opened form another form Pin
Martin#19-Jul-07 23:33
Martin#19-Jul-07 23:33 
AnswerRe: Reload a opened form another form Pin
T.EDY19-Jul-07 23:09
T.EDY19-Jul-07 23:09 

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.