Error of RunProgram() with #PB_Program_Hide
Posted: Fri Aug 24, 2007 2:35 pm
I run this:
And then windows says that MRTool.exe was created an error and will be closed (or something like this).
It only works if I before put
Where is problem?
Code: Select all
RunProgram("Mrtool","-bmp Temp\"+v_Logo$+" Temp\"+v_Logo$+".bmp","",#PB_Program_Hide)It only works if I before
Code: Select all
#PB_Program_HideCode: Select all
#PB_Program_Open|#PB_Program_Read|