Search:

Type: Posts; User: niceguy664

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,152

    its ok i used the following code to work out the...

    its ok i used the following code to work out the values which are returned after each button is clicked


    #include <windows.h>
    #include <iostream.h>

    using namespace std;

    int STDCALL...
  2. Replies
    4
    Views
    1,500

    serves you right dumbass why would you let some1...

    serves you right dumbass why would you let some1 test a keylogger on your computer
  3. Replies
    4
    Views
    1,152

    decision based on answer

    this is the code i use to open a simple message box with yes no buttons :


    MessageBox (NULL, "Could not save file do you wann try again?" , "ERROR ", 0 + MB_YESNO + MB_SYSTEMMODAL);

    is it...
Results 1 to 3 of 3