| Thread | Last Post | Replies |
|
| memory leak in Timer controls, and thread sleep | 18 Feb 2005 20:51 GMT | 5 |
We have find memory leaks when we tried to use timer to raise event at specified interval. The OS we use is: Windows XP Professional Version 2002, service Pack 2,
|
| Invalidate but do not draw background | 18 Feb 2005 20:05 GMT | 2 |
I work on a data acquisition system. I need to display data as it comes. There are two different modes: 1. Display only current set of data each time it is ready. 2. Display the current data, but don't erase the previous one. I remember in MFC I was able to do this by changing ...
|
| Chart control for Windows Forms | 18 Feb 2005 20:01 GMT | 3 |
Looking for a reliable-easy to use Chart control. never used one before, so any advice / experience is greatly appreciated.
|
| ListView & Copying of | 18 Feb 2005 16:01 GMT | 3 |
I have a windows form, in C#. It has a ListView on it. For a couple of reasons I now need to be have multiple sets of Data that can be dynamically Copied into and out of the ListView. But I'm having realy trouble with it....and feeling pretty frustrated.
|
| restart application | 18 Feb 2005 13:52 GMT | 2 |
How to write windows application in VB.NET , which on getting the error should restart
|
| I have to re-build project to see changes at run time | 18 Feb 2005 05:49 GMT | 5 |
I have one project that must be rebuilt instead of just built in order for changes to be seen. This is the startup project. I am running in debug mode, and the project is checked to build in this configuration thru config mgr. what am i missing?
|
| Possible bug with AppDomain.CurrentDomain.UnhandledException | 18 Feb 2005 03:08 GMT | 2 |
Im using the following code to test the unhandled exception feature and yet on my development machine it works properly (i.e. it is able to consume the exception) but on my test machine the event handler fails to trigger. Is there something I am missing here? This code below ...
|
| Q: DataGrid [Attribute] ??? | 18 Feb 2005 00:34 GMT | 6 |
Question/issue: I'm using a custom data source for my (WinForms) datagrid: public class MyDataSource : IList {
|
| Controls Disapear when I Compile Windows Forms | 18 Feb 2005 00:34 GMT | 4 |
I have come across a strange BUG in VS 2003 that drives me nuts and makes working in the Windows Form designer sometime impossible. This usually happens when I have made a lot of changes to a form by deleting then re-adding a bunch of controls. The problem happens when I try to ...
|
| Resize a form based on content size | 17 Feb 2005 23:47 GMT | 1 |
Is it possible to resize a form based on the size of its contents? In VB6- we had ScaleWidth & ScaleHeight properties, with which one could get/set the form size to fit exactly. Is there an analog in the .NET Framework?
|
| Synchronizing 2 grids via the CurrencyManager | 17 Feb 2005 23:07 GMT | 1 |
I have written a custom databound grid control that we've been using successfully for months, but one of our developers has just run into a problem that I can't figure out. The code for setting it up is as follows:
|
| The private components field: where is used? | 17 Feb 2005 13:52 GMT | 1 |
Every time I create a new Form in the VS 2003 IDE i see the following entry private System.ComponentModel.Container components = null; which constantly remains null, when I add
|
| Unhandled exception after calling child form's Dispose(). | 17 Feb 2005 10:38 GMT | 1 |
I have a main form (MainForm) which contains File->New menu item. On clicking File->New menu item, i am displaying a form (ChildForm) which contains a lot of controls and a lot of complex code. Everytime the File->New menu item is clicked, a new instance of ChildForm is created and
|
| Beginners Question Form Sizing | 17 Feb 2005 09:13 GMT | 2 |
I am writing my first .DotNet application out of the Wrox Professional 2003 Book. I would like to ascertain the screen size in use and size my forms accordingly but that topic does not come up in the relevant chapter on forms
|
| Monitoring MouseMove anywhere within the screen. | 17 Feb 2005 06:20 GMT | 2 |
Is it possible to track a general "MouseMove" event that monitors mouse movement anywhere within the screen, not just within a the scope of a Control? I'm writing logic that resizes a form on mouse move, but I'm finding that
|