| Thread | Last Post | Replies |
|
| efficient object creation | 14 Aug 2007 15:09 GMT | 1 |
Activator.CreateInstance vs. CunstructorInfo.Invoke - If I may use either of them, which one is more efficient? - When is one preferred to the other? Thank you.
|
| Handling Remote Server Errors | 14 Aug 2007 15:02 GMT | 1 |
Hey Everyone! Ok time for another newbie question from me...I've written a little program that reads URL's from a text file line by line and then does a POST action etc The problem is that the program gets an exception and terminates when a
|
| SmartNav and Blank Pages | 14 Aug 2007 14:57 GMT | 1 |
This is an old topic from the looks of it but I can't seem to find a solution that fits. I have a ASP.NET 1.1 program that I have written that works perfectly on my dev machine. I also have a test machine that the program partially works on, and I am getting problems on the
|
| The right way to dispose a NativeWindow? | 14 Aug 2007 14:22 GMT | 3 |
What is the right way to dispose of a NativeWindow? I guess the NativeWindow is managed code and will be cleared by the GC, but the window handle it is holding is a native handle! I'm using the standard dispose code:
|
| Control in Runtime vs Designtime | 14 Aug 2007 13:33 GMT | 3 |
I would like to be able to tell whether my component code is executed when I instanciate a control in runtime or in designtime. Can anybody give me a clua as to how you can do that? Cheers,
|
| how to change back color for column in datagrid | 14 Aug 2007 11:33 GMT | 1 |
I need to change the back color for the specified column in the data grid. I am using Visual Studio 2003. How to change the back color only for column? Can anyone help to solve this problem? Regards
|
| How to: dynamically create a Dictionary<k,v> | 14 Aug 2007 09:38 GMT | 10 |
Imagine a class MasterStore carries a private hashtable. The hashtable will carry 1 or more Dictionary<k,v>. MasterStore has a public method called AddStore that adds new typed dictionaries to the master dict. The dictionaries stored in the hashtable can all be of different types ...
|
| did forums.microsoft.com move somewhere else? | 14 Aug 2007 09:27 GMT | 3 |
I can't seem to get to the Avalon forum on MS's site anymore (with any browser from home or work). Did the forum location change? Thanks.
|
| CLS compliance and custom types | 14 Aug 2007 09:14 GMT | 5 |
I have created a class with get/set methods but VS complains that the type of the variable is not CLS compliant. For example in the following code : namespace TilerSpace {
|
| read a particula childnode of a XML | 14 Aug 2007 09:05 GMT | 3 |
I have the following XML file : <?xml version='1.0' encoding='UTF-8'?> <Database> <ConnectionString Type="PostgreSQL v8.2.x">
|
| Thread Synchronization | 14 Aug 2007 08:37 GMT | 2 |
I asked a question regarding thread synchronization on this usergroup some days back. I was using the AutoResetEvent class for signalling between two threads. The problem with AutoResetEvent was that it sometimes it used to stop working a thread never come back from Wait
|
| image path | 14 Aug 2007 05:00 GMT | 1 |
I have the following requirement for an assignment. Could u please help me in creating xml document for this. I have images stored in c drive. . Create an xml document that models the image groups. Each grouping should include the name and location of the images within the ...
|
| Using DLL to protect software | 14 Aug 2007 03:13 GMT | 6 |
It is awesome, how clear info in the c# exe file. When I am using Netbeans ( a java IDE), it can set the obfuscation level. 1) I don't know how to use obfuscation in C# yet.
|
| Architecture Question: WCF service using Profile provider | 14 Aug 2007 03:09 GMT | 2 |
I want to know if it is possible to have a WCF service hosted in IIS (.svc) that uses the provider model in .Net? Ideally, I'd like the WCF service methods to detect the user's AD user name automatically (ie not passed as a parameter in the method) such
|
| How called the dll(written by c++)by c#? | 14 Aug 2007 01:24 GMT | 2 |
Um,i search the problem through the internet.There is a code in *.cs: using System.Runtime.InteropServices; [DllImport("Test.DLL", EntryPoint="TestOne")] public static extern bool TestOne(string src);
|