E
Eagle-i
In Visual Studio.Net I've created 2 forms for a Windows app using VB.Net -
lets say the forms are frmAlpha and frmBeta
By default the app opens in frmAlpha. On button click I want to go to
frmBeta (I declare frmBeta as a new form near the top of frmAlpha and in
the click procedure I just call form.show(). It works. So far so good.
But, I want frmAlpha to CLOSE as soon as I've clicked to frmBeta. How do I
close it????
lets say the forms are frmAlpha and frmBeta
By default the app opens in frmAlpha. On button click I want to go to
frmBeta (I declare frmBeta as a new form near the top of frmAlpha and in
the click procedure I just call form.show(). It works. So far so good.
But, I want frmAlpha to CLOSE as soon as I've clicked to frmBeta. How do I
close it????