Hi!!
I have this code:
But the code shows a DOS window and i need to run the convert.exe in ghost mode,any idea?Code:picture = Registry.GetValue(HKEY_CURRENT_USER, "Control Panel\\Desktop", "Wallpaper", true); thumb = _TempFolder.."\\Wall.bmp" File.Run("AutoPlay\\Docs\\convert.exe", "-blur 5x5! \""..picture.."\" \""..thumb.."\"", "", SW_MINIMIZE, true);
Thanks!!(And sorry for my English, I'm from Spain)



)