Click to See Complete Forum and Search --> : Saving the properties of an ActiveX control from an HTML page


markiemooster
September 10th, 2004, 11:49 AM
I've created an ActiveX control using ATL and supported the correct persistence interface (i.e. serialization) for Internet Explorer. I've successfully tested the loading and saving of properties using the ActiveX control test container.

I can initialise the properties of my control using the following HTML:

<OBJECT
ID="SchedulerCtrl"
DATA="test.TSG"
STANDBY="Loading Scheduler control..."
CLASSID="CLSID:39FE796A-3846-4222-9514-AA7A4D7DAFE4">
</OBJECT>

This code successfully intialises the properties of my object from the file "test.TSG".

Does anyone know how I can save any changes made to the control when the user has configured it from the web page?

Yours hopefully,
Mark