Search results

  1. S

    Resize main window with JavaScript [SOLVED]

    Is it poossible to size/resize the main window programically? I would like my program to start with a small size if it is not registered (to ask for a password) and after it’s registered I would like the program to run with a larger sized window. I did not see anything in the help files...
  2. S

    Get file size in bytes

    Does anyone know the secret (code) for getting a files size in bytes. I believe this is available in the Widows API kernal32.dll but I can not figure out how to send the files path information (C:\Temp\myfile.txt) – or how to retrieve the size data back from the DLL (into an HEScript variable –...
  3. S

    Javascript windows.external

    Hi; I’m a new user and I’m having a problem using the getHEScriptCom function in Javascript. Here is my Javascript code… (which should give me a unique ID of the runtime module) var unitSerial = window.external.getHEScriptCom(‘GetViewerSerial’,’ '); alert("unitSerial "+unitSerial); I’ve tried...
Back
Top