Rei_Max
11-04-2002, 09:16 PM
How do I open the same form in a new window...???
Is there any commands that I can restart my form or application???
Really need Help!!! (Headache...)
mohanakannan
11-04-2002, 11:23 PM
hi..
do u want another form just like the one u have ?
can describe what exactly u need...
or simply wanna execute the code in the form load ?
Rei_Max
11-04-2002, 11:26 PM
I now use...
Dim frmSMS As New frmSMS
frmSMS.Show
Haha... It works... opening out a new frm... Happy!!!
But one thing... How to close the existing form???
Teelo
11-04-2002, 11:50 PM
frmexisting.hide
or
unload frmexisting