Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: davidimurray on June 02, 2006, 10:06:28 AM

Title: Wizard Startup
Post by: davidimurray on June 02, 2006, 10:06:28 AM
Hello

Is it possible to have a VB script associated with the startup of a wizard to reset variables etc?

Cheers

Dave
Title: Re: Wizard Startup
Post by: Brian Barker on June 02, 2006, 10:47:02 AM
Put a  file named init.m1s in the directory of the wizard and it will run the code on startup :)

Here is one that I used in the past:
Title: Re: Wizard Startup
Post by: davidimurray on June 06, 2006, 08:47:24 AM
Marvellous - just the job - I'm guessing that you've done this before Brian  ;)

Cheers

Dave
Title: Re: Wizard Startup
Post by: Brian Barker on June 06, 2006, 01:41:56 PM
 ;D