>I was hoping someone could point me in the right direction as to
>setting up a class file in my DLL. (I am using a third party toolbar
>builder and I have a limited set of instructions on the DLL I can
>create to extend some of the button actions.)
Does the application even support managed assemblies? In C# you can't
export static entrypoints the same way you can in C/C++ and Delphi.
Also, passing language/framework specific types such as TPanel across
module boundaries is not very cross language friendly.
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.