Is there any way to embed a vb.net form to another vb.net form. What I am trying to do is to make Form-A semi-transparent and Form-B as the embedded main form. So that the final application has a semi transparent border around it . Also I don’t want to use a MDI form.
Edit: How to make the border of a vb.net form semi-transparent without using MDI form.
I’ve simplified the code a bit and hooked up most of the events to a single method. There is no longer a Form-A, just a Form-B. Form-B now creates it’s own Form-A on the fly without any need to actually make a code file. I moved the border size to a variable so it would be easy to adjust it.
Let me know if this works for you.