ok, another stupid question...
Say i have 2 forms.
On form1 i have a textbox and a button. How do i make it to where if you insert a the correct string in the textbox, hit the button, it opens up form2 and closes form1?
as it stands i've been simply having form1 do a .show of form2, and having form1's .visible property turn to False when the string is inputed correctly. is there a better way of doing it?
---Flac




Reply With Quote