Can I CallWindowProc using a method rather than a function, to subclass a window?
Compiler doesn't like the "dot" here (error 526 Period not allowed):
Compiler doesn't like the "dot" here (error 526 Period not allowed):
Code:
GrOldProc = SetWindowLong(hGW, %GWL_WNDPROC, codeptr(me.MethodGrProc)) ' Subclasses Graphic control
Comment