| Thread | Last Post | Replies |
|
| Cannot change ListView first column text alignment | 07 Jan 2004 12:59 GMT | 2 |
I try to change the text alignment of the first column of a list view, ColumnHeader.TextAlign but seems it doesn't work. The first column is always default to left alignment, which is HorizontalAlignment.Left. I even try to insert the column in design time and set the column ...
|
| Using a .dll to display a form | 07 Jan 2004 09:21 GMT | 1 |
I have developed a .dll to display a form that controls a simple routine. Oddly, you can't use messagebox.show unless you do one of two things:
|
| How to test a dialog | 07 Jan 2004 09:21 GMT | 3 |
Cannot find the dialog preview button in the form design mode (VS.NET 2003, C#). I mean the option similar to MFC's (VC++ 6.0), which lets you quickly open the dialog you are currently designing, so you can see what it looks like without the grid lines and using default properties. ...
|
| ShowDialog an MDI Child? | 07 Jan 2004 09:20 GMT | 1 |
I would like to know how I could do the above subject without getting any errors? Any help is very much appreciated. Ramil Domingo
|
| The operation could not be completed | 07 Jan 2004 08:51 GMT | 1 |
All was fine and suddenly from the moment if I click on my Crystal Report file in solution explore the message The operation could not be completed
|
| Bug in Windows Form Designer generated code (VS.NET 2003) | 07 Jan 2004 00:39 GMT | 4 |
Every time I make a change affecting a toolbar (e.g. adding or removing buttons), I loose the bitmap images at runtime. They are still displayed in the designer, but when the application runs, the toolbar appears blank with only separators visible. I determined that the problem is ...
|
| Application Losing Focus when running from exe | 07 Jan 2004 00:37 GMT | 2 |
I have a winforms app which, when run from the VS.NET IDE, puts input focus on the startform as one would expect. However, when I run the exe directly, the main window
|
| Combo box in DataGrid | 06 Jan 2004 22:29 GMT | 3 |
The MSDN tells it would be possible to create own DataGridColumnStyles and there also exists a DataGrisComboBox in Microsoft.ClrAdmin. It can be bound
|
| How do you debug a Designer Error from Inherited forms | 06 Jan 2004 21:43 GMT | 3 |
I am getting an error in the Designer when trying inherit a form. Value cannot be null: Parameter Name dataSource now I do not use the Name dataSource in any of the
|
| combobox FindString | 06 Jan 2004 21:21 GMT | 1 |
Hello, help me please with combobox FindString, I want to perform a search for an second substring entry in the combobox items collection. I use the FindString with specifying a starting index within the ComboBox. I have tried the following but none seem to work:
|
| NotifyIcon is greyscale under Windows 2000 | 06 Jan 2004 21:09 GMT | 4 |
Doing developing under Windows XP,VS.NET 2003,.NET 1.1 Framework. Assign notifyIcon an icon *.ico file. Appears fine (color) in task tray when running under windows XP. When I run on Win 2000 test machine with .NET 1.1 Framework installed, the
|
| Client Operating Systems for .NET 2003 | 06 Jan 2004 21:02 GMT | 1 |
Hi, I am using window server 2003 to learn .NET 2003. The .NET API is installed with the window server 2003. * I guess .NET API is installed with XP. * How about window 2000, 98, 95.
|
| Standard and other toolbar icons/bitmaps | 06 Jan 2004 13:42 GMT | 4 |
I'm being dead thick, but I can't get my head around this: Where can I get standard toolbar icons like Open, Save, Print etc from? Should I embed them in my app or can I
|
| about email questions | 06 Jan 2004 13:39 GMT | 1 |
in windows form, I can use the System.Web.Mail how can I send the email to the client?? any reference site?
|
| Saving Rich Text to Database | 06 Jan 2004 13:38 GMT | 2 |
How do i save text in a RichTextBox Control to a SQL server Database and retrive it back without losing its formatting.
|