Win32 API - Getting The Program NameI've been using this code so far: [code]char caExePath [MAX_PATH] = "", caExeName [100] = ""; Ge...
C++ Win32 API - Using Windows 7 ButtonsThanks it works :D
C++ Win32 API - Using Windows 7 ButtonsHello everyone, I've been programming in Win32 for around four or five months now and I've just noti...
.txt to array[code]#include <iostream> #include <string> #include <fstream> using namespace std; int main () ...
C++ Win32 API MoveWindow to Mouse Co-ordinatesAfter re-reading it I see how it was messy, lol. But I actually just came to this thread to say that...