| Thread | Last Post | Replies |
|
| HttpWebRequest splits request using HTTP 1.0 protocol | 07 Aug 2005 08:37 GMT | 1 |
I am making a "Multipart" post to an Apache web server sending "text" as well as "binary" data, and it doesn't seem to handle an HTTP 1.1 request correctly. What it does not like is the "splitting" of the request, sending the Headers first, waiting for a response, and then ...
|
| ADO.NET contra Progress | 07 Aug 2005 01:02 GMT | 1 |
Hola a tod@s: estoy intentando conectarme a una base de datos progress 9.D. No conozco nada de progress pero investigando un poco parece que el acceso ADO.NET contra Progress no es, en principio, tan "sencillo" como el acceso a SQL
|
| Toolbar images don't display | 07 Aug 2005 01:00 GMT | 4 |
I have some strange behavior with toolbar images - will do my best to describe - hope someone can help! I have several toolbars in my application. I assign each toolbar button an image at design time - and they all display correctly in the designer.
|
| Dotnet versus Java-Applets | 06 Aug 2005 23:57 GMT | 40 |
I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like Java-Applet, compile it, debug it, and
|
| Block a receive call | 06 Aug 2005 16:54 GMT | 1 |
I have an strange problem. i am new in sockets, and i'm developing a client-server application. My client sends information to the server, and it works. The server receives the information and sends an ACK to the client, and it works too.
|
| A global catch-all for exceptions in Windows Forms applications | 06 Aug 2005 16:28 GMT | 3 |
Is there anyway to create some sort of catch-all in windows forms applications that could ensure that no unexpected exceptions bring down an application? For example, perhaps there is an event that you can watch for whenever an exception is thrown? If this isnt possible can anyone ...
|
| IrDA and Socket | 06 Aug 2005 16:11 GMT | 5 |
I'm trying to get use of IrDA port in personal computer by .NET. I know it's well documented in WinSock/WinAPI but is it possible under .NET ??? I found some classes that could be very helpful, but they are available only under WinCE.
|
| asp to asp.net with block variable not set error | 06 Aug 2005 15:06 GMT | 3 |
I am getting this error for a file while converting an asp application to asp.net Object variable or With block variable not set. Description: An unhandled exception occurred during the execution of
|
| me too.. | 06 Aug 2005 14:27 GMT | 1 |
get same error.... any help?
|
| DynamicInvoke and BeginInvoke | 06 Aug 2005 14:25 GMT | 4 |
Hi. I'd like to know more about the diference between the DynamicInvoke and the BeginInvoke methods. It seems that BeginInvoke uses the DynamicInvoke method internally, but I'm not sure about this. So what's the difference in terms of performance? What happens if I call ...
|
| How to determine if context is Windows Forms or Web Forms | 06 Aug 2005 10:24 GMT | 6 |
I have a localization class that I want to use from either Web or Windows Forms apps. Currently it stores some information in the HttpRuntime.Cache object. I want to be able to determine the current context in which the class is called. If it is called through ASP.NET, I want it to ...
|
| MS Development Environment has not been installed for the current | 05 Aug 2005 22:07 GMT | 1 |
I need help solving the "MS Development Environment has not been installed for the current user" problem. I never installed Beta 1 or Beta 2. It happened after i installed Frontpage. All of the sudden, the Studio NET stopped working and it keeps displaying the problem every ...
|
| debug .net runtime | 05 Aug 2005 20:11 GMT | 4 |
Is there a debug version of the .net 1.1 runtime available? I'm getting a null reference exception in system.data.dll and it doesn't get handled by a try catch. I'd like to step into the runtime to find out what is happening.
|
| Designing a new form | 05 Aug 2005 18:45 GMT | 2 |
Does anyone know what would be involved in redesigning the look and feel of the typical windows application form in .net? I've seen applications that have totally redisigned the look and feel of the form, including the minimize and maximize and close buttons. The new styles work ...
|
| lock and overloads | 05 Aug 2005 16:16 GMT | 6 |
I have to do a sealed class with some functions that ruturns me a string with a required length. I.e. public class MyClass
|