
-----------------------------------
mprozack
Fri May 09, 2008 6:50 pm

How to open a specific file through turing?
-----------------------------------
Explanation: I'm working on a project, now I wish to create a button and when I click it, it will be able to open a help file(.chm file).
Is this possible?

Also, how can I make a button.

-----------------------------------
TheGuardian001
Fri May 09, 2008 9:27 pm

Re: How to open a specific file through turing?
-----------------------------------
The Sys.Exec Command is probably what you want for opening the file (it will open in its own window thought).
as for creating buttons, Use Turings GUI module to make one (GUI.CreateButton).
