How to Create Control Arrays

Posted December 15th @ 1:55 pm by m3Rlin

Visual Basic allows programmers to create control arrays. If VB does, then how about Delphi? It sure does, but the whole idea is a bit different than in Visual Basic. You can do this to allow all controls to share a message handler (e.g. all the components can have an <i>OnClick</i> handler). For example, let’s [...]

How to Make a Desktop Screenshot

Posted December 15th @ 1:50 pm by m3Rlin

Making screenshots is actually easier than you may have assumed. This tip makes screenshots of the desktop only, but you can implement it to your needs. A lot of people have asked me how to get an image of the screen. For various reasons I think this is a very usefull idea so I [...]