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