Delphi Programming
Advertisement

You can hide the Desktop icons with the following:

ShowWindow(FindWindow(nil, 'Program Manager'), SW_HIDE );

And show them back with:

ShowWindow(FindWindow(nil, 'Program Manager'), SW_SHOW );

External links[]


Code Snippets
DatabasesFiles and I/OForms/WindowsGraphicsNetworkingMath and AlgorithmsMiscellaneousMultimediaSystemVCL
Advertisement