1. Look in
In that select Click Free Stuff
Click Developer Tools
Click Stretchy Resize Control.
2. Then unzip and include the STRETCH.VCX class in your project.
3. Drag and drop the class in your form.
4. In the ReSizeEvent of the form, put the code..
ThisForm.cmStretcher1.Stretch(THIS)
5. Now in your form ActivateEvent, put the code
This.WindowState = 2 && Maximized
There .. voila ... you will get all your fonts resized to your forms size. Not only it does this now...... everytime, the user resizes the form using mouse, the fonts get resized automatically, since the resize event gets fired everytime, the resize takes place.
Hope this helps..

ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK
