| Thread | Last Post | Replies |
|
| Hook keyboard events | 22 Jan 2008 09:57 GMT | 2 |
How to listen to keyboard events and not allow them further? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Managing errors while loading App.config | 22 Jan 2008 09:34 GMT | 2 |
I am using 'Settings' (the auto-generated Properties.Settings) and ConfigurationSection derived classes in my application. If my configuration file (app.config) gets corrupted (or the user changes it incorrectly) then I would like my application to pick up settings defaults
|
| 3.0 SDK downloand - where | 21 Jan 2008 14:05 GMT | 2 |
Any pointer I can download 3.0 SDK please?
|
| How to get Isolated COM Activation (Registration-Free COM using a .manifest file) to work on Windows Server 2003, Enterprise x64 Edition? | 20 Jan 2008 22:44 GMT | 1 |
How to get Isolated COM Activation (Registration-Free COM using a .manifest file) to work on Windows Server 2003, Enterprise x64 Edition? The Isolated COM examples work on my Windows XP Pro but not on Windows Server 2003, Enterprise x64 Edition.
|
| Changind array dimension | 20 Jan 2008 17:16 GMT | 4 |
in C# is it possible to change a dimension of an array? Thanks a lot.
 Signature Luigi
|
| Window Closure | 20 Jan 2008 16:01 GMT | 1 |
I've been having a problem where open windows when I'm about to do something just disappear. The screen will almost refresh and the window I was working in will have closed or disappeared. It's possible it's a virus but I've scanned my computer with Panda and nothing comes up. ...
|
| System.Net.WebClient and redirection | 19 Jan 2008 13:57 GMT | 4 |
I'm grabbing web page using WebClient, and I would like to know if that page has a redirection... how could I know that? is there any dinamyc property in WebClient?
|
| Object from Activator raise Invalid Cast. | 19 Jan 2008 13:52 GMT | 1 |
Hi; I have a method that receives one of its parameters receives control of a base class that I made and it´s inherited from UserControl. This parameter named as ctrl. In the other parameters receives the necessary information in order to instantiating ctrl, This
|
| VS Studio 2005 versus 2008 & .NET 2/3 | 19 Jan 2008 04:04 GMT | 3 |
We're developing websites with VS 2005 (.NET 2.0) and we want to move on to .NET 3.X (Not the whole team but the R&D team). Do we absolutely need to upgrade to Visual Studio 2008 to do that? Is that the same thing going from 1.X to 2.0?
|
| To ngen or not to ngen? | 18 Jan 2008 23:36 GMT | 8 |
we have a small application on one server that does every 10 minutes (cronjob) some filetasks and very basic SQL queries against an installed SQL Server Express instance there. Does it make sense to ngen that application?
|
| throttling iocp threads in async server | 18 Jan 2008 22:06 GMT | 13 |
I'm designing an async socket server and I've read that the IOCP thread pool can overwhelm the System.ThreadPool. I'm thinking about throttling the IOCP threads by only allowing up to MAX connections to be accepted at any given time where MAX is less than the number of threads in ...
|
| WebRequestMethods.Http.Post XML file on HTTPS | 18 Jan 2008 14:44 GMT | 2 |
I have a situation where i have to post an XML document to a thirdparty application. We have used to following code for a couple of months now and everything worked just fine. The URL I used was just http and no SSL was used, but the thirdparty application now implemented SSL and ...
|
| how to reference COM dll from C# without the COM dll being registered in the registry? | 18 Jan 2008 13:31 GMT | 1 |
how to reference COM dll from C# without the COM dll being registered in the registry?
|
| Log specific level with log4net | 18 Jan 2008 12:33 GMT | 2 |
I am using log4net in an application. I would like to log with some specific levels, but I am not sure if it is possibel. For instance I would like to log ERROR, FATAL and INFO, but not WARN. The reason is that I would like tol log performance with INFO, but I
|
| WCF managed and unmanaged | 17 Jan 2008 22:17 GMT | 1 |
I need a reliable and effcient way to connect two modules one writen in native C++ code and the second written in C# as a WCF service. The connection should be bidirectional connection. What is the best way ?
|