-
ocx property
Hello!
I have created a simple ocx control and custom properties in the property page, built it, and frop it in a new form. But I am not sure how to access the property's page to configure the custom prperties. Any suggestion would be greatly appreciated.
Thanks!
-
In your app using the control, you'll see a "custom..." entry right at the top of the properties window for the control if it has any property pages included.
My guess is you've written the pages, but not assigned them to the control for this to happen. To assign the pages, open your ActiveX control in design mode. Look down the properties in the property window & you'll have a "property pages" property there, click the button beside it, then check the box next to each property page you wish to be associated with this control. :)
-
try this..
in vb6.0 add-in manager(Add-ins->Add-ins Manager...) Load the "Vb6 Property Page Wizard"..
Using this wizard use can generate the property page and associate the property of your control.
hope this helps you..
Venu
-
I got the property page to show. Thank you so very much!
-
I have a problem...I can see only the first selfmade property page I included into the project. I can't see the another one I've made or StandardFont. I've checked the ones to be shown and still I can see only the one. I even removed check from the first one and I still saw it after compile. Any ideas on what is wrong?