| Thread | Last Post | Replies |
|
| ListView with lots of columns | 29 Sep 2008 15:12 GMT | 2 |
in my current project, the created application should be able to display a table with a column per deay of a year. At first I used a ListView and added 365 columns. Basically this works but as the column with is 150 pixels wide, the
|
| Calculating days from dates | 28 Sep 2008 19:52 GMT | 3 |
How can I calculate days from the two dates entered in date time picker fields on winform by a user? Thanks Regards
|
| Embedded UserControl sometimes displays 'Red X' in Internet Explor | 26 Sep 2008 19:27 GMT | 1 |
We have created a very simple user control (System.Windows.Forms.UserControl) by making a new VB.NET Windows Control Library Project in Visual Studio 2003 (named VPControls.CtlGraph). The user control contains a graph control (GSNetWinChart from GraphicsServer). We have ...
|
| How to update the newest version automatic for a windows forms application developed by dot net 2.0? | 26 Sep 2008 16:10 GMT | 2 |
We had developed a software product based windows forms using dot net 2.0 All user for this product must download the newest version from the our web site and re-install it handly, if a new version for this product is published. It very trouble for users and developers.
|
| Combobox SelectedItem | 26 Sep 2008 14:21 GMT | 4 |
I have a tabbed panel that has a combobox. Now, if I want to get the selected item I do something like this: String fromlang = ((Language)cbList_FromLang.SelectedItem).abbrev; Which works as expected. But if I browse to another tab and then
|
| Is this possible in DataGridView? | 25 Sep 2008 14:35 GMT | 1 |
I have a Winforms app (Dot Net 2.0) with a datagridview bound to a table. I am supposed to be able to add, edit, and delete rows. One particular column is to be read-only for existing records. Both the program and the data structure are works in progress.
|
| User Control Instance/DataGridView.Columns in Visual Studio Design | 24 Sep 2008 17:52 GMT | 7 |
I have a Windows Forms-based project in Visual Studio 2005, containing a simple user control (class) and a form (class) that hosts an instance of the user control. The user control class contains (aggregates) a DataGridView instance (using
|
| How to store dataset | 24 Sep 2008 04:34 GMT | 2 |
I've been working with .Net for a long time, but always with Asp.Net, I'm just starting tp work with the Windows forms. The problem I'm facing now - how to store a dataset between sessions? Is there something similar to the Session object in Asp.Net?
|
| MyForm.OnLoad() vs MyForm_Load() | 23 Sep 2008 15:04 GMT | 1 |
What is the difference between overriding MyForm.OnLoad and writing a MyForm_Load event handler ?
|
| WPF Restart | 23 Sep 2008 07:06 GMT | 1 |
How can I do an Application.Restart in WPF? Restart seems to missing in WPF.
|
| PropertyGrid rowheader color | 22 Sep 2008 21:07 GMT | 1 |
Does anyone know the system color used in the PropertGrid for it's row header? Thanks
|
| ClickOnce Signing | 22 Sep 2008 16:54 GMT | 2 |
I am trying to sign a click once application vs08sp1. I use the following batch file to generate the pfx file. When in the project properties Sigining page I click Select From File. I input the file and it asks for a password.
|
| datagridview | 19 Sep 2008 13:17 GMT | 1 |
How do I prevent selection of the first row of a datagridview after binding? rg, Eric
|
| ImageList overlays | 19 Sep 2008 06:48 GMT | 1 |
Is there a method for creating overlayed images using the .Net (C#) version of the ImageList class? I have a set of bitmaps in an ImageList. I would like to create an overlaid image by combining one of the images over another. This was possible with
|
| WPF Application Crash on IA64 machine (Windows Server 2008 IA64) | 19 Sep 2008 06:04 GMT | 1 |
Today, we encounter a critical issue about the WPF on windows 2008 IA64. Event a simplest WPF application will crash on windows 2008 IA64 environment. I create a WPF application by VS2008 SP1, just use the basic WPF application template.
|