We occasionally embed web browser data windows within our PowerBuilder application. One common example is to utilize Microsoft Explorer. This works well for us, but we would like to save the user's preference of type of view (icon, list, detail, etc.) and default to that type of view for the user. I've attempted to use some external functions without success, but believe the one that should work is SetWindowLong from the user32.dll library. (FUNCTION long SetWindowLong(uLong hWnd, int nIndex, long dwNewLong) LIBRARY "user32.dll" ALIAS FOR "SetWindowLong")
Any suggestions? Thank you in advance for your time and any assistance you may offer!