| Thread | Last Post | Replies |
|
| Is there a way to get caller environment variables from Reflection? | 23 Feb 2007 22:41 GMT | 1 |
I am needing to get the environment variables (or at the very least USERNAME and COMPUTERNAME) from a calling method in my (receiving) library. So far I know how to get the method name, the class name and even the file path of the calling method. I also know how to get the
|
| Out of control threads | 23 Feb 2007 21:19 GMT | 7 |
Hello group. I have a vb.net winform app that, in a sub, starts 10 new threads. The sub waits in a loop for these threads to finish before continuing. The end of the sub thread's sub sets a boolean which the main sub's loop checks for. So, the problem is, that after
|
| Distribution List Distress! | 23 Feb 2007 19:36 GMT | 2 |
I have over 50 distribution list. Some people's information is in more than one dl. How can I send out massive email without sending multiple emails to those in more than one distribution list? In other words I only want everyone to get a email message but only once;
|
| Visio 2002 | 23 Feb 2007 18:51 GMT | 3 |
When you right click on a shape and select Properties, and then proceed to type in the Properties, how can this information be transferred or exported to another application?
|
| .Net Threading | 23 Feb 2007 14:39 GMT | 2 |
Can anyone supply me, with some good tutorial on .Net Remoteing,Windows Service & Threading in C# ? Link will be ok. Thanks in Advance
|
| PreTranslateMessage and .NET | 23 Feb 2007 08:25 GMT | 2 |
Does anybody know if exist functions in C# equivalent to PreTranslateMessage (MFC) ? Best regards, Luis F.
|
| Property Indexer | 23 Feb 2007 05:56 GMT | 1 |
I have found some examples on MSDN (http://msdn.microsoft.com/library/ default.asp?url=/library/en-us/csref/html/ vcwlkIndexedPropertiesTutorial.asp), Code Project, etc about property indexers. In these examples the indexer uses a reference back to the
|
| Seeking Sample Application Introducing .NET Remoting | 23 Feb 2007 01:17 GMT | 4 |
Well, it's hard for me to get working sample applications which demonstrate the .net remoting architecture. Does anybody knows if there is any good tutorial application? The sample application would be better if it is released together with C# source code.
|
| MultiUser Environment | 23 Feb 2007 00:52 GMT | 1 |
Development Environment: VB 2005 Prof, SQL Server 2005 In a typical Multi User environment, what is the best way to handle updates of disconnected datasets of other users. Eg: User A opens application Winform 1, dataset1 is loaded on his machine
|
| visual studio 2005 installation | 23 Feb 2007 00:51 GMT | 3 |
I've xp pro, i installed visual studi 2005 with visual c#. i don't see Asp.net web application from File->New Project dialog box. I remember i used to see the Asp.net application in visual studio 2003 Thanks
|
| Copy Content Text File in Project to a Folder or a String | 22 Feb 2007 23:06 GMT | 1 |
Hello, I have a content text file in my project and I'd like to copy it to a folder at some point in the execution of the application(not during a build). If this is not possible, how about reading a content text file into a
|
| remote registry authentication | 22 Feb 2007 22:15 GMT | 1 |
I have an app that uses the RegistryKey class to open and read keys on remote systems in .Net 2.0. I want to give the user the ability to provide alternate credentials to make the connection to untrusted systems but there is no support for this in any of the remote registry ...
|
| System.Diagnostics.Trace.WriteLine | 22 Feb 2007 22:13 GMT | 1 |
Just wonder what the cost of using the API System.Diagnostics.Trace.WriteLine() is? Infact does anyone know how this works internally - are all calls to the API processed asynchronously by another thread and does it use some form of a
|
| Link an object to an Assembly | 22 Feb 2007 20:19 GMT | 4 |
I have a Program(exe) and a API (dll), both in c#, works very fine. Now I'm looking for a way to link both together. To have only one file(exe) to copy to the installation directory. Is this possible?
|
| Determining Thread objects in a process | 22 Feb 2007 18:45 GMT | 2 |
Is there any way that anyone knows of to get a list of the Thread objects for a running process from within the process? I don't mean ProcessThreads returned by the Process in System.Diagnostics, but the Thread objects themselves.
|