Question How can i prevent UserControl from loading?

CripyIce

New member
Joined
Mar 20, 2010
Messages
1
Programming Experience
Beginner
Hello everyone, im new here :)

my question is, im building a program and im loading a DLL file that i built and use it for the UserControl that it contains. but when the DLL file is missing the program shows error message that the DLL file cannot be found (happens when i load a new FormWindow that contains the UserControl).
So i want to do that if the DLL file is not exist than it will DELETE the UserControl that i placed (or something like that) so my program can go on...

Can anyone help me with this, please?
*sorry for my bad english*
 
Back
Top