GUI on C in VIsual Studio 2013 -


how create gui using c language in visual studio 2012/2013? libraries should use , there short introductory?

you can use standard winapi in windows, let create simple graphical user interface program (but can painful) http://zetcode.com/gui/winapi/ (and especially: http://zetcode.com/gui/winapi/dialogs/ )


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -