RE: empty blok is task baar

GALLAGHER Kevin S <[email protected]>
Newsgroups gmane.comp.lang.delphi.programming
Message-ID <[email protected]>
This usually happens under Win9x, I have found changing the width and height
of the main form on shut down to stop the problem as shown below

procedure TfrmSomeScrnSaverForm.FormClose(Sender: TObject; var Action:
TCloseAction);
begin
  { KSG Prevents "Ghost in Taskbar" under Windows98 Second Edition }
  Width := Width -1 ;
  Height := Height -1 ;
end;


-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: Sunday, July 20, 2003 10:03 PM
To: [email protected]
Subject: [Delphi] empty blok is task baar

I'm writing a screen saver with lots of loops and are still in the test
phase where its an exe.  I get empty boxes in the taskbar.
Can anybody help please?
Thanks
Piet

 

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/i7folB/TM
---------------------------------------------------------------------~->

CodeCoffer - new Delphi code protection Tool!
http://www.delphicollection.com/public/CodeCoffer.htm
---------------------------------------------------------------
Unsubscribe:[email protected]
List owner:[email protected]
--------------------------------------------------------------- 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.