0

How to find a user32.dll function address from an x64 process within an x86 process?

Edit: i mean my program runs x64, and i searching an x86 address.

DxCK
  • 4,402
  • 7
  • 50
  • 89

1 Answers1

5

Stop it (trying to steal focus, that is). Even though we are programmers here, we are on the side of the users.

Ben Voigt
  • 277,958
  • 43
  • 419
  • 720
  • I want make my program focused when the user push some keystroke, and i need to steal focus for that. What is so special about it? – DxCK Jan 25 '11 at 17:29
  • @DxCK: You can get focus from a hotkey press without injecting code into the active process. See second linked Raymond Chen article. – Ben Voigt Jan 25 '11 at 17:35
  • I dont want using windows hotkey feature, i want something like Google Desktop Ctrl-Ctrl hotkey, i do the keyboard hooking myself. – DxCK Jan 25 '11 at 17:44