c - getting input in gui programming -


i'm somehow aware of c programming , need program in gui c language in codeblock. project in:(win32 gui project). can make windows ok, cancel key, want input user in form of char (from keyboard). want save it's input , on (for example password , check if it's true or not) can't find how , it's function? kind of windows has bar getting input of user , save input in buffer, have ok key go next window. don't use library. include windows.h , stdio.h , noting else.

create edit window , use retrieve input user.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -