Post: VB.NET] Add a form into another form [TuT]
05-09-2011, 11:45 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by kingdeath360
I never saw anyone posting this so I decided to post.
Did you know you can add a form into another form? :victoire:
It sounds crazy but it's not. I think it might be very helpful for people who are developing VOS...

Check this .GIF out:

You must login or register to view this content.


    
Dim showform As New Form2()
'Substitute Form2 as the form you'd like to add. To add an empty form use only Form...
showform.TopLevel = False
Me.Controls.Add(showform)
showform.Show()


its a c&p///////////////////////////////

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo