Any way to run DLL's at button click C#
- by Sandeep Bansal
Hi Guys,
I'm looking for ways to speed my program to the max and one way I thought of was to strip all DLL's being run at startup and run them when they need to be.
As an example, I have a DLL containing info required for an update module, but I don't want to have that running in the program if I don't need it till I have an update. (I know I can create a separate program and link it to that but this is just an example.)
Is there anyway to attach this on a button click?
Sorry if I haven't made my question understandable.
Thanks