Recent content by SuporteSmix

  1. S

    System Error 233

    hello, it happened with my exe also my version is 2.2
  2. S

    Exe File working Very slow

    hello I’m having the same problem in V2.2, my exe is running very slow.
  3. S

    Cannot Import DLL

    Ok, it worked out that way javascript:exeoutput.RunHEScriptCom(“Minimizar.Minimize”); thank you !
  4. S

    Cannot Import DLL

    <?php echo exo_runhescriptcom("Minimizar.Minimize"); ?>
  5. S

    Cannot Import DLL

    I left the same as your example, but it did not work, it crashes my application when I execute this function.
  6. S

    Cannot Import DLL

    Hello, I can not minimize the main window in V2.2 procedure Minimize; begin SetUIProp (“bsBusinessSkinForm1”, “WindowState”, “1”); end;
Back
Top