I would like to extend inkOverlay and inkAnalyzer to a visual foxpro form and have the inkOverlay and inkAnalyzer use the visual foxpro form as the writing canvas. Within C#, this works:
public partial class Form1 : Form
...
public Form1()
{
...
this.inkAnalyze r = new InkAnalyzer(thi s.inkOverlay.In k, this)
...
}
When compiled to a com interop and passing the visual foxpro...