Search:

Type: Posts; User: anarchytech

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,035

    Clicking a greyed out command button

    Okay I have a button that disables on mouse over, then reneables when it's moved away. I'v tried doing it this way:



    {
    HWND hWndProSpam;
    HWND hWndButton;
    hWndProSpam = FindWindowEx(NULL,...
  2. Replies
    7
    Views
    1,698

    Ok Edit, I have this so far #include...

    Ok Edit, I have this so far



    #include "stdafx.h"
    #include "windows.h"


    int APIENTRY WinMain(HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
  3. Replies
    7
    Views
    1,698

    Okay here, someone I know made a program with a...

    Okay here, someone I know made a program with a button that does what i said. He said in the readme that he used the button as a protection, and If you click the button it downloads the specific...
  4. Replies
    7
    Views
    1,698

    I'm very new to c++, I didnt understand what you...

    I'm very new to c++, I didnt understand what you said can you show me an example?
  5. Replies
    7
    Views
    1,698

    Help clicking a command button

    Well I had an idea for a cool little security system for a program, that would require Windows API to click. The program would use a command button that would be enabled until mouseover. When your...
Results 1 to 5 of 5