Login  
Search All Forums
Dart Home | PowerTCP Emulation for ActiveX | Custom Development Reply | PowerTCP Emulation / Telnet for ActiveX Topics | Forums   
AuthorForum: PowerTCP Emulation / Telnet for ActiveX
Topic: How can I send "CTRL + U"
agodin

From: Bologna, Italy
Posts: 1
Member Since: 12/17/07
posted January 2, 2008 6:16 AM

Hi,
i use PowerTCP Emulation on VB6 SP6 :

When an user push "SHIFT+TAB" , I must send to emulator this combination "CTRL+U"


<CODE>
Private Sub Vt1_KeyDown(KeyCode As Integer, Shift As DartVtCtl.ShiftConstants, ByVal Extended As Boolean)

Select Case KeyCode
  Case 9
    If Shift = vtShift Then
      KeyCode = 0
      Telnet1.Send ???
    End If
end select
End Sub
</CODE>


Who can I made it ???
Thanks in advance
Amit

From: Rome, NY USA
Posts: 315
Member Since: 03/15/06
posted January 2, 2008 1:55 PM

Hello,

I would suggest you to please use following code to achieve the desired scenario:

Telnet1.Send Chr(21)

I would also suggest you to please go through the following forum post which discusses “common function key mappings”:
http://support.dart.com/postings?topicid=4395

Best Regards,
Amit
Reply | PowerTCP Emulation / Telnet for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX