blah blah blah is here! blah blah » Close

0
votes
2 answers

copying text from one richtextbox to another

Hello, I'm developing an application in which I need to copy the content of a richtextbox with all its font settings to another richtextbox. the code i use is like this [code] this.chatTxt.SelectionStart = this.chatTxt.Text.Length; ...

1
votes
1 answers

Bitmap.Save() Problems

I'm getting a generic GDI+ error when I save my Bitmap more than once. The complaint is that the Bitmap is being used by another process. I've tried manually closing, flushing, nullifying, and disposing the stream. Nothing I've tried has wo ...

Feedback