| Thread | Last Post | Replies |
|
| How to "kill" a tcp port... | 05 Feb 2005 02:03 GMT | 10 |
I'm building a relatively simple client-server app. One of the functions of the client is to notify the server when it terminates, this all works fine. The problem comes in when the server is stopped before the client, in which case the client "hangs", waiting to talk to the server ...
|
| array, xmlserializer and inheritance | 05 Feb 2005 01:56 GMT | 3 |
I have a situation like this: abstract class A { public ArrayList List;
|
| All button and lists in win form blank???? | 05 Feb 2005 00:35 GMT | 2 |
For some reason my machine can't show text on buttons and lists in a lot of .NET-win form apps - even my Terrarium client has buttons whitout text. I've tried reinstalling .NET 1.1. Could it be virus or spyware? Could it be somekind of localization problem?
|
| Getting user's proxy settings | 04 Feb 2005 23:27 GMT | 4 |
This is repost, as I had some problems with my antispam alias. Hi, I need my application (C#, .Net framework 1.1 SP1) to be able to detect the automatic proxy configuration for the user. I can get the settings
|
| DataGrid Refresh Problem .NET Framework 1.1 SP1 | 04 Feb 2005 19:24 GMT | 13 |
When we updated the Framework to SP1 a strange thing happened to our datagrids. If a cell was selected and the underlying datasource changed. The selected cell would not refresh to the correct value. If there was no row on that part of the datagrid, you would still see the old ...
|
| HttpPostedFile.ContentLength Property | 04 Feb 2005 19:15 GMT | 1 |
Does anyone know if the HttpPostedFile.ContentLength Property is determined BEFORE or AFTER the file actually reaches the server. I'd like to limit the size of an file upload but uploading a Gb file only to tell the user that they're limited to 1Mb seems like not so good an idea.
|
| If error | 04 Feb 2005 19:01 GMT | 4 |
Hello, i'm having a very weird error i have the following code if ( ( Name == "SubmitterName" ) || ( Name == "SubmitterWWID" ) )
|
| Structures and Classes | 04 Feb 2005 18:55 GMT | 3 |
For the most part, I use classes but when I'm trying to figure exactly when I should use structures. - Should I use a structure when I know it will contain a lot of code? - Should I use a structure when it will hold references to other classes?
|
| How to instanciate a TypeConverter from an Attribute ? | 04 Feb 2005 13:10 GMT | 2 |
I have a boolean variable like this: [TypeConverter(typeof(MyBooleanConverter))] private bool var = false;
>From somewhere else in the code, I can access this variable only thanks |
| HTTP Protocol violation (long) | 04 Feb 2005 13:05 GMT | 2 |
I've been trying to connect to a secure server (basic authentication), and while getting infamous errors I've decided to watch the messages passed between them. Here goes my initial request (i'm trying to use preAuthentication on the
|
| AutoResetEvents a limited resource? | 04 Feb 2005 10:22 GMT | 3 |
In reading the documentation on AutoResetEvents and WaitHandle I'm not sure whether they are limited resources (i.e. limited by something other than memory). WaitHandle mentions that it uses some nebulous "operating system resources" and I would like to know more specifically is ...
|
| DLL Config files | 04 Feb 2005 06:06 GMT | 3 |
I have seen several topics asking about config files that are specific to an assembly and the deployment of both. What I have not seen suggested is using one of the sepcial folders for deploying and reading the config file.
|
| Memory Managment/Objects lifecycle managment | 04 Feb 2005 03:57 GMT | 1 |
Hello .NET experts A group of develpers here are having some arguements about different ways to write program with minimal memory footprint. One method in buisness class creates an instance of another class and calls
|
| Does GC collect unmanaged objects pointed by a class field? | 04 Feb 2005 01:13 GMT | 3 |
I have an unmanaged function which returns an address to an unmanaged object. It's implemented by native C. I call this function by p/invoke, get the pointer in C#, and store it in a class field.
|
| VS.NET 2005 Beta 2 release date | 03 Feb 2005 21:03 GMT | 2 |
Are the rumors , that Microsoft postponed the release date of VS.NET 2005 Beta 2 to March the 31st , true ? Thanks in advance , Lior .
|