Jump to content
Xtreme .Net Talk

hongen1990

Members
  • Posts

    1
  • Joined

  • Last visited

About hongen1990

  • Birthday 01/29/1990

hongen1990's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi there, I decided to hijack this thread since my problem resolve on the same "Low-level" format and it is stimulation of keyboard keys. I figured out a way to send ctrl+v and other commands anyway. '22 is ctrl+v as derived from ascii table GOOGLE "ascii table" 'ret = SendMessage(editHwnd, WM_CHAR, 22, vbNull) Debug.WriteLine("Char " & ret.ToString) But now the question is, how the heaven can I hold down a stimulated key, in low level also. I tried using WM_KEYDOWN and WM_KEYUP, but they don't seem to work fine. I mean, as long as I send WM_KEYDOWN it is supposed to hold a key down until I send WM_KEYUP isn't it? Am I wrong there or something?
×
×
  • Create New...