C
CSharpNewbie
is it possible to use c# windows controls the same way as
VB Activex Controls in IE pages?
We did something like:
<OBJECT ID="MyControl" NAME="MyControl"
CLASSID="clsid:FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF">
</OBJECT>
i'd rather use windows controls than web controls because
we may also use them inside a windows application, and i
also like the functionality of those controls better
thanks,
JP
VB Activex Controls in IE pages?
We did something like:
<OBJECT ID="MyControl" NAME="MyControl"
CLASSID="clsid:FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF">
</OBJECT>
i'd rather use windows controls than web controls because
we may also use them inside a windows application, and i
also like the functionality of those controls better
thanks,
JP