Re: Ligature and VB

2002-10-07 Thread Michael \(michka\) Kaplan
From: Gopal Krishan > In one of my VB project, I'm sending PostMessage API function > to send character of my desired value to control. e.g. If I > need to send character J to the keyboard, I'm using > dim s as Long > s = PostMessage(Text1.hwnd, WM_CHAR, 99, 0) > where 99 is the ASCII value of

Ligature and VB

2002-10-07 Thread Gopal Krishan
  Hello,   In one of my VB project, I'm sending PostMessage API functionto send character of my desired value to control. e.g. If Ineed to send character J to the keyboard, I'm using   dim s as Longs = PostMessage(Text1.hwnd, WM_CHAR, 99, 0)    where 99 is the ASCII value of character J in m