Hacker News new | ask | show | jobs
by code_witch_sam 1492 days ago
or winforms and C#!

tbf, building a ui with an absolutely-positioned, pixel-bound presentation engine was AWFUL without a designer. anyone work with Win32 APIs back in the day? 60 lines of code just to open a window without even drawing anything on it!

building a ui in code is a lot easier with flow layout and a good component library

1 comments