How to Base 64 (MIME) Encode and Decode a String

Posted December 15th @ 9:27 pm by m3Rlin

MIME encoding and decoding is used when transferring binary files over the Internet. Every byte is converted to an ASCII character that can be transfered with no problems. This is the code to encode and decode using Base 64 (MIME). You can TMemo’s and TRichEdit’s string text via the Text property. The original code has [...]

How to Start Microsoft Internet Explorer

Posted December 15th @ 9:25 pm by m3Rlin

Since Internet Explorer is a part of Microsoft Windows 95 (OSR 2 and OSR 2.1), 98, ME, NT, 2000, XP or Windows Vista you may want to add a link to your home page that will start Microsoft Internet Explorer (MSIE). Here’s the code to do so:

uses
Windows, {$ifdef ver90} OLEAuto {$else} ComObj {$endif};

procedure [...]

« Previous EntriesNext Entries »