how to embed a button in a textbox control using c# in compact framework -


i'm trying create searchbox control using c# in compact framework. i'm thinking of developing custom control has textbox button @ end of it. button should overlayed picture (of magnifying glass indicate search action). should ideally google search toolbar control.

is doable? how should start? pointers or code examples great.

thanks

why not create custom control, consisting of textbox , button right of textbox? add border / styling make them if single control.

shouldn't difficult


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -