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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help using my ActiveX control.

Status
Not open for further replies.

jlindahl

Programmer
Sep 23, 2003
46
0
0
US
I have created an activex control, at least I think I have. When I packaged it, it created a htm page which referenced my control like this:
Code:
<OBJECT ID="UserControl1"
CLASSID="CLSID:89223550-7CB8-4C85-97DB-AC0C9DD59E4E"
CODEBASE="clipBoard.CAB#version=1,0,0,0">
</OBJECT>

I am trying to have this image box placed in a form, then be able to access the info from the control once the form is submitted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top