| Thread | Last Post | Replies |
|
| Controls for Relational (Hierachial) Data | 21 Aug 2007 12:28 GMT | 1 |
Is there an off the shelf control for showing relational data with ease similar to that for a DataGridView when showing one table?
 Signature David Jones
|
| DataGridView Tool Tips | 21 Aug 2007 12:04 GMT | 2 |
I have a DataGridView control with no tooltips set in the designer - I searched the source code to be sure there were no tooltip statements. All tooltips in the column definitions are blank. 1.) Column headers which word wrap display tool tips (which is the
|
| adding designtime support for property of usercontrol (InitializeComponents) | 21 Aug 2007 10:21 GMT | 2 |
I have a very simple UserControl (derived from System.Windows.Forms.UserControl) that contains several ListViews. The UserControl exposes a single public property: public ListView.ColumnHeaderCollection Columns { get {...} };
|
| Usercontrol application name | 20 Aug 2007 21:32 GMT | 1 |
Is it possible to get the application name the usercontrol is placed into. I'am building a usercontrol that have the possibillity to save properties, the xml file is stored in the "Application Data\Company Name" and the next folder should be the name of the application the ...
|
| Avoid treenode to "selected color" | 20 Aug 2007 07:47 GMT | 2 |
Anyone know if it's possible to avoid the selected node in a treeview to loose it's "selected color" when the treeview looses focus? Thanks D.
|
| Windows Form PropertyGrid dropdown value | 20 Aug 2007 01:12 GMT | 2 |
I am trying to use, public class FileNameConverter : StringConverter for creating a dropdown list within my dynamic property grid. Thus I have the methods GetStandardValuesSupported, GetStandardValues, and GetStandardValuesExclusive.
|
| scrollbar value visible inside the scrollbar | 19 Aug 2007 10:42 GMT | 4 |
i wont to show the actual value of the scrollbar over the hscrollbar i maked a graphics from hwnd and a graphics paint.text inside and it works how i want (transparent over the scrollbar) but all the events over the scrollbar who changend the grafic -if the mouse
|
| Showing a panel and only its controls (in the designer) | 17 Aug 2007 04:25 GMT | 1 |
I am new to using the visual designer and I am having difficulty with a simple task but can't find the answer. I am using VS 2005. I have a form with two panels that overlay one another. I intend to control which panel is visible in the running application through hide( ) and
|
| DataGrid Questions please HELP! | 16 Aug 2007 20:50 GMT | 2 |
I don't have a lot of experience with the datagrid control and so i have a few questions. I am using VS 2005 and C#. My situation is that i have a datagrid that displays a dataset with 2 tables in it, the tables are related via a datarelation .. so it's
|
| How Do I Suspend Layout For a RichTextBox? | 15 Aug 2007 17:00 GMT | 2 |
I'm trying to develop a syntax-colouring text box, using a RichTextBox as the underlying control. The logic works fine and recolouring is achieved by selecting each language token in turn and setting the Selection.Color property.
|
| DataGridView, set datatype boolean and checkbox | 14 Aug 2007 14:37 GMT | 1 |
How can I setDatatiype as Boolean and display type as checkbox to a column of a unbound datagridview? I cannot understand the property ValueType. Thanks
|
| Usercontrol Toolbox and dependent Assemblies | 14 Aug 2007 14:35 GMT | 1 |
I created an user Control which needs 2 other dlls of referenced projects. When I deploy the dlls to the customer and he drags the control from the toolbox e.g. to a form the reference of the main.dll is added to the project, but the dependend dll's (which are in the
|
| DateTimePicker Value and Text don't match. | 09 Aug 2007 06:04 GMT | 1 |
I can't figure this out. I have a DateTimePicker with the following properties being set in InitializeComponent, called from the form's constructor: //
|
| Set Default Values in DataGridView - Repost | 08 Aug 2007 23:39 GMT | 2 |
This is a re-post, I have not found anything that works - yet. I would like to set the default value of a dataviewgrid column (I have combobox columns and checkbox columns) to the previous value in the row above, I don't want all column values set to a default value. The value
|
| Dataviewgrid column or cell default value | 08 Aug 2007 23:39 GMT | 4 |
I would like to set the default value of a dataviewgrid column (or cell) to the previous value in the row above. I could do it in 2003. How would I do it in 2005 VB? Here is the code I used in 2003:
|