HOME
Components
Tutorials
Add Trick
Links
Contacts
Code Category
ActiveX
Components
Database
Files
Forms
Graphic
Internet/Lan
Math
Miscellaneous
Multimedia
Printing
Strings
System Information
Windows
Delphi source code for
Miscellaneous
>> Hide the desktop icons
Category:
Miscellaneous
Title:
Hide the desktop icons
Date added:
15.03.2006
Hits:
2424
ShowWindow(FindWindow(nil, 'Program Manager'), SW_HIDE);
ShowWindow(FindWindow(nil, 'Program Manager'), SW_SHOW);
Related Delphi Source Code:
1. How to make the desktop icon text transparent?
(3695 Hits)
2. How to swap the mouse buttons?
(2359 Hits)
3. How to check if Delphi is running?
(3670 Hits)
4. How to change the date format?
(6196 Hits)
5. How to check if a disk is in the drive?
(3093 Hits)
For any problems or recommendations about Delphi Tricks site, please
feel free to contact us on that e-mail:
support@delphitricks.com
.
If you want to advertise on the site use that e-mail:
advertise@delphitricks.com
.
You can freely use or modify these Delphi source codes for non-commercial use. We are not responsible of any damages that can be caused by the utilisation of that source codes.
Copyright © 2006-2010
AVSoftware
Company. All rights reserved.
Hide IP
tricks