![]() |
|
|
|
#1
|
|||
|
|||
|
Hmm, obviously the WParam is just the value of the virtual key scancode, as you can see here:
Code:
{ Virtual Keys, Standard Set }
VK_CONTROL = 17; //=$11
{$EXTERNALSYM VK_MENU}
VK_MENU = 18; //=$12
Sending that myself works: Code:
SendMessage($C0A52, WM_USER+47364, VK_MENU, $20000001);
SendMessage($C0A52, WM_USER+47364, Ord('P'), $20000001);
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [MASM Source] - ZwCreateThread example (winAPI CreateThread emulation) | TomaHawk | Source Code | 4 | 09-08-2019 14:06 |
| [C] Winapi Call Dynamically and easily | 0xall0c | Source Code | 40 | 10-17-2018 19:36 |
| [C++, WinAPI] Enigma HWID patcher with hardware breakpoints | mr.exodia | Source Code | 1 | 07-31-2014 11:50 |