P
PhilTheGap
Hi there,
I would like to create an ActiveX object inside my aspx Asp.Net 2.0 page.
Then I would like to have a handler in my code-behind code, in order to
change and access the properties of this ActiveX.
So my first question is: how to create the ActiveX object ? Can I use the
Visual Studio Toolbox to add the COM ocx into a tab and drag and drop it
onto my aspx page ? Can I just write something like <object id="chart1"
classid="clsid:3A2B370C-BA0A-11D1-B137-0000F8753F5D"> in the aspx code ? Do
I need to write a "new object" in the aspx.cs code ?
Then how can I have an ActiveX handle in the .Net code ? I suppose that
access this object with javascript should be much easier, however I have to
set its absolute positions (left and top) with arguments stored in a
database. So how can I get these values from javascript ??
Philippe
I would like to create an ActiveX object inside my aspx Asp.Net 2.0 page.
Then I would like to have a handler in my code-behind code, in order to
change and access the properties of this ActiveX.
So my first question is: how to create the ActiveX object ? Can I use the
Visual Studio Toolbox to add the COM ocx into a tab and drag and drop it
onto my aspx page ? Can I just write something like <object id="chart1"
classid="clsid:3A2B370C-BA0A-11D1-B137-0000F8753F5D"> in the aspx code ? Do
I need to write a "new object" in the aspx.cs code ?
Then how can I have an ActiveX handle in the .Net code ? I suppose that
access this object with javascript should be much easier, however I have to
set its absolute positions (left and top) with arguments stored in a
database. So how can I get these values from javascript ??
Philippe