Hi.
I get the subject error on this line of code
SetWindowLong(thisform.Handle, GWL_STYLE,
WS_POPUP or WS_CLIPSIBLINGS or WS_CLIPCHILDREN or WS_SYSMENU);
The peculiar thing is I get it in one application but not in another application (they both use the identical code and...