C# WinForm UI - Round Rect / Ellipse Button

preview_player
Показать описание
This tutorial is to teach you how to make an ellipse button in C# without 3rd party app.

#UIDesign #CSharp #Button

For more videos please go to my channel:

Рекомендации по теме
Комментарии
Автор

Thank you💙. I finding this from 2years. But I could have not found it. Now fixed my problem. Great chanal.

gavindupriyadarshitha
Автор

ive looked at 11 videos on this topic and i cant figure it out...

woesiyx
Автор

here first part " [DllImport("Gdi32.dll", EntryPoint = "CreateRoundRectRgn")]
private static extern IntPtr CreateRoundRectRgn
(
int nLeft,
int nTop,
int nRight,
int rBottom,
int nWidthEllipse,
int nHeightEllipse
);" i gave it cuz i finish + its not good

LoukboomYTLoukboomYT
Автор

Help, their is only one side that is rounded

adriantheo
Автор

for me it says there is a error in the "button1.Region = Region.FromHrgn" etc.. on the Region.FromHrgn part

woesiyx
Автор

Do you know how to remove the border line on tab key?

JintaePark-xd