Link to home
Start Free TrialLog in
Avatar of Paulraj
Paulraj

asked on

Activex Control

Iam creating an UserControl and added a property which is of object type. After compling,the property is not displayed in Property window, instead I get in Run-time.

eg:
Public property let Formname(f as object)
....code
end property

Now, this property is not visible in property window but at runtime available.

I want it in property window.
Avatar of Paulraj
Paulraj

ASKER

Please notify me at my mail address.
Since this value can't be edited by the user in the IDE, you can't just type "frmMain" for example to get the object frmMain. Because of this the object won't show up in the property window.
ASKER CERTIFIED SOLUTION
Avatar of turboelf
turboelf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial