Search results

  1. I

    Does htmlexe work for Windows 8 on tablets?

    Before to pay for HTMLEXE last version, I would like to know, will my ebooks work on Windows 8 OS for tablets (tablets not PC, Windows 8 for tablets don’t use standard Win32 APIs, its use WinRT APIs)
  2. I

    Antivirus false positive - signing certificate (SOLVED)

    I think, you must tell people that they must pay for signing certificate after the buy your software (HTMLexecuteable) and its price is hundreds of dollars (and hours, and paperworks …). My customers ask me - why their antivirus software alert them. They think my software (exe compiled with...
  3. I

    Can we make download manager with ExeOutput

    Can I make simple download manager with ExeOutput for PHP. I want to download files from Internet with progressbar. Is it possible with this technology?
  4. I

    Bug with Custom UserAgent in Popup and CSS/HTML rendering

    Hi, I found two bugs. Custom User Agent doesn’t work in popups There is a problem with CSS or HTML rendering in popups You can see in this publication: http://www.ninja.asia/test.exe I couldn’t upload it here (the file is to big), but I attached the project file and the source.
  5. I

    Pressing of Enter button can't be detected (SOLVED)

    I need to detect when users press Enter button (of the keyboard). But I can’t, may be there is some limitation. The script detect if the user press Ctrl and Spacebar buttons. The problem is when the user press Enter button. Nothing is happening. It’s working perfect in any browser (IE, FF, Chr)...
  6. I

    What exactly return GetManualHardwareID? (SOLVED)

    Hello, I need to know what exactly return GetManualHardwareID function, if it can’t get HardwareID. because it’s not = “” otherwise my functions would work correctly. Is it possible to return null or undefined or “blank” like a string? Because there is a problem with some users and I need to...
  7. I

    Antivirus software avast blocks my ebook

    When I start my ebook, Avast antivirus show me a warning message: May be because it is simple exe file. I know that is absolutly safe, but my clients are not so sure. What can I do to resolve the problem?
  8. I

    Getting Hardware IDs with Javascript

    Ok, I wrote that function and I want to share it. Paste that code in Behavior & Scripts -> User Scripts -> Macros or make a new script. function GetID0: String; begin Result := GetManualHardwareID(0); end; When you compile your project, you can get GetManualHardwareID value with this...
Back
Top