| Thread | Last Post | Replies |
|
| how to register a activex dll? | 13 Jan 2004 18:31 GMT | 2 |
that dll is written in vb6
|
| Serialization inheritance | 13 Jan 2004 08:35 GMT | 2 |
Hi, folks! There is some class in external library that is declared with [Serializable()] attribute. I need to create class inherited from them
|
| OpenEvent(...) | 13 Jan 2004 02:44 GMT | 3 |
I was using an event between to apps in Win32, one creating a named event (like CreateEvent(NULL, FALSE, FALSE, "EVENTNAME"); ) and the other doing OpenEvent(EVENT_ALL_ACCESS, TRYUE, "EVENTNAME");. This way one app could signal the other in a convinient way.
|
| .NET Fw 1.1, difference in language | 12 Jan 2004 15:06 GMT | 1 |
What is the difference between the redistributable package for English and German. I've installed the German version and run tools like csc, .... But all are in English. Does anybody know the difference and how can I figure out which language is installed on a computer?
|
| How to call a function using a pointer in C#? | 10 Jan 2004 07:27 GMT | 3 |
I have an address which points to the entry point of an application. Now using the same address i want to call this function again, how do i convert this pointer which is of type System.IntPtr into a function pointer?
|
| create a class dynamicaly at run-time? | 10 Jan 2004 00:25 GMT | 2 |
How to create a class dynamicaly at run-time? Some documentations in MSDN say that it is feasible using the class "TypeBuilder",but I don't know how to do. Is there anyone who can help me? Sample code is
|
| TransparentProxy | 08 Jan 2004 11:41 GMT | 6 |
I use something like "inteligent references" in my application. I implemented it with RealProxy/TransparentProxy mechanism, but it's quite inefficient. Is there better way? How can I create objects similar to TransparentProxy withot reflection and
|
| Implementing IConfigurationSectionHandler | 08 Jan 2004 11:28 GMT | 2 |
is there documentation or sample code on how to customize your own section handler for use via ConfigSettings.GetConfig.
|
| Handling broadcasted messages in VC++.NET | 07 Jan 2004 07:23 GMT | 3 |
I'm a rookie to .Net development. I have two VC++ applications, one is an MFC application and another a VC++.NET managed CONSOLE application. I have to post a message using Messaging Queues. I broadcast the message
|
| Documentation relating Windows messages to .NET events | 06 Jan 2004 16:27 GMT | 2 |
Is there any topic in the MSDN documentation for the .NET Framework SDK which relates a Windows message to the particular .NET framework class which now generates an event for that message instead ? I am looking for a particular event for a particular .NET framework class
|
| How can you close a form from a class library? | 06 Jan 2004 01:59 GMT | 1 |
This question is about VB.NET but any working .NET solution would be helpful. I have a Form (Form1) that uses a class (Class2) from a Class Library. I want Class2 to be able to close Form1 if it runs into a
|
| Is Reflection in .NET Unoptimized ?? | 05 Jan 2004 14:17 GMT | 1 |
Hello friends, I'm writing a Java .NET Interoperability bridge. where I'm writing a JNI .dll for Java to call .NET Code. I'm using C++ language.
|
| Super strange problem with strings and reflection | 05 Jan 2004 02:40 GMT | 3 |
I am using reflection to initialize a string to a value. After initializing, i see the value of the string in my debugger as- type="breakpoint" but strangely, when i put code like this
|
| Newsgroup for GDI+ ?? | 02 Jan 2004 23:17 GMT | 2 |
I'm getting to these newsgroups via the MSDN website and I don't see a specific group for GDI+ -- is there one somewhere? I have some very, very basic questions regarding the GDI+
|
| Unable to access private fields in reflection even after using ReflectionPermission | 01 Jan 2004 15:57 GMT | 5 |
I am using the ReflectionPermissionAttribute in my code but still i am unable to access private fields of an object during reflection. Here is some sample code. I have put in extra ReflectionPermissionAttrbute everywhere but still it doesnt acees the private fields? I have .net
|