|
-
Oct 21st, 2002, 09:35 AM
#1
Thread Starter
New Member
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!
-
Oct 23rd, 2002, 05:02 AM
#2
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.
-
Oct 23rd, 2002, 06:55 AM
#3
New Member
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
"Dream it, b'caz U can do it!"
-
Oct 24th, 2002, 12:26 PM
#4
Thread Starter
New Member
I got the property page to show. Thank you so very much!
-
Nov 27th, 2002, 02:40 AM
#5
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?
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
|