simdave
05-09-2006, 12:15 PM
Hey, I recently installed Autoplay media studio 5 to create an AIO application suite , ive never used it before and ive hit a bit of a snag.
Ive already created the GUI and added buttons..ect but my problem is actualy linking the buttions to the executables. ok the default save directory for Autoplay media studio is: c:\documents and settings\username\my documents\Autoplay media studio 5\toolkit ( tool kit being my project ) , With that i decided to use that as the directory for the software i intend on running from the front end gui. Here is where im getting confused. once ive linked the buttons to the software within that directory and create an iso image wont the directory for the software be different? example d:\Toolkit\software..ect ??
Also i really dont know how to link the buttons to the actualy exe's in the software folder.. i have read the help file but all it gives me is this:
File.Run("c:\\your_file.exe", "", "", SW_SHOWNORMAL, false);
As the cmd to use, so im thinking ok ok all i need to do is do a bit of editing so i did this:
File.Run("c:\\test\Novell Clients\NWclient9.1\winnt\i386\nwsetup.exe", "", "", SW_SHOWNORMAL, false);
But it didnt work :rolleyes
I cannot find anything in the "Add Action" section that relates to running executibles from buttons.
I know im at fault somewhere here but like i said im new to this application so
ANY help would be appreciated. :yes
Ive already created the GUI and added buttons..ect but my problem is actualy linking the buttions to the executables. ok the default save directory for Autoplay media studio is: c:\documents and settings\username\my documents\Autoplay media studio 5\toolkit ( tool kit being my project ) , With that i decided to use that as the directory for the software i intend on running from the front end gui. Here is where im getting confused. once ive linked the buttons to the software within that directory and create an iso image wont the directory for the software be different? example d:\Toolkit\software..ect ??
Also i really dont know how to link the buttons to the actualy exe's in the software folder.. i have read the help file but all it gives me is this:
File.Run("c:\\your_file.exe", "", "", SW_SHOWNORMAL, false);
As the cmd to use, so im thinking ok ok all i need to do is do a bit of editing so i did this:
File.Run("c:\\test\Novell Clients\NWclient9.1\winnt\i386\nwsetup.exe", "", "", SW_SHOWNORMAL, false);
But it didnt work :rolleyes
I cannot find anything in the "Add Action" section that relates to running executibles from buttons.
I know im at fault somewhere here but like i said im new to this application so
ANY help would be appreciated. :yes