Develop desktop application using html/javascript!

PowerChrome is a portable Chromium-base (cef) web browser for html/javascript desktop application development.

Run Shell Commands

HTML Dialog

Http Request

Work with Database

Access File System

Application Property and Session Variables

Work with Powerbuilder

Console and Message

Print, PDF, Misc

<title>Dynamic HTML Dialog</title> <body style="padding:12px; line-height:1.25; font-size:16px; font-family:Verdana;"> <div id=list style=""> <h3>Hello world</h3> <br><br>Return message: <input id="return" size=48 value="nice to meet you"/> <button onclick="pb.close(pb('return').value)">Close</button> </div> </body>