| Thread | Last Post | Replies |
|
| How to get the List of Available Component Services using Dotnet ? | 30 Jan 2006 09:08 GMT | 2 |
I want to list the available "Component Services " (COM+) in a machine . i am trying to get the list of Componenet services in a machine using windows forms in dotnet , how can i retrive the list of componenet services, i know we can get the list of windows services, but i dont ...
|
| how to check if windows service is installed / VB.NET | 30 Jan 2006 02:09 GMT | 2 |
What is the elegant way in VB.NET to check whether a windows service is installed or not? How does the service controller tell this? thanks herbert
|
| Is .NET Framework Class Library source code open? | 29 Jan 2006 17:53 GMT | 5 |
I am interested in learning how .net class library works for diagnosing some strange behavior in my application. Is there a place I can get source code of the class library? I worked on Java for many years, what really helped me is to learn the
|
| VB.NET Automation | 29 Jan 2006 14:33 GMT | 1 |
I am trying to automate a game with VB.NET but I am having trouble doing so. I have added a reference to the library (GameLib 1.0) and typed the following code. Dim A as Object
|
| Event won't fire... Help please | 29 Jan 2006 14:11 GMT | 2 |
Hi all, Please help me because i'm stuck. Im developing a program to collect information from an information broker. Because of security reasons my application has to work as a service.
|
| System.DirectoryServices.ActiveDirectory.ApplicationPartition constructor | 29 Jan 2006 00:06 GMT | 3 |
I am creating a new application partition in ADAM using the .NET framework constructor for ApplicationPartition in System.DirectoryServices.ActiveDirectory namespace. It works fine if I use a distinguished name like "DC=mycompany,DC=com" but
|
| ClickOnce: Change File without new Version | 28 Jan 2006 22:37 GMT | 1 |
I've got a ClickOnce Client, which uses an app.config. I'd like to change this app.config-content after the Client is already downloaded. Certainly, i've got to resign the manifests, which worked good.
|
| Fitch And Mather 7.0 Problem | 28 Jan 2006 19:36 GMT | 3 |
I hope this is the right palce where post my problem. I experience a problem that prevents to install FMStoks7. Message is: "You must install Microsoft Internet Information Services before installing
|
| Application server | 28 Jan 2006 16:41 GMT | 2 |
This is a dumb question - but in J2EE there is the concept of an Application server which is started and shut down just like any other server. On the other hand, a .NET windows application or console application has no such concept of an application server. What is the difference ...
|
| Virtual PC 2004 sound is scratchy | 28 Jan 2006 15:47 GMT | 1 |
Has some one figure out how to solve this issue?. It presents a high latency and echo. Any suggestion will be appreciated Thanks
|
| ClickOnce .Exe runs briefly, then disappears | 28 Jan 2006 12:39 GMT | 2 |
My network-drive deployed Clickonce application worked for a while when deployed onto the machine on which it was developed (it still works fine on other machines). Now, when run (on the development machine), the .exe instantiates briefly (I can see it in the task manager process
|
| Hosting a WebBrowser control in a web page | 28 Jan 2006 08:35 GMT | 3 |
I need to have my web application (html, jsp, etc.) to host a WebBrowser control by using the object tag for an assembly which contains my custom user control which contains the WebBrowser control. The problem is that the WebBrowser control won't load. It's prematurely
|
| Click passthrough on forms/controls - help | 28 Jan 2006 01:44 GMT | 2 |
I hope someone can tell me an answer to this. I want to make a form that is transparent, however, when you click it, the event does NOT fire. Instead I want the applicatoins/desktop to be clicked instead.
|
| pp with a gui and a cmd line interface | 28 Jan 2006 00:10 GMT | 2 |
I've got an application that I would like to have both a GUI and a command line interface. It is easy enough to check for command line arguments. The proplem is that if I set my project output type to "Windows Application", Console.Writeline doesn't write back to the console (it ...
|
| [Synchronisation] attribute in .net framework 2.0 | 27 Jan 2006 18:37 GMT | 2 |
Has the (very convenient) attribute [Synchronisation] been removed in 2.0? If so, has it been replaced by a similar mechanism?
|