i dunno if people will use this, but i personally do just to check the progress of my scripts, i loook at the title and it is exactly like the status and what is shld be doing. so i know if teh script has screwed up or suumthing.
Code:Procedure StatusTitle(Stat:String); begin Status(Stat); GetApplication.Title:= Stat; GetSelf.Caption:= Stat; end;





Reply With Quote


But this is good for if you don't want to maximize scar and check where it's up to. This is more user friendly. 
