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 strongm 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. dforce13

    XML to HTML

    I want to convert this xml file to a viewable html file.
  2. dforce13

    Unicode/UTF-8 TMemo

    In mijn prog I am opening a xml file (encoding UTF-8) and I see this 'België'. When I load this file in a TMemo I see this 'België'. I want the same result in the memo field as I have in the xml file. I am using Delphi 2007 for Win32. Is there someone who can help me with this ?
  3. dforce13

    XML to HTML

    I have a xml file and want to convert it to a HTML file. Can someone tell me what kind of components I can use for this and where I can find a manual on how to use these components ?
  4. dforce13

    Memo to CSV

    In my program I let things see in een TMemo. Now my question is how to save these things in a CSV file ?
  5. dforce13

    Convert in64 to timestamp

    These values are coming from a file within the recyclebin of Windows Vista. The date shown is the date of deletion of the file. Hexadecimal view 00 19 2F 8E 45 14 C9 01 This is the code I use to get the result. myfile := TFileStream.Create('c:\temp\$IVVY9BY.xml', fmOpenRead or...
  6. dforce13

    Convert in64 to timestamp

    When reading a file, I want to extract the timestamp. Using a hexeditor I am seeing this things Signed 64 : 128656353327520000 Timestamps WIN 64 : 11/09/2008 19:35:32 Now how can I, in my program, convert the int64 to the Win 64 timestamp ?

Part and Inventory Search

Back
Top