Vancete
10-18-2007, 12:14 PM
Hi!!
I have this 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);
But the code shows a DOS window and i need to run the convert.exe in ghost mode,any idea?
Thanks!!;):yes (And sorry for my English, I'm from Spain)
I have this 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);
But the code shows a DOS window and i need to run the convert.exe in ghost mode,any idea?
Thanks!!;):yes (And sorry for my English, I'm from Spain)