1. turn "jumpto" & "ShellExecut2" into *functions* ?
Wolf,
I've used your "jumpto" in my program successfully, but haven't got to your
ShellExecute2 yet. I used "jumpto" to jump to your Tutorial :)
Now: I'd like to provide for the situation where the program to run isn't
where
it's specified to be in the code, so as to open a "file" dialog to give the
user the
option to browse for it, so I'm wondering if it would work to change the
"jumpto" and "ShellExecute2" procedures into *functions* in order to allow
seeing if operation succeeded or not? I'm presuming there is some specific
result from the original wrap if the op can't be carried out? Would that
be -1, or 0, or what?
Dan