|
-
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
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
|