| Thread | Last Post | Replies |
|
| Throw Exception from Custom Attribute | 21 Sep 2005 14:40 GMT | 6 |
Could someone please tell me how to do the following: I have a custom Atrribute class that I was hoping to check something in the constructor and return an exception if not met...kind of like with security ie:
|
| How to raise an event from my windows application to my windows service? | 21 Sep 2005 14:16 GMT | 2 |
I'm an experienced vb .net developer in windows forma. Now I'm trying to develop a windows service and I would like to know if it's possible to raise an event from a windows application developed by me to a windows service developed by me. I would like to do something like,
|
| impersonationContext vs Process (Diagnostics) somebody help. | 21 Sep 2005 13:38 GMT | 1 |
I want to execute a .exe file through my ASP.Net C# .Net framework 1.1 application with user "X" credential. i used impersonationContext ( see notes at http://support.microsoft.com/?id=306158#4) to accomblish this. I pretty sure that this concept of imperonation works.
|
| windows forms and arguments | 21 Sep 2005 13:34 GMT | 2 |
i am writing a project that uses a treeview as its main application navigation for the many parts of the program. i have one part when i need to display customer information in a child window, i thought i would be able to overide the new() in the form but this returns an error.
|
| Full .NET Framework 1.1 Service Pack 1 Installation | 21 Sep 2005 08:49 GMT | 1 |
The only way I was able to install the .Net service pack 1 was by first installing the regular .Net 1.1 framework (24 megs) and then on top of that install the service pack (10 megs)! Is there a link where I can download the full .Net 1.1 framework that
|
| [Multi-Threading] Instruction Re-Ordering | 21 Sep 2005 07:37 GMT | 8 |
In the following, is the volatile write *guaranteed* to happen before Bar() is called? class Test {
|
| Need Windows Component Update cd? | 21 Sep 2005 07:02 GMT | 4 |
We bought son number One Visual Studio .Net 2002 Academic Version. He changed his major and took the Suite off his p.c. Now Son number Two wants to learn Visual Basic. He tries to reload the program on the same pc, but is confronted with a
|
| TVS_TRACKSELECT for treeview? | 21 Sep 2005 05:05 GMT | 1 |
Hi NG, i want for my drag and drop treeview control the style TVS_TRACKSELECT (for example the IE 6 uses this; go to favorites sidebar and drag/drop a bookmark...): the bold horizontal line between the nodes...
|
| Licensing question | 21 Sep 2005 05:01 GMT | 1 |
I have created a library, MyLibrary.dll by using C#.NET 2003. I'm using Visual Studio.NET 2003 IDE. I would like to create a simple licensing sceme for its usage. Could you suggest me a good starting point for this.
|
| [Thread-Safety] Lock Object | 21 Sep 2005 04:58 GMT | 1 |
I have an application log file class which is used throughout the app, potentially by multiple threads. It's a singleton. Here're the relevant parts: sealed class LogFile
|
| al.exe question. | 21 Sep 2005 04:10 GMT | 4 |
By some reason al.exe tool is missing from my .NET 1.1. How I can get it. Kindly let me know. Cheers, Naveen.
|
| HTML Email support? | 21 Sep 2005 03:56 GMT | 1 |
Does the .net framework provide any support for creating HTML Email messages?
|
| Multiple Network Adapter issues | 21 Sep 2005 03:51 GMT | 3 |
Our application is running on computers with multiple connections like Wi-Fi / 1x / Lan etc. How can we know which adapter is currently use by WebServices Call. We use .Net 2.0 framework. Thanks,
|
| Custom TransformerProvider in Configuration Application Block | 21 Sep 2005 03:32 GMT | 9 |
How can we create a custom TransformerProvider (deriving from XmlSerializerTransformer with some minor changes) and make it work with the Enterprise Library Configuration Application Block? Thank you! Best wishes, Alex.
|
| C# Multi-Threading Lock Issue | 21 Sep 2005 01:52 GMT | 3 |
I have a server application. This application has two pieces of shared data. They are both hashtables. The untroubling hashtable holds the clients data. The hashtable that is giving me grief represents a list of all of the clients connected to the server.
|