PDA

Click to See Complete Forum and Search --> : 2 questions about ActiveX


Forest Dragon
Nov 12th, 1999, 12:49 PM
1. How can I know when the user changes an extender property?

2. How can I make an about form to the ActiveX control (with an about property)?

Thanks.

smalig
Nov 13th, 1999, 08:15 PM
You need use Property Let statement and ShowAboutBox procedure.

I think I have a good samples for you - visit my site (http://smalig.tripod.com).

------------------
smalig
smalig@hotmail.com
smalig.tripod.com (http://smalig.tripod.com)

Forest Dragon
Nov 15th, 1999, 02:01 AM
Hello again,

The problem is that the "Property Let" procedure is available only for properties that don't belong to the extender object of the control. So what can I do if I want, for example, know when the Align property changes?

As for my second question, can you give me a short example of how to use the ShowAboutbox procedure?

Thanks.

smalig
Nov 15th, 1999, 02:12 AM
Please click on http://smalig.tripod.com/downloads/smProgress.zip
to download this sample with align property and about dialog.

------------------
smalig
smalig@hotmail.com
smalig.tripod.com (http://smalig.tripod.com)