Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tehCoosh

    Memory Pokes

    In visual basic 6, how would I "poke" a value at a certain address on another application. And how would I read the current value at that address?
  2. tehCoosh

    Manipulating Strings

    Ok I have my problem solved, last question. How to I convert an ascii value (long) to a string? Ive searched msdn and couldnt find my answer.
  3. tehCoosh

    Manipulating Strings

    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.
  4. tehCoosh

    Manipulating Strings

    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...
  5. tehCoosh

    Sharing the winsock control among forms

    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?
  6. tehCoosh

    Reading a certain amount of characters from a string

    Ah thanks for the help :)
  7. tehCoosh

    Reading a certain amount of characters from a string

    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 :)
  8. tehCoosh

    VB6: Using Bytes

    Ah thank you, solved my problem :)
  9. tehCoosh

    VB6: Using Bytes

    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

Part and Inventory Search

Back
Top