HTML Component help

windows

Guest
I am playing around with implementing HTC. So far so good, but couple of questions:<br />
<br />
a. Is there a good tutorial/API for HTCs<br />
b. I wrote basic HTC:<br />
<br />
<br />
<HTML XMLNS:NumericField><br />
<HEAD><br />
<TITLE>Numeric Field</TITLE><br />
<?IMPORT NAMESPACE="NumericField" IMPLEMENTATION="numeric.htc"/><br />
</HEAD><br />
<br />
<BODY><br />
<NumericField:NUMFIELD></NumericField:NUMFIELD><br />
</BODY><br />
</HTML><br />
<br />
<br />
If I want to reuse it in another HTML page how do I use it?<br />
<br />
c. How do I pass parameters from HTC defintion <NumericField:NUMFIELD></NumericField:NUMFIELD> to numeric.htc and how do I read these parameters?<br />
<br />
thanks a lot,<br />
webtekie<!--content-->http://msdn.microsoft.com/library/default.asp?url=/workshop/components/htc/reference/htcref.asp<!--content-->thanks CyCo,<br />
<br />
This is a good reference, but it still does not explain how to pass parameters to my HTC. Well, may be it does but it's probably barried somewhere.<br />
It seems there are almost no tutorials/examples on HTCs, is this "technology" not used that often?<br />
<br />
webtekie<!--content-->
 
Back
Top