has anyone written a generic “LaunchForm” function? For all the menu items I have that open a form, I would like to write one function that will launch the form as opposed to writing the same code several times.
any tips would be very helpful.
It’s winforms + vb.net
thanks
TR
You mean something like this?
C#
VB.NET