some ui design questions

1: is there an easy way to get objects perfectly at the midle? 2: any reliable sources i can look up to make my winforms app corners rounded? 3: simple and good looking font suggestions. 4: great nuget packages to get some ui design objects. 5: some advices on how to improve the looks of my main form
No description
5 Replies
leowest
leowest3d ago
if you want to make pretty ui then ditch the idea of using winforms or use one of the alreaedy available winforms libraries out there and be happy with those. modifying winforms to look pretty is no trivial task. Go for WPF or something newer it will be a lot easier once u learn a XAML based framework. You can look up on github for theme libraries for winforms, anything else will be paid. For wpf you have these $wpfuilibs
leowest
leowest3d ago
there are way more but these are the most used ones
heil H z E f e l i n s s
my teacher teaches me c# in winforms rn so i'll have to ask him to switch to wpf
leowest
leowest2d ago
either that or dont try to make winforms pretty and use what is available you can search github for theme libraries as well and if u find one u like then use it but modifying it your self will consume a lot of time and will require knowledge if its an advanced control u need to modify on top of that winforms uses gdi+ which is not ideal for a lot of things wpf uses directx

Did you find this page helpful?