Hi!
I’m creating an ActiveX control in my myapp.aspx-page using the <object> - tag.
------------------------------------
<OBJECT id="objComp" style="Z-INDEX: 101; LEFT: 24px; WIDTH: 974px; POSITION: absolute; TOP: 40px; HEIGHT: 538px"
</OBJECT>
------------------------------------
At this time I’m only using the ActiveX technology to publish my MFC application on the net. I’m about to make a call to may webpage like this:
How may I pass the “user” and the “password” into my ActiveX?
Can I how do I access the properties of my ActiveX from my page?
The ActiveX is supposed to run on the client – not on the server.
I’m creating an ActiveX control in my myapp.aspx-page using the <object> - tag.
------------------------------------
<OBJECT id="objComp" style="Z-INDEX: 101; LEFT: 24px; WIDTH: 974px; POSITION: absolute; TOP: 40px; HEIGHT: 538px"
</OBJECT>
------------------------------------
At this time I’m only using the ActiveX technology to publish my MFC application on the net. I’m about to make a call to may webpage like this:
How may I pass the “user” and the “password” into my ActiveX?
Can I how do I access the properties of my ActiveX from my page?
The ActiveX is supposed to run on the client – not on the server.