| Thread | Last Post | Replies |
|
| CredentialCache.DefaultCredentials | 13 Nov 2006 10:10 GMT | 2 |
I have not simple question: How can i extract username and password from the CredentialCache.DefaultCredentials property. Any help appreciated.
|
| Able .NET ? | 12 Nov 2006 23:27 GMT | 2 |
Hi to all. I would to develop a mathematical software in Visual Basic .NET. Equations, system of equation, inequalities, radical, logarithm, limits, differenzial equation ecc....
|
| IL differnces | 12 Nov 2006 21:07 GMT | 2 |
One simple question: is there a also something like IL (intermediate language) 1.0, 1.1 and/or 2.0, or is there just 1 version of the IL, which is used by the different framework versions? greetz,
|
| multilingual application | 12 Nov 2006 15:30 GMT | 1 |
Web forms with VB.net VS2003 framework 1.1 i want to implement multi lingual support in the application, currently it
|
| Downgrading .Net 2 application to .Net 1.1 | 12 Nov 2006 00:02 GMT | 9 |
I have a C# application written using Visual C# 2005 Express. I believe it uses some of the .Net 2 controls and so on. I want to run this application on Linux using mono 1.2 (supports .Net 1.1). What is the best approach to downgrade this application to use .Net 1.1 stuff?
|
| How to send HTTPS-Post request using C# application?? | 11 Nov 2006 15:22 GMT | 1 |
I am trying to access a servlet hosted on Tomcat server using HTTPS Post protocol. I am getting the exception: "The underlying connection was closed: Could not establish trust relationship with remote server".
|
| Regular Expression Bug? | 11 Nov 2006 14:19 GMT | 2 |
By working with RegularExpressions I found some inconsistency between the Escape and Match method. Has anyone an explanation for this behaviour or is this a bug? Following the description of the problem:
|
| IFormatter custom implementation | 11 Nov 2006 13:00 GMT | 2 |
Can anyone point me to some info how SHOULD be serialization formatters implemented? MSDN docs barely describes what built-in formatters do.. Thanks for any help
|
| Updating the Console app screen | 10 Nov 2006 21:45 GMT | 1 |
Can you update an output line in a console app without creating a "new" line? In other words show: "Retrieving XML..." "Updating record 1 of 1000..." <--just update this...
|
| Ajax Beta 2 a joke? | 10 Nov 2006 21:13 GMT | 1 |
I downloaded the beta 2 and the sample apps. The samples don't even compile. Can't find System.Web.Preview.dll. Is Ajax some kind of a joke?
|
| Button Events vs. Timer Callback | 10 Nov 2006 15:03 GMT | 1 |
We have a circumstance where we have a series of individual buttons, whose functionality works. This consists of sending a message to an RS-232 port, and awaiting a reply asynchronously. When a button is clicked, the message is sent, and we await bytes that
|
| Cannot Map a Network Drive in C# | 10 Nov 2006 13:59 GMT | 5 |
I am tring to map the network drive (C$) in c# from ASP.NET page and it seems it is not working...What I really want is to delete the file from the netwrok computer. This file is present in the default share C$. I search the google and what I got is that this is not possible to do
|
| How to find where is the seconde screen in on a dual monitor system | 10 Nov 2006 13:34 GMT | 5 |
I have a dot net application which must use dual screen of windows xp. I use .net 1.1 (and it must be 1.1). Now I can recognize for example from a point that I am not on the PrimeryScreen. Ok.
|
| AUTOMATIC FONTS | 10 Nov 2006 13:14 GMT | 1 |
This becoming crazy. I have a panelgroup inside with an option. If I change the font to the panelgroup it also changes it to the secondary controls.
|
| PropertyGrid, Custom UITypeEditor | 10 Nov 2006 13:09 GMT | 1 |
Hi group I have a simple property, of type string that can take only a few defined value (as an enum). The containing class can be viewed in a property grid, and i want the
|