| Thread | Last Post | Replies |
|
| Enter key doesn't work in VS 2005 rich text box | 02 Sep 2006 23:39 GMT | 1 |
When I type text into the rich text box I created, it doesn't accept the Enter key. That is, it doesn't create a new line. I'm working with VS 2005 C#. The rich text box doesn't have an AcceptReturn property.
|
| Is it possible to programmatically move the cursor in a TextBox? | 01 Sep 2006 18:54 GMT | 2 |
I need to move the cursor in a TextBox via program control because the users will be using an AirPanel with no keyboard. (I have a panel with a "keyboard" for the users to click via stylus) Is this possible in C#?
|
| Can't scroll treeview to last item | 01 Sep 2006 15:08 GMT | 1 |
in my app i use a treeview. If the treeview isn't large enough to show all items it automoatically gets a vertical scrollbar. But i can't always scroll to the last item. Sometimes the last item remains (partially) hidden
|
| picturebox: text disappears in picturebox when written with DrawString | 01 Sep 2006 10:29 GMT | 5 |
i have a picturebox on a form to which i write text with Graphics.DrawString. the text gets written to, but it disappears when i switch to another form! i must be missing something but can't figure it out.
|
| rtf control help | 01 Sep 2006 07:16 GMT | 1 |
i'm using the rtf control - just wondering if there is a way in rtf to make specified words certain colors... just like a spell checker... thanks
|