S
scorpion53061
I need to send this keystroke to a vb.net application. This came from
ethereal. Here is its value in "Hex Dump"
00000000 1b 65 0d .e.
Here is its value in ASCII
e
Here is its value in EBCDIC
.
Here is its value in "C Arrays". I am not exactly sure what they mean here.
char peer0_0[] = {
0x1b, 0x65, 0x0d };
Does anyone know how I might utilize this to send what I need to in my
vb.net windows app?
ethereal. Here is its value in "Hex Dump"
00000000 1b 65 0d .e.
Here is its value in ASCII
e
Here is its value in EBCDIC
.
Here is its value in "C Arrays". I am not exactly sure what they mean here.
char peer0_0[] = {
0x1b, 0x65, 0x0d };
Does anyone know how I might utilize this to send what I need to in my
vb.net windows app?