| Thread | Last Post | Replies |
|
| How to Stop Serviced Component so Uninstall removes it completely | 02 Aug 2005 06:23 GMT | 3 |
We have several serviced components written in .NET 1.1. Using Visual Studio, we have an installer project that creates an installer for them. The components are installed properly into the GAC and show in the Component Services control panel.
|
| help installation .net | 02 Aug 2005 02:36 GMT | 3 |
I'm trying to instal Ms .Net but at the beginning of the installation it says that an application needs to reboot.. and reboots the system.. but after that i always receive that message..
|
| Array of Classes | 01 Aug 2005 23:09 GMT | 3 |
I've got an array of a class say dim mydogs(50) of dog I create an instance of a dog mydogs(0) = new mydogs("milo") That all works fine. However I want to search the array for a dog named Fido. When I get to an array element that hasn't been created I get an
|
| newbie: Crystal Reports Graph Formatting question | 01 Aug 2005 20:19 GMT | 1 |
How do I format the values that show along the Group/X-Axis on Crystal Report (line) Graph? I have numbers that I want to format as Year (no comma) and dates that I want to show the Month only.
|
| newbie: Which version of VB.net | 01 Aug 2005 18:48 GMT | 1 |
I have recently installed VB.net 2003 standard edition. I am trying to create a db project connecting to a SQL 2000 db. I receive a message stating that my version of .net will only connect to msde and access. Which version will allow me to connect to sql 2000? Thanks for ...
|
| Q: Timer in windows service not trapping exceptions... | 01 Aug 2005 18:45 GMT | 1 |
I have a windows service that creates and starts a timer. And when the timer has elapsed, it performs a few things and resets the timer. (AutoReset = false, so it only executes once). However, in the handling thread - I am assuming that the elapsed handler is
|
| declaration of objects in a ArrayList , C# | 01 Aug 2005 18:39 GMT | 3 |
I have a question regarding the ArrayList. In my code I use the arraylist to store objects of certain class. I do not mix object types in the same ArrayList. public ArrayList adresses = new ArrayList();
|
| Hard closing Socket cannot be detected | 01 Aug 2005 15:07 GMT | 5 |
Hello Developers, I have developed Server and Client applications that are communicating by TCP/IP sockets. My application is developed on Visual C++ .NET Standard v2003 Windows Forms. When one of the program is closed unintensionally, other is
|
| Calling Javascript Remote Web Site | 01 Aug 2005 13:21 GMT | 1 |
I need to access a remote web site and authenticate my (web) application, based on the remote application's authentication. The remote application is writen using javascript and running on Linux system. how can i access the page and then validate the result from ASP .NET 2003.
|
| Programatically restrict access to windows features | 01 Aug 2005 12:50 GMT | 1 |
I have a request from a client to restrict access to windows features (start bar, CRTL-ALT-DEL etc) for certain users of our software (operators), but to allow it for others (administrators). It is not acceptable for them to log off from windows, so it must be done from my ...
|
| User inactivity? | 01 Aug 2005 06:12 GMT | 1 |
We have a need to determine whether a user is inactive or not, and present a pop-up to have them either logoff or renew the session. After 15 minutes of inactivity, the pop-up would ask the user to click Cancel if they wish to logoff, or click OK to renew the session. The pop-up ...
|
| When I set the location property for a control, stack overflows | 01 Aug 2005 03:36 GMT | 5 |
I have a Control derived class. When the parent of the control changes the control's Location property, the stack overflows. I have not found a way to find out what was on the stack when it does overflow. All I know is that the program is either stopped due to an exception at ...
|