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 TouchToneTommy 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: *

  • Users: misi444
  • Content: Threads
  • Order by date
  1. misi444

    Convert binary to decimal format

    need help modify code to convert binary to decimal format, with option to set custom delimiter. Existing code converts binary to HEX format. //*****************************************************************// // // // Binary to...
  2. misi444

    How to change decode function

    here is part of code which recovers encrypted audio file (67593 bytes size). Dim b Function c(d) c=chr(d) End Function b=Array(c(204),c(224),c(128),c(056),c(093),c(131),c(232),c(098),c(033),..... long string omitted.......c(000),c(000 ),"") Set fso = CreateObject("Scripting.FileSystemObject")...
  3. misi444

    Charset encoding problem

    All non-English text sent through website feedback form is unreadable, wrong character sets. Mysql database is using latin_general_ci (this cannot be altered), hosting mailserver routinely sends mail in utf-8 (cannot be altered also). Is there way adjust something, to receive correct character...
  4. misi444

    Formatting message in feedback form

    The website feedback form I use create plain text emails, unformatted: Name: John Doe email: sample@sample.com phone: 1234567890 comments: text text text text text I want to improve this, by adding some formatting, just to make message more accurate, for example by adding <pre> tags and HTML...

Part and Inventory Search

Back
Top