End Google Ads 201810 - BS.net 01 --> Hi,

I have created a DLL class and added two UserControls in it, UC01 and UC02.

In my WinForm application, I want to reference to the DLL using:
Assembly objAsm = Assembly.LoadFrom(@"C:\UC_FILES\MyDLL.dll"); Now, how can I locate a specific user control from that DLL and add it using:
userControl.Controls.Add(selected_uc);
Thanks,
Jassim[^]


Technology News @ www.JassimRahma.com