About 50 results
Open links in new tab
  1. How can I edit the hex values of a text file?

    Jan 16, 2015 · I looked at the txt file with a hex editor and can see all the hex codes for the symbols I want deleted. One of the symbols 0A.

  2. RS 232 COMMUNICATION IN C# - social.msdn.microsoft.com

    Aug 21, 2014 · I'VE CREATED A PROGRAM FOR RS 232 COMMUNICATION , IN WHICH IM COMMUNICATING WITH A CONTROLLER,THE PROGRAM RECEIVES THE DATA FROM THE …

  3. how to read hex file to an hex array - social.msdn.microsoft.com

    Jun 12, 2009 · what I have is a hex file that I wish to read and arrange in an array of INTEL_HEX_RECORD: example: the hex file looks like this: file.hex: :03000300020ECD1D ...

  4. How do we get the Generic / Text Only print driver to work with SSRS …

    We are trying to use the Generic/Text Only print driver with SSRS 2005. After reviewing the output with a hex editor the only characters in the file are Line Feeds, and no printable data.

  5. How to get current input language in active windows?

    May 19, 2014 · I copied a unicode character out of it into the textbox of my app which is also using Arial Unicode MS. The hex value of the unicode character is displayed in the label. It matches the hex …

  6. Regex.Match and escape - social.msdn.microsoft.com

    Jun 26, 2012 · When you put "@" in front of a string the content is supposed to be taken as literal, i.e. "\" will not be interpreted as escape. However, when using this code, I get an exception anyway …

  7. How to find 2's compliment for decimal numbers

    Feb 6, 2014 · Maybe you want to output the hex value of the number. This may be a trick question. because 9's compliment would also be the same results if you displayed the output in base 10.

  8. MSDN

    MSDN

  9. How to get sample information from a WAV file

    May 8, 2016 · Here is a class I wrote that encapsulates a wave file on a binary level. enjoy.

  10. Reading text file in c++ - social.msdn.microsoft.com

    Jul 14, 2014 · The value shown above is the text file that i wanted to read in c++. However it doesn't display exact the value like the 1st line is 85, it will skip about 50+ line which means that it will display …