Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi rtf file aus einer dll als text in ne stringlist laden (https://www.delphipraxis.net/14476-rtf-file-aus-einer-dll-als-text-ne-stringlist-laden.html)

HomerGER 9. Jan 2004 22:36


rtf file aus einer dll als text in ne stringlist laden
 
hallo liebe wissenden
ich hab ein rtf file in einer dll den möchte ich gern als txt also ohne formatierung laden
gib es da eine möglichkeit

bis jetzt hab ich es so gemacht
Code:
 res_s := TResourceStream.Create(lib_h, 'XP_Tweak_Button_Beschreibung', RT_RCDATA);
 button_beschreibung0_sl.LoadFromStream(res_s);
dann hab ich alles in ein unsichbares richedit geladen und dann zeile für zeile in eine stringliste


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:16 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz