Examples_Win32
Examples_Win32 copied to clipboard
Shows how to use Win32 controls by programming code (c++17).
I had to modify the code slightly to compile using code::blocks with the mingw compiler. #ifndef UNICODE//https://stackoverflow.com/questions/13977388/error-cannot-convert-const-wchar-t-13-to-lpcstr-aka-const-char-in-assi #define UNICODE #define UNICODE_WAS_UNDEFINED #endif #include #ifdef UNICODE_WAS_UNDEFINED #undef UNICODE #endif
Win32 Registry Function: https://docs.microsoft.com/en-us/windows/win32/sysinfo/registry-functions Demonstrate functions in the above link as more as possible.