Rounded textfield

How can I do it with a textArea field?

Thanks!

Wow, great! and for windows? Is it possible. I mean I understand Xojo uses native dlls for windows and draw horrible controls

These are declares into the system level native Mac libraries. Unless Windows has these features in it’s system, you’ll have to make something on your own.

[quote=339936:@Antonio José Masiá Guerrero]How can I do it with a textArea field?

Thanks![/quote]
Create a custom control.

Create a custom control.

Take one Container Control, drop and TextField or TextArea on to, align it centrally in the container control and give yourself space. Remove the border from the TextField/Area, then use the “Paint” event from the Container Control to fill a rounded rectangle.