User profile: leoo

User info
User name:leoo
History
Joined:
Number of posts:25
Latest posts:

Remove the file after starting it
novellof: Simply: start .exe and then remove .exe. Thanks all! Especially the latest link, solved it...

Remove the file after starting it
Hey, I'm looking for a way to remove the file after you've started it, I've tried via TerminateProce...

Count between arrays
I have a code that works like this: When the user does X in this game, we count Y of the player (...

Mousewheel check
Hmm, someone?

Mousewheel check
This is what I did, [code]if ( GET_WHEEL_DELTA_WPARAM(WHEEL_DELTA) ) { }[/code] But it didn't wor...