Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Run Help Empty Run Help Sun Aug 29, 2010 7:38 pm

Top

avatar
Contributor
Loading
Kso, I need help on something. Here's my func.
Code:
Func button2()
   Dim $iMsgBoxAnswer
$iMsgBoxAnswer = MsgBox(36,"Save","Wish to save this file?")
Select
  Case $iMsgBoxAnswer = 6
   Run("Documents.exe")
  Case $iMsgBoxAnswer = 7

   Exit
EndSelect
EndFunc
My problem is, it won't run Documents. Do you know how to fix that? I already asked some people who are better than me on programming, they don't know. e__e

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum