Hello, I'm going to make a program that first reads from program.ini and then writes it when a key is pressed, like, you press f12, it writes your password, but I've got stuck here:
Notice this isn't console app, its win32 api app, grateful for answerCode:switch (message) { case WM_DESTROY: PostQuitMessage (0); break; case WM_CLOSE: DestroyWindow(hwnd); break; case WM_KEYDOWN: switch (wParam) { case VK_F12: // Here the code must be } default: return DefWindowProc (hwnd, message, wParam, lParam); }![]()



LinkBack URL
About LinkBacks



