D devmobile Active Member Licensed User Jun 7, 2017 #1 Hello How do i can make button with my favorite shape? Example we can make form with custom shape in c# (Circle shape or any shape) Maybe i do convert normal button to custom shape?
Hello How do i can make button with my favorite shape? Example we can make form with custom shape in c# (Circle shape or any shape) Maybe i do convert normal button to custom shape?
Erel B4X founder Staff member Licensed User Longtime User Jun 7, 2017 #2 You can replace the button background with the designer. Use two bitmaps that are partly transparent. Upvote 0
You can replace the button background with the designer. Use two bitmaps that are partly transparent.
D devmobile Active Member Licensed User Jun 7, 2017 #3 I dont want to use bitmap in project I need that change button shape Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 8, 2017 #4 You can create the bitmap at runtime with Canvas and a mutable bitmap. Upvote 0