| Thread | Last Post | Replies |
|
| Datagridview, reorder columns | 08 Aug 2007 11:18 GMT | 2 |
I use bound datagridview control of VS 2005. I want to remember the order of columns, which users make at runtime, the next time I will show the columns in this ordering. For Example:
|
| DataGridView column order in Designer | 08 Aug 2007 08:11 GMT | 4 |
Using VS 2005 SP1, C# In Designer, I create an unbound DataGridView control with a number of columns. Later, if I paste a form from another project in the same solution into the current solution, it reorders the colums
|
| Textbox, HTML Tags & RegularExpressionValidator | 07 Aug 2007 11:52 GMT | 1 |
I have a web page containing a multiline text box that users regularly paste HTML output into. On postback the page errors. I've tried to get around this using a RegularExpressionValidator with some
|
| Lightweight visual control | 05 Aug 2007 14:13 GMT | 7 |
I'm developing some simple user-drawn graphical controls and looking for the most efficient way of going about it. Initially I had the default VS control project which derrived from 'UserControl' with all it's baggage. Having a look up the inheritance tree it looks to me that ...
|
| VC# Express: please suggest a control to generate reports with images in | 04 Aug 2007 13:57 GMT | 1 |
could anyone please suggest a control contained in VC# Express that supports inserting of images, horizontal rules, bold text, and text in different sizes AND supports easy printing of its contents? I tried to use RichTextBox, but inserting images by pasting them into the control
|
| Disappearing Text in Windows Vista | 03 Aug 2007 21:20 GMT | 5 |
I have encountered a bug that I can reproduce in a simple test application that is constructed entirely in the designer within Visual Studio 2005, with not one line of code written by me. Briefly, all the text in a TextBox disappears whenever the mouse cursor enters or leaves the ...
|