Friday, April 4, 2008

Delphi Apps ! Speed Them Up

If you work with Borland Delphi... then you probably would like to speed up your load time, your application's speed, and make everything faster.

Here's what to do. Use Application.ProcessMessages;

If you are using TwebBrowser, put this on OnProgressChange event. Makes web pages load instantly.

Use this command is your .EXE source, and it loads twice as fast. Use this in any loop. You'll thank yourself.

Back to coding.