المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ink sdk application



C# Programming
06-14-2009, 09:15 PM
new to tablet pc application. is it possible to get noncontionous regions on which i can ink on a single form. i need ascii representation of character followed by its glyph for all the characters on a single form.i want to define area for each character separately. the stroke for one region should not interfere with the ink area of other.
right now i m using groupbox as a control and line control dll to draw horizontal lines so as to draw glyph in defined area.

InkOverlay mInkoverlay;
mInkoverlay = new InkOverlay(groupBox1);
mInkoverlay.Enabled = true;
thanks in anticipation