blah blah blah is here! blah blah » Close

0
votes
1 answers

Unhandled exception has occurred in application

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Threading.ThreadAbortException: Thread was being aborted. at System.D ...

0
votes
3 answers

Terminating a thread

When I run my c# application (I am using Visual studio, compact framework) I create a thread that constantly moves files from one folder to the other [code]public static class Program { [MTAThread] public static ...

1
votes
1 answers

Best way to have live wordcount with large rtf files?

I am working on a text editor that has a label which updates with the current word count whenever the text is changed. Right now if I am editing a large file it takes a long time to count all of the regex matches, which causes typing to be ...

Feedback