Search results

  1. S

    URL in messages not working

    Chris, I seem to be having trouble putting URLs into messages eg: http://www.progresstalk.com/showthread.php?t=65113
  2. S

    Pathname auto completion

    I have a fill-in field that I need to prompt for a filename in and I want to use the windows filename auto complete (like the Win2K file-open dialog). I have read about SHAutoComplete from SHLWAPI.DLL and this appears to be what I need: procedure SHAutoComplete external "shlwapi.dll": def...
  3. S

    load-image memory leak

    Has anyone else noticed that 9.1C21 has a memory leak on load-image every time I call load-image or run a dialog that has images on in my windows application uses more memory. The problem dosn't exist in 9.1C without any patches I suspect the 20010712-009 fix done in 9.1C20: We have a...
  4. S

    ini file from network path

    Hi All, I have an issue that appears to be related to reading an ini file from a network drive. Our application (Version 9.1C) starts with a shortcut something like: c:\dlc\bin\prowin32.exe -basekey "INI" -ininame f:\myini.ini -p ... It takes about 50 seconds for progress to start...
Top