How to achieve origin/steam/blizzard like UI on WinForms?

pprimez

New member
Joined
Feb 5, 2015
Messages
3
Programming Experience
3-5
Hi Is there a way to achieve these types of UI using winforms?
 
Hi @JuggaloBrotha . They are game clients, See screenshot below:

Qg643xh.png

VGMlRB0.png

PQn2OUr.png
 
Sure you can achieve those looks using WinForms (though WPF would be much easier), you'll have to use the form's and each controls paint events to draw everything out yourself with the theme(s) you want. That'll involve you knowing a fair amount of GDI+ of which there's a lot of articles and tutorials via Google you can find.
 
Sure you can achieve those looks using WinForms (though WPF would be much easier)

If you haven't already started on this project then you would absolutely be better off doing in WPF. It would mean learning some new things but it will be worth it, for this project and others in future.
 
Back
Top Bottom