Search:

Type: Posts; User: moccajoghurt

Search: Search took 0.00 seconds.

  1. What exactly is GetAsyncKeyState(vkey) & 0x8000...

    What exactly is GetAsyncKeyState(vkey) & 0x8000 doing? I have never used the "&" operator that way.
  2. fullscreen application blocks Windows functions

    Hi.
    I created a little program in C which is using the keybd_event() and GetAsyncKeyState() function.

    The purpose is to create an autowalk macro for a game. The program works perfect on the...
  3. Thank you, this helped me a lot. Now I am having...

    Thank you, this helped me a lot. Now I am having a starting point which is exactly what I have been looking for.
  4. Yes, I am talking about Windows. Thank's for the...

    Yes, I am talking about Windows.
    Thank's for the hint. Well then I guess my program idea is obsolete.
    However I am still kind of curious how you can display a graphic on Windows always on top, even...
  5. need to display a graphic always on top (even when other programs run in fullscreen)

    Hi,

    I want to display the temperature of the CPU/GPU using a graphic. My main purpose to do this project is that laptop users often have overheating problems when playing high performance games.
    ...
Results 1 to 5 of 5