How to Create a Gradient Form

Posted December 15th @ 9:13 pm by m3Rlin

In setup programs or sometimes in AboutBoxes you can find gradient forms.
It sure looks as if it were a lot of work but it’s really very easy. All you have to do is add this code to your program.
This example will create a gradient rectangle on the whole form Canvas. To change it’s size just [...]

How to use Delphi Parameters

Posted December 15th @ 3:50 pm by m3Rlin

Most Windows applications take parameters from the command line. Too bad that most users don’t even realize this, although DOS is almost forgotten, the command line can still provide useful functions.
Delphi is not a exception. You can modify your links to launch Delphi just the way you want it. Here are the parameters:
-ns - “No [...]