|
-
Jun 4th, 2002, 04:29 AM
#1
Thread Starter
Addicted Member
Pls Help
Hi,
Thanks in advance for the help.
Iam having an AvtiveX control and a Form. Now I have to Acess the Control's properties and methods from the Form.
I used
Dim a as UserControl
Private Sub Form_Load()
Set a = new UserControl1
a.MethodName
End Sub
But this doesn't work and gives an error.
How to create the Object of ActiveX control in the form?
Pls Help.
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
|