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. rwblinn

    Read File containing EOF (AscII 26) chars into StringList

    Thanks. I have tried it and found a problem that loadfromfile stops reading if a ascii 00 (blank) is found. How can I overcome this? As a try I have changed the 00 to 32 by using my favorite ultraedit, saved and then tried your example again. went perfect.
  2. rwblinn

    Read File containing EOF (AscII 26) chars into StringList

    How can I read a file which contains more EOF chars (ascii 26) into a stringlist? using read or blockread does not work so far, since these functions stop reading at the first EOF char found and the rest of the file conatining some EOF chars is not read in anymore.
  3. rwblinn

    Sending Text to another app using wm_paste

    I want to sent text using sendmessage and wm_paste to another app like notepad or outlook memo-field. this works fine for notepad, but not for outlook or winword. what do i do wrong. I use 1/Memo1.CopyToClipboard; to send selected text from memo field to clipboard. 2/hWndParent :=...

Part and Inventory Search

Back
Top