S
Scott Stark
Hello,
I'm *just* delving into Windows forms-based programming without the benefit
of any books, etc. I have a background in light ASP.NET work, so forgive me
if this is a really basic question related to Windows GUI.
I've created a "Form1.vb" file in my project, added a menustrip, etc. When a
user clicks on a menu item, how do I get it to show a new form in the same
window?
I'm basically asking how to create a Windows forms application with more
than 1 form. All the examples on the internet of this type of programming
typically show one form.
I'm trying to understand how to create a standard UI (i.e. window size,
title, menustrip, etc) and then change the content of the form based on what
the user wants to do.
Thanks.
Scott
I'm *just* delving into Windows forms-based programming without the benefit
of any books, etc. I have a background in light ASP.NET work, so forgive me
if this is a really basic question related to Windows GUI.
I've created a "Form1.vb" file in my project, added a menustrip, etc. When a
user clicks on a menu item, how do I get it to show a new form in the same
window?
I'm basically asking how to create a Windows forms application with more
than 1 form. All the examples on the internet of this type of programming
typically show one form.
I'm trying to understand how to create a standard UI (i.e. window size,
title, menustrip, etc) and then change the content of the form based on what
the user wants to do.
Thanks.
Scott