ah you are right.
If you really want to do it you can take a look at this: VB or C#
Find the section called "Subclassing to Intercept Win32 Messages". Read up on how to create an umanaged dll that can intercept your textbox control's Win32 messages and pass those messages back to your compact framework application.