I have need to create of more correctly load a form dependent on which item is chosen in a listbox.
This can be done easily enough in vb6 using the forms.add method. In VB.net however this method does not exist.
Does any one know how to do this in .net or if it even possible
Debugging is the process of removing bugs. Programming is the process of putting them in.
This can be done easily enough in vb6 using the forms.add method. In VB.net however this method does not exist.
Does any one know how to do this in .net or if it even possible
Debugging is the process of removing bugs. Programming is the process of putting them in.