C
Christina Androne
Hello!
Anybody knows a faster method for adding toolbox items to the IDE
toolbox programatically? At the moment I am using the
ToolBox.ToolBoxItems.Add (...), but since all the componets I need to
add are in the same DLL, I would like to know if there is a way of
adding all controls from assembly in one step, without loading ,
freeing the dll for every added item. SOmethign like AddAllItems(string
DllPath). Is there such thing?
TIA,
Christina Androne
Anybody knows a faster method for adding toolbox items to the IDE
toolbox programatically? At the moment I am using the
ToolBox.ToolBoxItems.Add (...), but since all the componets I need to
add are in the same DLL, I would like to know if there is a way of
adding all controls from assembly in one step, without loading ,
freeing the dll for every added item. SOmethign like AddAllItems(string
DllPath). Is there such thing?
TIA,
Christina Androne