Hey all.
Im looking to create a control that would look like comic baloon.
In WPF i can use rectangle, lines and stuff like that, but in CF this controls dont exist.
any idea how could i achieve this?
Hey all.
Im looking to create a control that would look like comic baloon.
In WPF i can use rectangle, lines and stuff like that, but in CF this controls dont exist.
any idea how could i achieve this?
Create a UserControl and override OnPaint. Yes, it sounds painful - largely becasue it is.