G
Guest
Hi,
I have a program that talks to a CDMA modem in VB 6. Now I can send and
receive data from it just fine.
However if I want to configure it, I need to use a terminal program such as
hyperterminal, because I need to send CTRL + w in order to enter the modem's
configuration menu.
Is there any way of transmitting CTRL + w using VB? I did look in the ASCII
chart, but found no representation for the CTRL key.
I know how to send the CTRL key to a window using SendKeys in VB. But I can
not figure how to transmit it.
My application uses Winsock control using UDP protocol.
Thanks in advance.
Pete.
I have a program that talks to a CDMA modem in VB 6. Now I can send and
receive data from it just fine.
However if I want to configure it, I need to use a terminal program such as
hyperterminal, because I need to send CTRL + w in order to enter the modem's
configuration menu.
Is there any way of transmitting CTRL + w using VB? I did look in the ASCII
chart, but found no representation for the CTRL key.
I know how to send the CTRL key to a window using SendKeys in VB. But I can
not figure how to transmit it.
My application uses Winsock control using UDP protocol.
Thanks in advance.
Pete.