Forum: C# Oct 31st, 2008 |
| Replies: 1 Views: 601 Let me explain what I'm supposed to do first.
My assignment is to take text from a dictionary entry and display it in my client area. This dictionary entry contains characters like \ " ' and... |
Forum: C# Sep 22nd, 2008 |
| Replies: 5 Views: 999 Well, the code does compile. It's just that when I maximize or minimize the window or drag the sides of the window and let go, the rectangle, which is centered, doesn't get redrawn. I don't know if... |
Forum: C# Sep 22nd, 2008 |
| Replies: 5 Views: 999 Ok, ty. Now, how do I make the syntax work? It's not doing what it's supposed to. |
Forum: C# Sep 21st, 2008 |
| Replies: 5 Views: 999 Hi,
In on of the lecture notes that was given to me by my prof, I was told that setting the ResizeRedraw value to true would allow whatever I drew on the form to be, well, resized. However, it... |