Searching the web for a small that app redefines the desktop area for my OD, I found xBar.
I found out that this little app (50 kb, unloads itself after having set its parameters) includes
also a "hide desktop icons" feature. so if you are searching a programm that only hides the desktop icons without hiding avedesk and dont like to use progs like iconoid or whatever for that simple task, this app is for you.
SInce i wanted to have these setting applied on the startup of windows, I put the command line settings in a VBS file and put that file in the autostart folder, otherwise you would have a command prompt popping up while starting windows.
these are the settings in the VBS
------------------------------------------------------------
'-open-
dim wsh
Set wsh = WScript.CreateObject("wscript.shell")
wsh.run "c:ProgrammexBarxBar.exe -hide deskicons"
wsh.run "c:ProgrammexBarxBar.exe -desk 0 24 1280 982"
------------------------------------------------------------
hope this one is helpfull
greets stevie
Aqua-Soft Forums