Mucho tres tres bella Patrice.
I tried launching it from a Graphics program (Gary Barnes' Life) and a text program (ZPost, my variation of Bob Scott's EZ Post) It launched from each (could see it in the taskbar) but never showed up.
code I used
If I launch it from File Explorer or the desktop, it works fine (swimming across the screen as we speak which explains any typos {grin})
=================================================
She knows what is the best purpose of education:
not to be frightened by the best
but to treat it as part of daily life.
John Mason Brown
=================================================
I tried launching it from a Graphics program (Gary Barnes' Life) and a text program (ZPost, my variation of Bob Scott's EZ Post) It launched from each (could see it in the taskbar) but never showed up.
code I used
Code:
Function Goldfish_Swimmer As Long Local tmp_File$, pid As Dword tmp_File$ = "Goldfish.exe" & $Nul pid??? = Shell(tmp_File$, 1) ?"Launched a goldfish" End Function
=================================================
She knows what is the best purpose of education:
not to be frightened by the best
but to treat it as part of daily life.
John Mason Brown
=================================================
Comment