|
-
Jan 9th, 2005, 11:24 PM
#1
Thread Starter
Addicted Member
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
-
Jan 9th, 2005, 11:30 PM
#2
Re: Strange Prb
don't you want to show the third form before you hide the second one?
-
Jan 10th, 2005, 12:06 AM
#3
Thread Starter
Addicted Member
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 !
-
Jan 10th, 2005, 12:26 AM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|