Suppose I am displaying a bitmap and want to allow text to be placed on that bitmap. I can display a RichEdit or TextBox control at the location and allow the text to be typed in at a certain font/size etc... but then the user can "see" the rectangular text entry control appear and disappear upon entry/edit and the edit cancel. It also covers the bitmap while entering/editing the text. My question is, how is this done such that the text entry control window is "transparent" or not "visible".
Again, if there is text on the bitmap, the user clicks on the text and viola the caret appears in the text, without displaying a visible rectangular control like textbox, richedit etc..., the text just "magically" becomes editable.
Is there a way to do this "transparent background" text entry in .NET?