Does anyone know how to create a pop-up windows form that is called from another windows form in VB .NET?
The idea is to have a "main" form with a button that is clicked. When the button is clicked, another window form ("second_form"
is brought up that has a dynamic radiobuttonlist which can then be selected. I know that this can be done with Web Applications (aspx) but I would like to know if it can be done as a stand-alone Windows executable. I am developing this program with Visual Studio 2002 Standard. Any help would be greatly appreciated. Thanks in advance.
The idea is to have a "main" form with a button that is clicked. When the button is clicked, another window form ("second_form"