Imagine creating your own Web browser that can provide the full power of
Internet Explorer (IE) including scripting, parsing and rendering of HTML
pages. It has become standard for stand-alone and client/server applications
to contain Web browsers. A perfect example is Intuit's popular Quicken
program. Quicken has the normal look and feel of a stand-alone application,
but the startup sheet is a Web browser that presents up-to-the-minute Intuit
information to the user. You too can build this functionality into your
PowerBuilder application. In this article I'll describe how to use
Microsoft's WebBrowser ActiveX control to build your own Web browser
application in PowerBuilder.
About Microsoft's WebBrowser ActiveX Control
The ActiveX control, necessary files and registry s... (more)
Imagine creating a DropDownDataWindow look and feel using HTML form elements
that can show more than one column in a ListBox on a Web page. The data
elements could be generated using Web server-side technologies such as
JavaServer Pages (JSP), Active Server Pages (ASP), and ColdFusion Markup
Language (CFML). This look and feel is similar to the JTable class of Java or
the DB grid control... (more)
Imagine creating a PowerBuilder application that not only speaks to the user,
but also understands when the user speaks to it. Speech recognition software
has been around for a while, but so far it's found only limited to success in
real-world use. However, some of the latest advances in speech recognition
make this form of input a viable option for business applications. In this
article... (more)
Imagine creating your own Web browser that can provide the full power of
Internet Explorer (IE) including scripting, parsing and rendering of HTML
pages. It has become standard for stand-alone and client/server applications
to contain Web browsers. A perfect example is Intuit's popular Quicken
program. Quicken has the normal look and feel of a stand-alone application,
but the startup she... (more)
Imagine creating a DropDownDataWindow look and feel using HTML form elements
that can show more than one column in a ListBox on a Web page. The data
elements could be generated using Web server-side technologies such as
JavaServer Pages (JSP), Active Server Pages (ASP), and ColdFusion Markup
Language (CFML). This look and feel is similar to the JTable class of Java or
the DB grid control... (more)