PDA

View Full Version : ImageMagick in Ghost Mode??


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)

longedge
10-18-2007, 12:33 PM
Worm's "Run Silent Plugin" (http://www.warmuskerken.com/warmuskerken_002.htm) will probably be just what you need :)

Vancete
10-18-2007, 12:52 PM
Worm's "Run Silent Plugin" (http://www.warmuskerken.com/warmuskerken_002.htm) will probably be just what you need :)
:D:D Thanks a lot man,you're the best :D:D(and the creator of the plugin too off course :p)
Greetings and Thanks!;):yes