User profile: some random dude

User info
User name:some random dude
Website:http://www.youtube.com/user/LeetGamer4L
History
Joined:
Number of posts:126
Latest posts:

Win32 API - Getting The Program Name
I've been using this code so far: [code]char caExePath [MAX_PATH] = "", caExeName [100] = ""; Ge...

C++ Win32 API - Using Windows 7 Buttons
Thanks it works :D

C++ Win32 API - Using Windows 7 Buttons
Hello 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-ordinates
After re-reading it I see how it was messy, lol. But I actually just came to this thread to say that...