| Thread | Last Post | Replies |
|
| Are Where DataGridView Column Width Limitations? | 04 Jan 2007 19:24 GMT | 1 |
Does anyone know if the DataGridView control has any column width limitations? or issues? I'd like to have a two column grid to display the date/time in one column and a string text of 500 to 2000 characters in the second column.
|
| Unable to change LOCATION or BOUNCE on UserControl | 04 Jan 2007 11:27 GMT | 1 |
I have a usercontrol control that acts as a container inside which I have userpanels ... that have picturebox controls inside Upon zoom parameter the control inside container is resized or shrinked ..... so basicaly i resize/shrink the image
|
| Custom format for DateTime properties in PropertyGrid | 04 Jan 2007 11:25 GMT | 1 |
We have a lot of classes with a lot of DateTime properties. And we consider a DateTime value < 1900 as "empty". So we would like to show an empty string in the property grid for such DateTime values (instead of i.e. "1.1.1800").
|
| Drop down list box with type ahead. | 03 Jan 2007 16:58 GMT | 3 |
I know I'm being stupid here - but how do you get a drop down list where the user can start typing and it will jump to what they are typing? For example - they type Smit and it jumps to Smith. Everything I've seen it would jump to S then M then I then T not the entire list.
|
| Integrating Excel Spreadsheet | 03 Jan 2007 16:37 GMT | 1 |
I'd like to integrate Excel Spreadsheet with my Windows applications, but not sure where to start with. Does anyone has any links to read up on this topic?
|
| ListView ? | 02 Jan 2007 18:17 GMT | 1 |
I'm trying to add multiple columns to the list view control. I can seem to get the two main items showing in the list. I get one column with several rows but no data in the columns. Code:
|
| Newbie- datetime picker- where's the time? | 02 Jan 2007 16:44 GMT | 2 |
I searched, but either this is common knowledge for everyone who isn't a newbie, or I'm not using good search terms... I'm using VB.net 2005 express to create a program for my wife to catagorize some data. She just asked me to add the ability (data field in the database)
|
| Help with documentation in Csharp | 02 Jan 2007 12:43 GMT | 6 |
I like your opinions about the best way of documenting the code in Csharp. To my particularly I like the solution given in VST 2000 but that they (Microsoft) removed of 2005. That you think about Ndoc and others? What do you prefer for VS2005 and
|
| Treeview problems | 01 Jan 2007 23:18 GMT | 2 |
Using VS 2005. I have created a user control with a treeview and imagelist but the only event for the treeview seem to be the following:- private void treeView1_AfterSelect(object sender, TreeViewEventArgs e)
|
| Next DataGridView Question | 01 Jan 2007 23:17 GMT | 7 |
OK, I've managed to show a List in a DataGridView, but all the examples I've seen show all the properties of the class contained in the List. I just need to show two of the properties in my case, say I have a class: public class PhoneClass
|