On Fri Oct 13 21:48:37 2023 +0000, Jinoh Kang wrote:
Do you have a reason for this particular choice of message (`WM_CREATE`)? How about `WM_NCCREATE`?
Mainly attempting to use a message that is expected to be passed to the procedure if super/subclassing at least once. `WM_NCCREATE` could be used as well I guess.