Making a Rich textbox control border to rounded rectangle
-
I am facing a situation where i need to change the border of a rich textbox ontrol from shrp corner to rounded rectangle. Can anyone help me to solve this problem in a easier way using C#.net 2005. Is it needed to use GDI and painting to change the border to rounded rectangle. Any replies will be great. thanks in advance. Mukilan
-
I am facing a situation where i need to change the border of a rich textbox ontrol from shrp corner to rounded rectangle. Can anyone help me to solve this problem in a easier way using C#.net 2005. Is it needed to use GDI and painting to change the border to rounded rectangle. Any replies will be great. thanks in advance. Mukilan
I strongly doubt you can do this by modifying a RTB. You could create a rounded rectangle
Panel
and place a regular RTB withBorderStyle=None
on this Panel. Regards, mav -- Black holes are the places where god divided by 0... -
I strongly doubt you can do this by modifying a RTB. You could create a rounded rectangle
Panel
and place a regular RTB withBorderStyle=None
on this Panel. Regards, mav -- Black holes are the places where god divided by 0...