Error
Posted: Thu Jun 07, 2007 4:57 am
Hi
Can anyone explain why this won`t work?
Thanks in advance
HaGGiG
Appicon "arctool.ico"
object form as form
center=true
caption="Test Form"
borderstyle=bsToolWindow
object button as button
caption="Explorer"
onclick=clicked
end object
end object
form.ShowModal
sub clicked()
run ?explorer.exe?
end sub
Can anyone explain why this won`t work?
Thanks in advance
HaGGiG
Appicon "arctool.ico"
object form as form
center=true
caption="Test Form"
borderstyle=bsToolWindow
object button as button
caption="Explorer"
onclick=clicked
end object
end object
form.ShowModal
sub clicked()
run ?explorer.exe?
end sub