How to open a specific file through turing?
Author |
Message |
mprozack
|
Posted: Fri May 09, 2008 6:50 pm Post subject: 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. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
TheGuardian001
|
Posted: Fri May 09, 2008 9:27 pm Post subject: 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). |
|
|
|
|
|
|
|