Hi All,
I am using PFC. I have many response windows in my app (inherited from w_response), but only 1 of them I need to allow the user to resize the window.
I have googled and found answers to this problem (e.g. Bruce A's of_setresizeable function) and other answers, but they all seem to use variables I don't know the definition of or value of (e.g. in Bruce's response from Nov 2012, it mentions GWL_STYLE).
The window has a number of resizable objects on it and does not have a control menu (picture attached).
I just want to give the ability for this single response window to be resized. Hopefully then, as I have read, the PFC resize service will adjust the size of my controls if I register them correctly.
With your help I'd like some self-contained code I can paste into my window's Open event (and possibly some external functions)
I don't mind adding the ControlMenu if need, as PFC handles it the same as pressing the Cancel button.
Would be great to have Min/Max controls, but that (as they say) "would be the gravy!"
Thanks in advance for your help.