4 Answers, 1 is accepted
0
Hi Hengky,
Thank you for writing.
I am afraid that I cannot understand you exactly. Could you please elaborate in more details what you mean and what you are trying to accomplish.
Looking forward to hearing from you.
Regards,
Hristo Merdjanov
Telerik
Thank you for writing.
I am afraid that I cannot understand you exactly. Could you please elaborate in more details what you mean and what you are trying to accomplish.
Looking forward to hearing from you.
Regards,
Hristo Merdjanov
Telerik
0
Hengky
Top achievements
Rank 1
Veteran
answered on 09 Oct 2015, 03:26 AM
Hi Histro
thanks for reply, sorry if u don't understand. i'll try to make exactly for you.
so i want make button inside the textbox...
like this http://www.telerik.com/help/winforms/editors-textbox-adding-buttons-to-radtextbox.html. but its by coding...
so i want it make happen by GUI ( or i just click click ... hehehe :) )
thanks
*hope you understand what i want.
0
Hello Hengky,
Thank you for writing back.
I am afraid that this task cannot be only accomplished in a GUI way. You can either build this layout at runtime, as suggested in the article or implement the same solution by inheriting RadTextBox. Using the second approach would let you have this custom control in the toolbox of Visual Studio.
I am sending you attached a sample project demonstrating how this can be achieved.
I hope this helps. Should you have further questions please do not hesitate to write back.
Regards,
Hristo Merdjanov
Telerik
Thank you for writing back.
I am afraid that this task cannot be only accomplished in a GUI way. You can either build this layout at runtime, as suggested in the article or implement the same solution by inheriting RadTextBox. Using the second approach would let you have this custom control in the toolbox of Visual Studio.
I am sending you attached a sample project demonstrating how this can be achieved.
I hope this helps. Should you have further questions please do not hesitate to write back.
Regards,
Hristo Merdjanov
Telerik
0
Hengky
Top achievements
Rank 1
Veteran
answered on 03 Nov 2015, 08:53 AM
Hai Hristo... sorry for very late post back... i just came from site...
Thanks for the example i'll try it.