Windows API GUI programming

Posted by genesys on Stack Overflow See other posts from Stack Overflow or by genesys
Published on 2010-04-09T08:08:54Z Indexed on 2010/04/09 8:13 UTC
Read the original article Hit count: 320

Filed under:
|

Hi!

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 development. 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?

Thanks!

© Stack Overflow or respective owner

Related posts about winapi

Related posts about gui