|
Tutorial
Possible Applications for HSP
HTML Scripting Pages opens up almost an infinite range
of possibilities for both browser and hybrid applications.
Just about every new product coming out of Microsoft today
has embedded web browser controls in them. The rich rendering power of IE combined with the scripting
power of VBScript make for a powerful combination.
Once you have created a UI with WOW+HSP, you won't ever
want to do it without them again. Here
are just a few possibilities:
HSP and .NET
HSP makes Internet Explorer the perfect front-end for
new Web Services .NET technology. Using HSP, you can
easily call a WebService and display result data. Read
this MSDN article
about how this is being
done in Excel and think how much cooler it will look in
the IE browser.
Conclusion
There are an endless number of applications for HSP in
Windows application that embed the IE web browser control.
Using the IE browser control makes it much easier to
display graphics and data in your applications.
Additionally, since part of your program code is in HSP
files, you can actually update your programs without
recompiling your executable program - just update the HSP
script file.
|