Search results

  1. D

    Flush() works with windows XP, but not with Win 7

    I did it like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <title>TITEL</title> </head> <body> YOUR CONTENT </body> </html>
  2. D

    Flush() works with windows XP, but not with Win 7

    Did You set the html Head ? I had the same Problem, After i Set the right html Head everythings Works fine. Written with my fon, Sorry!
  3. D

    How to find file path in exe

    Is it not easier if you do it like this: $myPath = exo_getglobalvariable('HEPubStorageLocation', ''); $configPath = '/CONFIG/config.ini') // CONFIG is a Subfolder $configFile = $myPath.$configPath; /* e.g.: yourexe.exe |- CONFIG DIR |-- config.ini */ if(file_exists($configFile) { echo...
  4. D

    Support still active?

    erm… You replied to my Support-Mail Today at 11:35. I think with my mailbox is everthing fine.
  5. D

    Support still active?

    Hi, i ask some question over your contact form. I dont get an answere. http://www.gdgsoft.com/info/contact.aspx
  6. D

    I am not able to retrieving values from my database

    Fix your Code 😉 You have to reload the Page, or you have to made the UPDATE bevor you do the Select.
  7. D

    php_com_dotnet

    ok, i will try it. thank you 🙂
  8. D

    php_com_dotnet

    yep i think i added the wrong version. But can you please help me to find the right version? Greetz, Kev ps: in Version 2.0 of exeoutput php we can make CMD apps? If so, PERFECT!
  9. D

    php_com_dotnet

    Hi there, if i enable php5_com_dotnet in PHP Extensions, ( Used: Compile into … ) And i start my exe he tells me: No php5.dll found. What can i do? Greetz, Kev
  10. D

    Windows 7 taskbar features

    Hi, this would be nice 🙂
  11. D

    Procedure OnTrayIconDblClick; (SOLVED)

    Yes it works. Thanks a lot 🙂
  12. D

    Procedure OnTrayIconDblClick; (SOLVED)

    Hi, is it possible to bring up a page when the user makes a doubleclick on Trayicon? If yes, how? Greetz,
Back
Top