Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make a call to my ActiveX from my .aspx webpage.

Status
Not open for further replies.

d00ape

Programmer
Joined
Apr 2, 2003
Messages
171
Location
SE
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top