by Fatboyfun » Mon Dec 05, 2011 11:11 am
I imagine you are referring to PNADesktop.exe which is the desktop included with the Mio_Moov.zip unlock.
This is a 3rd party programme that gives the appearance of a desktop, TaskbarShow/Hide/Toggle.exe doesn't have any effect with this.
Are you trying to run iGO from a desktop icon or trying to start it automatically?
I find that running it directly from an icon (ie, Not through a Mortscript) minimizes the taskbar but autostarting it doesn't.
Here are some ideas...
In your Autorun.mscr script try...
Kill ("PNADesktop.exe")
RunWait ("\My Flash Disk\Igo\Igo.exe")
Run ("\My Flash Disk\Program Files\Unlock\PNADesktop.exe") [color="#FF0000"]<- Check Path![/color]
AppStartupSec may restart PNADesktop when it is killed, If it does try this untested script...
Sleep (3000)
MouseClick (X,Y)
(X,Y) refer to the position of the icon on the screen, Maybe something like (20,30), PNADesktop will think you've tapped the icon so should close the taskbar.
Currently sleeping...