Scripting within an application
-
Hi, I've to make an application that allows the user to write his own script(VB Script) and the application has execute that script does anybody has an idea of how to go about it. any ideas would be greatly appreciated. Thanks & Regds, Vijay.
-
Hi, I've to make an application that allows the user to write his own script(VB Script) and the application has execute that script does anybody has an idea of how to go about it. any ideas would be greatly appreciated. Thanks & Regds, Vijay.
Does it have to be vbscript ? Python provides an excellent interface for allowing users to enter their own script and running it within the app. Does the script interact with the app, or just run on the machine ? Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
-
Does it have to be vbscript ? Python provides an excellent interface for allowing users to enter their own script and running it within the app. Does the script interact with the app, or just run on the machine ? Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
Hi, thanks for your reply. it can be any script. only thing is it should interact with the application.