How to Print Text and Text Files in Delphi

Posted December 15th @ 6:59 pm by m3Rlin

This code how to print text and text files. This is the simplest way to print without using any external functions. All you have to do is open the LPT1 port (this is the default printer port) as if it where a file.
This code can be easily ported to Turbo Pascal (just change the function [...]

How to Create Links

Posted December 15th @ 6:50 pm by m3Rlin

Setup programs automatically can create links to your programs on the desktop, in the Start Menu or wherever you want. WinAmp allows you to create links on the desktop, in the Start menu and in the QuickLaunch menu. Wouldn’t it be cool if your program could do the same? There are Delphi components that do [...]

« Previous EntriesNext Entries »