R
Russ Ryba
Could OpenNetCF InkX control be change to inherit from TextBoxBase
instead of control?
I really like the OpenNetCF stuff. It's quite useful. Does anyone know
if it's possible to change things to inherit all the features of
TextBoxBase, instead of inheriting from Control as it currently does?
The RichText and Textbox controls are based on TextBoxBase on the
desktop. I wonder if it would be possible to change InkX to use the
same base.
I have been messing with it, but I just learned .NET, and the low level
marshaling is giving me troubles. I really just want a Richtext
control, no ink, no recording, no handwriting, zoom, etc.
Would this best be accomplished as a New OpenNetCF (or other namespace)
control, or would it be easier to change the InkX to inherit from
System.Windows.Forms.TextBoxBase instead of System.Windows.Forms.Control?
Let me know what you think...
Russ Ryba
instead of control?
I really like the OpenNetCF stuff. It's quite useful. Does anyone know
if it's possible to change things to inherit all the features of
TextBoxBase, instead of inheriting from Control as it currently does?
The RichText and Textbox controls are based on TextBoxBase on the
desktop. I wonder if it would be possible to change InkX to use the
same base.
I have been messing with it, but I just learned .NET, and the low level
marshaling is giving me troubles. I really just want a Richtext
control, no ink, no recording, no handwriting, zoom, etc.
Would this best be accomplished as a New OpenNetCF (or other namespace)
control, or would it be easier to change the InkX to inherit from
System.Windows.Forms.TextBoxBase instead of System.Windows.Forms.Control?
Let me know what you think...
Russ Ryba