Setting dynamic properties of a dll in vb.net

  • Thread starter Thread starter Greg Biniek
  • Start date Start date
G

Greg Biniek

This shouldn't be difficult but I can find out how to set a dynamic
property within a dll of the calling exe... any help PLEASE.

Can dynamic properties of a dll be set in the machine.config file?
 
This is a Compact Framework group. There is no machine.config
What are you trying to do exactly. If you are looking at late bound calls
lookup Reflection.

Cheers
Daniel
 
Back
Top