| Thread | Last Post | Replies |
|
| NET Magazines | 19 Apr 2006 19:02 GMT | 5 |
Does anyone have any recommendations on magazines having articles/code related to NET development? Thanks in advance.
|
| DrawMode.OwnerDrawFixed | 19 Apr 2006 18:30 GMT | 1 |
I am entering entries into a listbox using 'DrawMode.OwnerDrawFixed'. I notice that I continually get Draw events with e.index=-1. Why is this? How should these events be processed? I note that some posts test the index value and if negative just exit.
|
| DataGridView automatically selects first row | 19 Apr 2006 17:56 GMT | 2 |
I'm setting the datasource of a DataGridView to a datatable. This loads the grid correctly but it automatically selects the first row in the grid, triggering the SelectionChanged event. Is there a way to stop the grid from automatically selecting the first row?
|
| Unable to add SQL Data Files | 19 Apr 2006 17:53 GMT | 4 |
I'm trying to add a new SQL Database to my window form application through Add New Item. I then receive the message box with this error message: "Connections to SQL Server files (*.mdf) require SQL Server Express
|
| CheckedListBox control not displaying properly for some users | 19 Apr 2006 16:44 GMT | 2 |
Greetings... I have created a set of forms for an Office Add-In that use, among other things, CheckedListBox controls. The software has been installed by about 15 users so far, and two of the 15 are having trouble with it.
|
| Resizing Displayrectangle | 19 Apr 2006 16:37 GMT | 2 |
Im writing an Application in C# and am placing controls on a panel. When placing controls right or below the Displayrectangle, the Displayrectangle is automatically resized to enclose the new controls. However when placing new controls above or left of the
|
| Fixed column for Datagrid in .Net windows form | 19 Apr 2006 15:16 GMT | 2 |
Hay, is there any property called fixed column in datagrid? How to make a column as fixed one? Is there any workaround for this? Please help me dear friends...
|
| MS ReportViewer 2.0 Control Print Issue | 19 Apr 2006 14:24 GMT | 1 |
The first attempt to print a report by clicking the print button on the MS report viewer icon does not print. Subsequent clicks will print the report! This is happening on all computers the application is deployed to. I look at the print queue and I see that the job is spooled ...
|
| Customize start menu location of ClickOnce app | 19 Apr 2006 07:18 GMT | 3 |
How do I customize the location of a ClickOnce application in the start menu? I can see how to get it under my company's name (by specifying the company as the publisher), but how would I further organize my applications into logical groups under that main folder?
|
| Slow Mass TreeNode Text Update. | 18 Apr 2006 23:56 GMT | 2 |
Hello, All, I have a Windows Forms TreeView with about 1500 nodes. It takes only a second to initially populate and display the TreeView with those 1500 nodes, but if I want to mass update the Text property of all the nodes, it takes
|
| Custom controls disappearing | 18 Apr 2006 18:17 GMT | 4 |
I've fought this problem on and off for quite a while now. My custom .NET controls that exist in separate assemblies will *randomly* disappear when I switch to the VS designer. VS doesn't always mark the files as having been changed, so there's no way to undo. When this
|
| Newbie with Treeview Problem | 18 Apr 2006 18:08 GMT | 3 |
I have a TreeView setup with 2 Items on it. Node1, Node2. I would Like to be able to open a form called Form1, when I double click on Node1, Form 2 when I double click on Node 2. I`ve done a google search but can`t find to much info on it.
|
| ClickOnce Deployment | 18 Apr 2006 16:15 GMT | 3 |
REPOST from another group because of lack of response in that group. Sorry if this is bad etiquette, just thinking I may have posted to the wrong NG to begin with: so here goes: I have a client that has an MS Access application that has outgrown MS
|
| ListView: Virtual & OwnerDrawn flicker problem | 18 Apr 2006 16:07 GMT | 3 |
I got a challenge with the ListView. When using the Virtual Mode and OwnerDrawn the images flicker very strongly. When using the normal mode and OwnerDrawn there is no flicker. I would need to use the Virtual Mode though :).
|
| ListView, IComparer & column-re-ordering... | 18 Apr 2006 15:37 GMT | 1 |
This question has been posted before, but unfortunatly I was unable to get an answer. I use a special ListViewItemComparer-class to sort items in a listview for any column, and I have also allowed column-reordering.
|