class-library
execute code on first call to the dll
I a c# class library. Is there anyway that a method can be run on first call and only on the first c开发者_JS百科all to the dll? ie. similar to in a web application - global.asax - Application_Start m[详细]
2023-01-17 07:15 分类:问答.net 2010 calling DoEvents (yes I want to) from inside a custom control library
I have a custom control\'s library. Now there\'s a control which looks li开发者_JAVA技巧ke a panel, and when it opens up I want to animate its vertical growing like this:[详细]
2023-01-17 04:05 分类:问答How should I store my custom classes?
I\'ve gotten to the point where I have made a few classes that I have found to be rather useful for a variety of different projects, they\'re either extensions of the already existing .Net ones or som[详细]
2023-01-16 01:31 分类:问答How to create a custom .NET base class library (BCL) aka mscorlib replacement?
Does anybody know how to make a custom BCL work with the stock CLR? How to discover existing the most essential ties between CLR and BCL and reuse them?[详细]
2023-01-16 01:02 分类:问答Passing arguments when loading custom CodeIgniter library
I\'m trying to implement a class I\'ve written as CodeIgniter library. Somehow I can\'t get CI\'s load() method to pass multiple arguments to the class\'s constructor function.[详细]
2023-01-11 06:32 分类:问答Having trouble registering assembly for COM
I have created a simple class library project in visual studio 2008 that has one class as shown below. I am trying to get this class to register for COM interop so that I can use in via unmanaged scri[详细]
2023-01-09 12:00 分类:问答Why can't I access my class through COM?
I have a class library that I have written in C#.net. I want to register it with COM on my 64 bit windows machine so that I can create instances of it using CreateObject() in scripts (javascript, vbsc[详细]
2023-01-09 06:36 分类:问答Class Library in C#
I tried to create a class library that is being used in a winforms application in C#. In my application I have input from a textbox and through a button click I\'m instantiating[详细]
2023-01-06 09:41 分类:问答How do I make WPF windows available in a class library?
I\'m creating a class library that makes available some XAML windows (in theory). To create the XAML, I right clicked on the project and then clicked Add->New Item, and then specified Window (WPF). I[详细]
2023-01-06 06:30 分类:问答How to write a simple Expression-like class in .NET 2.0?
I\'m currently working in .NET 2.0 Visual Basic. The current project is an Active Directory Wrapper class library within which I have a Searcher(Of T) generic class that I wish to use to search the un[详细]
2023-01-05 21:25 分类:问答
加载中,请稍侯......