Open Form In A Form
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
6 posts
Page 1 of 1
Hello Smiley Again Needing More Help At The Moment Im Working On A Virtual Os And I Would Like To Know How To Open A From Inside A Form Thanks In Advance.
Example:
![Image]()
Example:

Last edited by Smiley on Sun Jan 31, 2010 8:59 am, edited 1 time in total.
Hello,
Its the same way as adding control at runtime realy and aslong as you have the form in your project like for example if you had a Form2 and you wanted to open it inside your main form this is a code you can use:
Its the same way as adding control at runtime realy and aslong as you have the form in your project like for example if you had a Form2 and you wanted to open it inside your main form this is a code you can use:
Code: Select all
Hope that helps cooll; Dim OpenForm As New Form2
OpenForm.TopLevel = False 'Because it cant open a toplevel form inside another
OpenForm.Visible = True
Me.Controls.Add(OpenForm)
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Hello Smiley,
I was just wondering that why would you want to make an Operating System? There are many Operating Systems such as Windows XP, Windows Vista and Windows 7! And can I also ask what will be your OS's features? I am feeling excited about your Operating System! But don't you think that Operating Systems are not made in Visual Basic? Visual Basic is made in an Operating System instead!
Thank you.
I was just wondering that why would you want to make an Operating System? There are many Operating Systems such as Windows XP, Windows Vista and Windows 7! And can I also ask what will be your OS's features? I am feeling excited about your Operating System! But don't you think that Operating Systems are not made in Visual Basic? Visual Basic is made in an Operating System instead!
Thank you.
Virtual operating systems are systems that are on another os but you use them instead i think
Yes like a windows shell so its like taking away the taskbar and folder explorer and using your own interface instead. I will be keeping my eye out for this Smiley cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Thank You Very Much Code N Stuff Do You Do Computer Programming Professionally Cause You Are Really Good
Oh And How Do You Lock The Topic Please Help.
Oh And How Do You Lock The Topic Please Help.
6 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023