
How to send the 'Ctrl' or 'Home' key to textbox?
Quote:
> I can send carriage returns, tabs, and much more to a textbox using the
> KeyPress event. However, is there a was to send the 'Home', 'Page Up"
> etc. keys to the box programmatically? Thanks
Hi, I use keybd_envet to send ascii code into textbox, I think it sent but
nothing show up in the box. would you share what you have done? Thank
you. -Eric