| Thread | Last Post | Replies |
|
| managed API equivilent to WNetAddConnection | 27 Apr 2007 17:54 GMT | 2 |
I'm wondering if there is a managed class/method that is equivilent to the WNetAddConnection API. I am writing an app that is required to connect to various network resources without knowing whether those resources are connected before hand. I also need the functionality of ...
|
| What can we do in C#.net with a given window handle? | 27 Apr 2007 17:46 GMT | 4 |
Hello, friends, What can we do in C#.net with a given window handle? For example, can we activate or close this window? How? Any reference papers? Thanks a lot.
|
| Control the CPU Utilization during Application Execution written C#.Net | 27 Apr 2007 09:41 GMT | 1 |
This is Govardhan, i am working on C#.Net. I have a problem and i am sure most of them would have come across this problem. I have written a application in C#.Net. It does lot of work
|
| Doing "using" with CodeDom? | 27 Apr 2007 08:17 GMT | 1 |
Is there any way to do "using" with the CodeDom? using(SqlConnection connnection = new SqlConnection("...")) { }
|
| FtpWebRequest with X.509 Authentication | 27 Apr 2007 05:09 GMT | 2 |
I have been very confused about the purpose of ClientCertificates on FtpWebRequest. What I need to do is authenticate to an FTP server using ONLY an X.509 certificate, no username or password. Is there any way to do this with .NET 2/3? Internet Explorer does it just fine...
|
| Custom app and Korean | 27 Apr 2007 02:40 GMT | 1 |
I have an application written in .NET, running under Windows XP SP2 and Windows Server 2003 with SQL Server 2000 as the backend. This app basically indexes documents to allow keyword searching. We now need to load and index Korean language documents, but I have
|
| Invert of background color | 26 Apr 2007 22:01 GMT | 5 |
I have color as System.Drawing.Color c1 object as background color. Now I would like to get another System.Drawing.Color c2 object which is invert of c1 color to be used as foreground color. e.g if I have c1 as black and I should get c2 as white.
|
| cannot install printer | 26 Apr 2007 17:07 GMT | 3 |
I have an IBM computer, the OS is WINDOWS XP Home Edition, with 3 printers, one of the printers are HP LaserJet 2300d (series PCL 6) which I installed about 2 years ago and it worked fine, but, about 3 weeks ago it strat to make problems when the print dialog box was opened and I ...
|
| How to copying a class | 26 Apr 2007 15:31 GMT | 1 |
I'm a C++ developer and I need to know how to copy from one class to another in C#. I'm use to using memcpy for such things but I would thing C# would use something different.
|
| Assembly Resolve Anomaly-Please Help | 26 Apr 2007 13:07 GMT | 3 |
We've run into a problem that have stumped us, and was wondering if anyone else has encountered this. We have a product (Windows Service) that supports a plugin architecture. Assemblies are loaded from disk at startup. This works fine normally, but for
|
| Which .NET Framework version on Windows 2003 Server | 26 Apr 2007 13:01 GMT | 2 |
Can anyone tell me which version of .NET Framework is installed with Windows Server 2003 and what updates are made by Service Packs thanks Philip
|
| framework 1.1 & Queue class | 26 Apr 2007 13:00 GMT | 19 |
I am in need to a Queue class for a high speed read write operation where i do not have to look the object / collection in order to add / remove items. I had a look at System.Collections.Queue class and i need some clarification: msdn documentation says that instance methods are ...
|
| Project new "ItemGroup" reeking havoc | 26 Apr 2007 09:31 GMT | 1 |
I believe the following started after I installed ASP.NET 2.0 AJAX Extensions 1.0, but I cannot be certain that that is the cause. Scenario: Using VS.NET 2005 SP1
|
| Invoking WCF client from Excel VBA | 26 Apr 2007 03:46 GMT | 1 |
Has anybody try to invoke a WCF (.NET 3.0) web service client from unmanaged code (and especially from Excel VBA) ? When I tried it I got: --cut here--
|
| How to submit a POST with a WebRequest? (in C# to a PHP file) | 26 Apr 2007 02:53 GMT | 3 |
there is a PHP file with which I try to communicate. there is a simple HTML like that: "<form action='feedback.php' method='POST'>blablabl</form>" now I try to write some C# code to invoke the PHP from a desktop app, which
|