| Thread | Last Post | Replies |
|
| How can I start and stop the service ? | 24 Apr 2004 12:04 GMT | 3 |
In VB.Net how can I make windows application project that can start and stop the service manually Any help will be appreciated Husa
|
| Sending a HTTP Request from a Windows Application | 24 Apr 2004 10:30 GMT | 1 |
Hi NG, I have a little Problem. I make a normal HTML page which does following: When I click the Button Submit, I send some fields to the Server back.
|
| FileSystemWatcher | 24 Apr 2004 09:06 GMT | 1 |
How do you have the FileSystemWatcher watch different directory paths? Do you have to create multiple objects and if so can they all be assigned the same event handler? Thanks,
|
| Can't Open Solution (.sln) Files | 24 Apr 2004 01:54 GMT | 1 |
I have VS.Net 2003 and I can't open any .sln files (even if they are from a new 2003 project that I just created) - When I click on the .sln file, VS.Net pops up saying that: "The selected file is not a valid visual studio solution file"
|
| StuffIt for .NET og COM | 23 Apr 2004 22:31 GMT | 1 |
Anyone know of programmatically COM or .NET component which will create MAC StuffIt files? I have a Windows .NET Services that needs to create and distribute packed/compressed files to MAC OS9+ users. Any other suggestions is welcome!
|
| mono tips | 23 Apr 2004 19:11 GMT | 1 |
http://osnews.com/story.php?news_id=6795&page=1 "This article focus on programming in C# with Mono. It contains a compilation of extremely useful tips and workarounds, especially for people used to lower level programming, like C programmers. Since the Mono
|
| Callback Question : Static Methods | 23 Apr 2004 18:16 GMT | 1 |
I have a quick question regarding static methods as part of a callback mechanism ( with particular reference to a web service, although it is not a web service question ). Basically I have an asp.net form which makes a call to a web service asynchronously ( below ). My ...
|
| Difference between Professional and Enterprise? | 23 Apr 2004 17:46 GMT | 2 |
Is the main difference between the Visual Studio .NET Professional and Enterprise editions the inclusion (in Enterprise) of : 1. SourceSafe, 2. Visio (Architect), and (3) Win2003 Server integration? Also, if Professional doesn't include SourceSafe, but you ALREADY have
|
| Using C headers in C# Project | 23 Apr 2004 17:46 GMT | 2 |
I'm having a little trouble. I'm building a GUI frontend to control a robot via an API supplied by the manufacturer. All the stuff i need to talk to the robot is in header files in C. My GUI is written in C# and i wanted to use the header files to create various connection ...
|
| change http://localhost | 23 Apr 2004 17:45 GMT | 6 |
Can i use my domain http://joriz.org instead of a http://localhost when developing an ASP.net apps. I wanna access those SLN apps on my server from my w2kpro. I tried them already and i keep on having errors.
|
| Query about references... | 23 Apr 2004 17:14 GMT | 1 |
I have a class library project called AD that talks to Active Directory via the System.DirectoryServices namespace. This library compiles fine. When I try and use AD in my web project, the web project won't build unless I add a reference to S.DS : Classes in the AD library do not ...
|
| Different API versions | 23 Apr 2004 16:58 GMT | 5 |
Let's say I have plug-in API. A number of assemblies implement plug-in API version 1. Over time plug-in interface changes to version 2. How would you handle assemblies implementing old API?
|
| Passing int[] to Method.Invoke | 23 Apr 2004 16:37 GMT | 1 |
I am writing a testing application that uses reflection to open assemblies and call methods. I have a function that looks like this... public void Method1 (int[] IDArray, bool SomethingElse){ ..
|
| Copied project still references older project's files. | 23 Apr 2004 15:20 GMT | 4 |
When I copy and paste the project and open newer solution in Visual Studio.NET that newer solution still references files of older solution (It opens the older projects files).
|
| how to get Ip Address | 23 Apr 2004 13:28 GMT | 1 |
(Type your message here) -------------------------------- From: Elana Cupido How can i obtain ip Address of Client Computers programmaticaly.
|