-
Strange Prb
well i have got three forms, one is the main form, on the button click of the main form, it gets disappeared n the second form comes up which doesnt have ne button, after a few seconds its task is finished n the third form has to load but it does not load ! n says invalid procedure call ! here is da code
Private Sub Command1_Click()
RasDial.UserName = "kmangi"
RasDial.Password = "kmangi"
RasDial.PhoneNumber = "13112311"
RasDial.Dial
Me.Hide
frmRas.Show
n then eventually i call
frmRas.hide
frmBrowser.show
-
Re: Strange Prb
don't you want to show the third form before you hide the second one?
-
Re: Strange Prb
well first of all the second form disappers it self after some event i have called its .hide method, n ne ways showing two forms simultaneously shoud'nt have been a problem !
-
Re: Strange Prb
I thought that you didn't have any on the screen, so was suggesting that you show one before hiding the second one.