| Thread | Last Post | Replies |
|
| toolstrip container backcolor and gradients - I want it to look like outlook 2003! | 12 Feb 2007 11:21 GMT | 3 |
Having moved to .net 2.0 I love the new ToolStripContainer, however it is causing me some issues with colours in the rest of my application. With visual styles enabled the ToolStripPanel is a blue gradient, from light blue on the right, to a darker blue on the left.
|
| Need help on some PropertyGrid and PropertyGridView members | 12 Feb 2007 11:18 GMT | 2 |
I'm looking for a way to test the application with the PropertyGrid control, namely, to programmatically obtain grid items, select items, etc. I explored the PropertyGrid object with the test tool and found a number of protected (or maybe even private) members that I guess can ...
|
| Generating 3D graphs in .Net 2.0 windows forms. | 12 Feb 2007 11:04 GMT | 2 |
Hi, I m willing to use Charting Tool to draw 3D Charts in Windows Forms in .Net 2.0 I want to generate a chart having all 3 axes plotted on the screen i.e.
|
| Refresh a single GridItem on a PropertyGrid | 12 Feb 2007 10:15 GMT | 1 |
does anybody know how to refresh single GridItems of a PropertyGrid control? I know I can use PropertyGrid.Refresh() to update all GridItems, but this will steal the focus when you are editing one of the GridItem values.
|
| paging search results | 12 Feb 2007 10:11 GMT | 1 |
is there any control which I can use to display search results using paging, I don't want to get all the results from database, instead I want to make a database call to get the results for each page. can I use datagridview or listview control to page through the search
|
| Problem with Nullable( Of Integer) bound to combobox | 12 Feb 2007 04:34 GMT | 7 |
I struggled with a problem I had with a combobox bound to a bindingsource which has as its datasource a collection of custom objects. The comobobx was bound to a nullable integer property of the custom object.
|
| Combo Like User Control | 12 Feb 2007 03:11 GMT | 5 |
I am putting together a control which will work like a combo box - except its drop down will be a Tree View. When I use the control in a panel on a form I can't resize it to allow for the drop down part - it is constrained by the size of its parent panel -
|
| Displaying a status image in a datagridview | 11 Feb 2007 14:40 GMT | 3 |
Can someone show me, or direct me to some code which deals with the following (pretty standard) requirement: I have a database column with an integer indicating status e.g 1 = Available, 2 = Out of Stock and so forth.
|
| Still trying to find icons used in standard toolbar | 11 Feb 2007 14:40 GMT | 2 |
I am trying to find out where Microsoft stores the icons it uses to populate the "insert standard items" on the toolbar. I would like to use them as images for the menu. I have the professional version of VS 2005 but the images provided do not inluded these icons.
|
| How to access columns having same name in a datarow More options | 10 Feb 2007 00:15 GMT | 1 |
I know this might look strange at first look, but i am looping thru a dataset created using two different tables from database.These two tables have some fields with the same names. Now i want to use those columns from datarow. How can i get exactly
|
| DataGrid - prevent open space on right | 09 Feb 2007 19:17 GMT | 2 |
When I create datagrids the user can resize the right-most column leaving empty space on the right side. Is there a way to prevent this? thanks for the help john
|
| PropertyGrid problem | 09 Feb 2007 15:39 GMT | 2 |
I've created an expandable "PropertyGrid" control that initially looks like this when fully expanded (you'll need a fixed-space font in your news-reader to see it properly aligned): -Name -Dimensions 10,20 Width 10
|
| MouseHover but on grid rows | 09 Feb 2007 11:10 GMT | 2 |
I would like to achieve something like Control.MouseHover but not on whole DataGridView but on a single rows. Any ideas?
 Signature Peri
|
| How to make a DataGridViewComboBox column more reactive? | 09 Feb 2007 10:38 GMT | 6 |
I'm developing an application where there's a DataGridView and one of its columns is of DataGridViewComboBox type. The combo box behaves as it should, but I find it's a little too unfriendly to users, because of its very lazy-looking behaviour.
|
| datagridview - don't want any rows selected initially.... | 09 Feb 2007 10:31 GMT | 3 |
hi all - try as I might I can't get my datagridview to *not* select (and hence highlight) a row... ...any help appreciated, cheers,
|