[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HideDesktopIcons
Author : DJ_Sannie
E-Mail : DJ_Sannie@yahoo.com
Date : March 30, 2004
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HideDesktopIcons
Author : DJ_Sannie
E-Mail : DJ_Sannie@yahoo.com
Date : March 30, 2004
procedure HideDesktopIcons( Hide: Boolean );
begin
if( hide )then ShowWindow( FindWindow( nil, 'Program Manager' ), SW_HIDE )
else ShowWindow( FindWindow( nil, 'Program Manager' ), SW_SHOW );
end;
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
