vote up 0 vote down star

I'm trying to replicate the input box shown in the image on windows mobile 5+

Android textbox

but i'm struggling for ideas!

So far the only things I have come up with (I haven't managed to make either work) were to either;

  • inherit TextBox and paint the textbox background manually by overriding OnPaint/OnPaintBackground
  • make the textbox background transparent and position the textbox over an image that looked like the one in the screen shot

Has anybody done this or know of how this could be acheived?

Thanks in advance

OneShot

flag

67% accept rate
FWIW I did this back with the older compact framework by overriding OnPaintBackground (the older style used to be a horizontal line until it got focus, then it drew the rectangle borders). Seems like you might need a margin around the input area unless the text box control has a padding property. – cfeduke Oct 29 at 1:10

1 Answer

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.