W
webstuff
I have created a dll file that contains an enum, using this example
from MSDN:
http://msdn.microsoft.com/library/d...systemreflectionemitenumbuilderclasstopic.asp
That part works fine. However, I want to use this enum on a form in
IntializeComponents(). Currently it does not reconize the enum since
its running IntializeComponents() before it loads the dll file that
contains the enum.
Anyone have any ideas?? Thanks in advance.
from MSDN:
http://msdn.microsoft.com/library/d...systemreflectionemitenumbuilderclasstopic.asp
That part works fine. However, I want to use this enum on a form in
IntializeComponents(). Currently it does not reconize the enum since
its running IntializeComponents() before it loads the dll file that
contains the enum.
Anyone have any ideas?? Thanks in advance.