why sSkinProvider1ExtHitTest always msg.result = 0 ? Root › Discussions › AlphaControls This topic has 1 reply, 2 voices, and was last updated 10 years, 5 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 17, 2014 at 12:48 pm #36168 ii1289Participant why sSkinProvider1ExtHitTest always msg.result = 0 ?? Code: //procedure TForm1.MyMsg(var msg: TWMNCHitTest); //begin //inherited; //if msg.Result = HTMINBUTTON then close; //end; procedure TForm1.sSkinProvider1ExtHitTest(var Msg: TWMNCHitTest); begin //sSkinProvider1.BorderForm.Ex_WMNCHitTest(Msg); if msg.Result = HTMINBUTTON then begin close; end; end; June 19, 2014 at 12:57 pm #52043 SupportKeymaster Hello This event is called before processing of inherited handler, so Result is not defined at this moment. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls