12-19-2017
09:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-19-2017
09:41 PM
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