Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
lando7189
in reply to: nmunro

I found this and it worked:

 

https://stackoverflow.com/questions/706358/net-how-to-convert-a-windows-form-to-a-windows-control

 

Just open the .Designer.vb file and change the inheritance from 'Form' to 'UserControl' and fix the few errors that show up (for me it was commenting out the 'FormBorderStyle', 'ShowInTaskBar', and 'ShowIcon').  Totally worked great.

 

HTH - Lanny