GUI for VBScript with HTML Applications
November 12th, 2006You may need to add simple UI functions to a VBScript, Internet Explorer enables you to do so using HTML Applications through its HTML renderer and object model.
You may need to add simple UI functions to a VBScript, Internet Explorer enables you to do so using HTML Applications through its HTML renderer and object model.
Sometimes you want to use a custom font on a website heading or title, to do so, you must ensure that the visitor have the font registered on its system, if not, the default font will be displayed wich will be annoying. To solve that, you could either use an image or a flash movie to achieve this purpose. In this article I’ll expose how to create a Flash object which dinamically loads its text.
Small tool for escaping strings to be used in URLStringEncoded context. Uses VBScript escape() and unescape() functions and an HTML Application GUI to enable copy and paste of the text. Read the rest of this entry »