Edit:
Couldnt find an edit button :-/
I want each hex value, to have a set hex value to convert to.
Example:
Hex value is 48
When converting, program looks up what value to change 48 into (such as 49) then converts it to that.
First off, I want to say thank you to everyone on this fourm. You've all been so helpful in the past :)
My problem:
I want to take a string and convert it to hex. Then I want take each hex value and convert it to a different hex value. Lets say character one = 70, change it to 73.
Example...
I want to be able to have the winsock control "shared" in all forms. So lets say I connect to a host in 1 form, but then I want to send a packet in another form, without having use a different winsock control then connect again.
How would I do this?
Im trying to have my application read only a certain amount of characters from a string. So lets say 'str' is 5 characters long, and I only want to read the last 2.
Thanks in advance :)
I am trying to create a packet in VB6 byte by byte but Im not sure how to do it the way I want.
I want it like so:
packet = &H00, &H4C, &H36
How must I go about doing this?
Thanks,
Ramsey
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.