- Dustin Ulferts
- PowerBuilder
- Tuesday, 17 July 2018 06:07 PM UTC
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!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.