Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DJackson
About
- Username
- DJackson
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Thank you, setting the window to be invisible at design time by un-checking the 'Visible' window property works well enough. I'll keep SRP_Show_Window in mind for future reference, thanks again!
-
Thanks for the quick reply. The WINMSG event with the WM_WINDOWPOSCHANGING message sounds interesting but once I got past my preconceived notion that the SIZE event was only when the window was resized I found it works exactly like I needed as DonBa…
-
Never mind, I found the SIZE event is triggered when the window is moved on screen.
-
Thanks, for the life of me I could not find that in the help file. Eventually I found the CTRLMAP property which returned a list of controls which I could then filter down to the controls needed by checking the TYPE property of the control.