ben
2006-05-03 22:19:23 UTC
I have two forms...
Tapping button1 on form1 opens form2 using FrmGotoForm()
Tapping button1 on form2 opens form1 using FrmGotoForm()
these taps are of course caught within my event handler. Catching
those events and calling FrmGotoForm() means that the event handler
never returns. Is this going to eat stack space? Is there any reason
why I should change this? thanks in advance
Tapping button1 on form1 opens form2 using FrmGotoForm()
Tapping button1 on form2 opens form1 using FrmGotoForm()
these taps are of course caught within my event handler. Catching
those events and calling FrmGotoForm() means that the event handler
never returns. Is this going to eat stack space? Is there any reason
why I should change this? thanks in advance