Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 Jun : Why doesn't SW_HIDE work on D2008 new application?
| Subject: | Why doesn't SW_HIDE work on D2008 new application? |
| Posted by: | "API" (ari.pikivir..@kolumbus.fi) |
| Date: | Sat, 28 Jun 2008 09:30:06 |
WHen creating new application with D2008
ShowWindow(application.handle, SW_HIDE);
doesn't hide the application's button on
tray, why is this happening? All other
commands seem to work, like minimize.
All old applications do work correctly
that was created/started on previous
Delphi versions (7) even after they're
compiled or build again.