| Thread | Last Post | Replies |
|
| Cannot add a dll to reference | 19 Nov 2004 17:34 GMT | 4 |
I meet a problem in building my .Net Solution and I would like to seek help. After I have added a dll to reference in one of my project in my solution, when I re-build the solution, I meet the following error : ------ Rebuild All started: Project: OIDCOMMON, Configuration: Debug ...
|
| OT: Thinking out loud.... | 19 Nov 2004 17:20 GMT | 14 |
File-sharing sucks for large files. Even when multiple people are sharing the same file you're after (like on Kazaa Lite K++) the connections are still slow, vary over time with the, and most will drop connection before you finish the download.
|
| How to know when an application is running. | 19 Nov 2004 16:12 GMT | 2 |
Hi, I need to know if an application is running because I want just one instance of this application. So I'll execute it only if it is not running. Thanks so much.
|
| Hibernate an Application | 19 Nov 2004 15:01 GMT | 2 |
We are writing a medical application that due to regulations needs to log itself out after a certain amount of inactivity. Using timers we can determine inactivity, however we want to be able to save the application's state or hibernate it. Any ideas?
|
| Execute an external application from windows service. | 19 Nov 2004 14:46 GMT | 2 |
Hi group I have been making a windows service to execute an external application. I use a timer control, I can execute the application but does't appear as a normal windows, just I see it in the windows task manager as a
|
| Handling different versions of office | 19 Nov 2004 13:45 GMT | 1 |
Hi, I am seeking advice about handling different versions of APIs of office which I am writing a plug-in application for it in C# language. Which is the best way to do? 1. Resolving different API using reflection.
|
| Highlighting an item in a combo's drop-down list | 19 Nov 2004 13:19 GMT | 1 |
With the combo box in .Net, if you type text while the drop-down section is displayed, it automatically scrolls through the list for the first applicable item based on what you've typed. This is quite handy, but I think it would be handier if that item in the drop-down section ...
|
| Reflection on instance returned from W/Service | 19 Nov 2004 13:00 GMT | 3 |
Hi y'all ... I've just come across a rather weird problem. i'm using the following code to get the names of the public properties of an object:
|
| Flowchart an entire .NET solution | 19 Nov 2004 10:34 GMT | 1 |
I have taken over a project and would like to flowchart the entire solution. I have found flowchart programs that work on a single .cpp file, but nothing for the entire project. Does anyone know of a good flowchar program where you can speciry the .sln
|
| Problem with type converter | 19 Nov 2004 09:06 GMT | 5 |
I have written a component with a property IPAdrress of type System.Net.IPAddress. To ease the configuration of the component at design time, I have written a type converter for the type System.Net.IPAddress. The type System.Net.IPAddress, as you know, is provided by Microsoft ...
|
| LDAP connection & query works on XP, but not on 2003 | 19 Nov 2004 08:18 GMT | 3 |
I have an asp.net application that resides on a non-DC / BDC Sharepoint Server (although it is logged into the domain). The application will perform lookups based on the current user (integrated auth) to an LDAP server which requires no login (AuthenticationTypes.None). When I run ...
|
| How to check Thread is terminated? | 19 Nov 2004 07:25 GMT | 1 |
Hi, I have a thread where it will do a Do While..Loop and check the blnCancel boolean in every loop. If blnCancel is True, then the loop will exit and the Thread should be terminated naturally. But there is some scenario where the program stuck somewhere in the Do While..Loop and ...
|
| Crystal Reports Error | 19 Nov 2004 03:13 GMT | 1 |
I am new to Crystal Reports and I am trying to set up a very basic report for display. However when the report tries to run I get this error: Error in file <file name and location>: Buffer too small for string or missing null byte
|
| Math.Max( 232,0) == 0? Too bizarre: whazzit? | 19 Nov 2004 03:08 GMT | 2 |
This is true (and I don't believe it either): In the command window - immediate I get the following: ? Math.Max( 232, 0 ) 0
|
| Using commang window | 19 Nov 2004 02:25 GMT | 1 |
Installed Visual studio.net 3003. Since part of install path is Microsoft Visual Studio .NET 2003 am not able to CD to this folder in a command window to install MSDE samples in XP professional
|