| Thread | Last Post | Replies |
|
| Unbound dgv - save two of the columns to a join table | 18 Apr 2008 02:59 GMT | 7 |
I have a dgv populated as the result of a dragDrop. It will contain 5 columns. The datagrid view is unbound. The dragDrop operation allows the user to select value. Those selected values are associations that I then want to make by saving off two of the
|
| Windows Virtual memory --minimum? | 17 Apr 2008 00:05 GMT | 1 |
How do I fix this problem ? It keeps poping up once in a while? Read out says that the virtual memory is low
|
| Deploying native code. | 17 Apr 2008 00:01 GMT | 1 |
The scenario is we're about to release an exe to our clients. It's a winforms application that uses reflection, remoting, generics, and serialization. We want to protect the intellectual proprety rights of our code. One solution is to obfuscate the exe. I've come across some ...
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 16 Apr 2008 00:33 GMT | 1 |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| c# forms programming book? | 15 Apr 2008 00:37 GMT | 4 |
what is good book for learning c# forms programming? thx!
|
| TableNewRow event handling issue | 14 Apr 2008 23:12 GMT | 1 |
Using VS 2005 SP1; I created a simple form by dragging and dropping a data table. I changed it to a details view, so I have a mixture of text boxes, combo boxes and a check box (no dgv). I want to programatically populate the controls when the user clicks on the Add New button, ...
|
| Remoting | 14 Apr 2008 20:59 GMT | 2 |
Hi, i need to share custom object with remoting. Ideas???? Please.
|
| Button stuck disabled when running under VS Debugger | 14 Apr 2008 16:19 GMT | 1 |
Hello all, I'm experiencing a samewhat strange behaviour when running my Windows Forms app from withing Visual Studio 2008. The application is multithreaded and the workerthread fires an event that should enable a
|
| Form-to-Form Control | 14 Apr 2008 15:46 GMT | 1 |
I am using C # .NET Framework 3.5. I have a calling form that invokes dialog box (called form). I want a button in the called form to change the value of a property in a control in the calling form.
|
| Upgrade to Vista Ultimate broke VS 2008 | 13 Apr 2008 10:21 GMT | 5 |
I had Vista Home Premium with VS 2008 - worked just great. Upgraded to Vista Ultimate - now with a Windows App the following happens: 1. Try to open Form1 in designers mode (new app or existing app), error = "The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer
|
| Accessing the status bar | 13 Apr 2008 09:33 GMT | 1 |
In my winforms app, I have a MainForm which has a panel on it called ContentPanel. ContentPanel holds a User Control which consists of a grid of records depending on whether it is customers, invoices etc. From within the user control which is sitting in the panel on the MainForm ...
|
| Can I create a Windows Explorer Icon type object in .NET | 13 Apr 2008 02:36 GMT | 4 |
I am trying to create a Windows Explorer icon type object in .NET that will display an icon image and have a label that works like the label on an icon in Windows Explorer; maximum two-line display that expands to full-size when selected and is editable. I would also like to be ...
|
| custom TextBox | 11 Apr 2008 20:11 GMT | 1 |
Hello all, I wanted some advice on the easiest way to go about the following: I have some TextBoxes that are enabled/disabled at various times in the program. When they are disabled, the default is a gray background
|
| Creating GroupBox with Radio Buttons from enum using reflection | 11 Apr 2008 19:58 GMT | 4 |
I am using reflection to read names from enum and creating radio buttons inside a groupbox. Everything is working fine. However, I am not able to adjust the size of the group box to fit the content. Is there a simple solution to this problem? Parent of group box is ...
|
| PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this? | 11 Apr 2008 17:17 GMT | 1 |
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
|