| Thread | Last Post | Replies |
|
| Widows Registry | 25 Sep 2007 18:35 GMT | 1 |
Why can't Microsoft operating systems come with embedded Registry cleaner?
 Signature E.A
|
| Scrolling large WPF custom panel | 21 Sep 2007 14:56 GMT | 5 |
I have created a custom "panel" (it doesn't actually inherit from Panel). It is a kind of grid which needs to be scrolled both horizontally and vertically, and since it can contain a large number of elements, it needs to be virtualizing.
|
| Releasing Objects in C'# so that GC can reclaim the memory. | 20 Sep 2007 22:06 GMT | 7 |
I have a number of questions related to making objects available for collection by the GC. I have an application that is leaking memory to the point of filling up all 3 heap generations and then throwing OutOfMemoryException.
|
| Startup time | 13 Sep 2007 16:22 GMT | 1 |
I am hoping someone can explain to me what is going on behind the scenes between these two scenarios that would cause such a difference. We have been piecemeal upgrading a large application from VB6 to .NET. Over time we've upgraded each of the (100 or so) modal screens and ...
|
| performance | 13 Sep 2007 16:09 GMT | 1 |
hey, when i want to play a music file or a video file on windows media player or in the media center it takes too much time to begin playing the file...even when the media player is playing a list of songs...how can i fix this problem ? thanks
|
| Incorrect RawValue returned from .NET PerformanceCounter class | 12 Sep 2007 18:36 GMT | 1 |
When I call the PerformanceCounter remotely for LogicalDisk % Free Space, I am receiving number of Free Megabytes instead. PerformanceCounter pcPercentFree = new PerformanceCounter("LogicalDisk", "% Free Space", driveLetter, machineName);
|
| .Net Remoting performance issue | 07 Sep 2007 02:33 GMT | 4 |
We are currently facing an issue with .Net Remoting connected application, here is the situation: We have a central server running some windows services who host some components exposed with .Net Remoting.
|
| Socket Overlapped I/O .. | 06 Sep 2007 15:02 GMT | 2 |
I understand from all the theory that overlapped i/o is good. However, I have not found any good resource for what it means to take advantage of it from System.Net.Sockets. I am writing an asynchronous tcp client using System.Nets.Sockets.
|
| Help with Stress Testing | 06 Sep 2007 12:26 GMT | 1 |
I need to stress test an application I've developed - are there any libraries/classes that can do things such as limit RAM available, Disk Space, etc. to help determine the system limits? Since I'm developing on a higher end system, I hope that there are either commerical or ...
|
| opened window lose's priority | 03 Sep 2007 03:11 GMT | 3 |
Still struggling with this problem, when ever im operating on an opened window, be it typing or watching a film, the screen will lose its priority after five to ten seconds and ill have to click back on to it to proceed at whatever im
|