开发者

Windows API GUI programming

开发者 https://www.devze.com 2022-12-25 23:51 出处:网络
I\'m working on a Project with outdated, very old looking GUI (the used GUI framework is more than 10 years old)

I'm working on a Project with outdated, very old looking GUI (the used GUI framework is more than 10 years old)

Since the used programming language is Eiffel, there are almost no good libraries for GUI developme开发者_开发百科nt. Although Wrappers for C libraries exist, it's not that easy to wrap something like Qt with them. The current GUI framework uses the Windows API to create windows, widgets and so on. But as stated - it's very old.

Now i would like to learn more about how to use the Windows API directly to create state of the art GUI's

Can someone recommend any reading material?


"Windows Programming" by Charles Petzold is an excellent start on Win32 API programming.
It won't show you how to create a WPF-grade interface but it will show you how to create a basic average application.


It doesn't take a lot of surgery to turn on Windows Visual Styles and get an instant new look. If your toolset doesn't allow creating resources then take a look at mt.exe in the Windows SDK.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号