P
Paul E. Schoen
I have been frustrated with the limitations of the WSH for doing much more
than automating simple tasks in a manner comparable to a batch file. An
HTML document can provide the GUI that I may desire, with such items as
text boxes and command buttons, but that requires loading it into a
browser. In that environment many things like file I/O are very limited. So
I was trying to conceive of an application that could read a script and/or
perhaps HTML including script, and provide a simple window or form for
various labels and controls as would be expected in an ordinary Windows
application. The advantage would be that the resulting application could be
easily modified as desired. This would be intended for use on a local
machine and not as a web page.
My first thought was to imagine how one could write such an application in
something like Borland Delphi, and I could see how the HTML or script could
be read line by line and interpreted and then executed by creating objects
and using their properties and methods to build an application from the
script. I suppose it is possible but it would be a daunting task.
So I did a web search and I found this interesting product:
http://canegor.campus.net.ru/gui_for_script/index.htm
I'm not sure if it would do what I desire, but it looks to be useful. Does
anyone have any experience with or opinions about this, or are there other
scripting environments that would be appropriate? Otherwise, is it possible
to display a plain form from a browser like IE7 without all the menus and
other controls? Maybe open the browser minimized and create a blank window
and then create text and controls in the new window?
Paul
than automating simple tasks in a manner comparable to a batch file. An
HTML document can provide the GUI that I may desire, with such items as
text boxes and command buttons, but that requires loading it into a
browser. In that environment many things like file I/O are very limited. So
I was trying to conceive of an application that could read a script and/or
perhaps HTML including script, and provide a simple window or form for
various labels and controls as would be expected in an ordinary Windows
application. The advantage would be that the resulting application could be
easily modified as desired. This would be intended for use on a local
machine and not as a web page.
My first thought was to imagine how one could write such an application in
something like Borland Delphi, and I could see how the HTML or script could
be read line by line and interpreted and then executed by creating objects
and using their properties and methods to build an application from the
script. I suppose it is possible but it would be a daunting task.
So I did a web search and I found this interesting product:
http://canegor.campus.net.ru/gui_for_script/index.htm
I'm not sure if it would do what I desire, but it looks to be useful. Does
anyone have any experience with or opinions about this, or are there other
scripting environments that would be appropriate? Otherwise, is it possible
to display a plain form from a browser like IE7 without all the menus and
other controls? Maybe open the browser minimized and create a blank window
and then create text and controls in the new window?
Paul