Re: function keys html activex (General questions)
Hi Scott,
I found on this page that you need to send for F1 ESC + OP:
http://support.dell.com/support/edocs/systems/pe2650/en/ug/5g387ad0.htm
So here is example how:
telnetdlx1.Send (Chr(27) + OP )
or
telnetdlx1.Send (Chr$(27) + OP )
Hope this helps.
Regards,
Drazen
Complete thread:
- function keys html activex - scott hosier, 2006-06-20, 21:55
- Re: function keys html activex - wodDrazen, 2006-06-20, 22:19
- Re: function keys html activex - scott hosier, 2006-06-20, 22:39
- Re: function keys html activex - wodDrazen, 2006-06-20, 23:12
- Re: function keys html activex - scott hosier, 2006-06-20, 22:39
- Re: function keys html activex - wodDrazen, 2006-06-20, 22:19