|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
scripting in vbHello all,
We have a tool developed in Visual Basic 6.0. The scripting functionality is implemented as follows. The tool's user interface functions are mapped to a script command and user can write script commands and run on the tool. The script commands in a text file will be stored on to memory and then executed on a line by line basis by the tool.the limitation is we are unable to perform any dynamic checks on the script. like dynamic updation to the script or stopping the script based on some variable value etc. because the script commands are executed from memory. can someone give guidelines so that we want to get rid of these gating factors in teh script engine? "IJALAB" <balaji.d***@gmail.com> wrote It would seem, at first glance, that you need to provide a hook> We have a tool developed in Visual Basic 6.0. <....> > The script commands in a text file will be stored on to memory > and then executed on a line by line basis by the tool. > the limitation is we are unable to perform any dynamic checks > on the script. after the execution of each line. You would need to provide a means to allow checks for environment conditions after each and every line of script. But, how does the tool know what to check for, unless that also is in another set of script commands? It would seem you need to add a little more design work to the tool.... LFS
Determining Available Paper Sizes on Printer
Problem with syntax Scrollbars on Textbox -- how can I hide them? The Myth of Visual Basic Migration / Upgrade vb6 closes with erro after I installed msdn oct 2001 Using VBPRNDLG.DLLl Instead of Print Common Dialog Boxes Error #429 and compactdatabase in VB6 ListBox bug? Excel Library in VB 2008 on 64-bit OS installation VSM Wants Your Feedback |
|||||||||||||||||||||||