Magnifier Control Root › Technical support › Tricks This topic has 2 replies, 2 voices, and was last updated 14 years, 6 months ago by Raccoon. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 12, 2010 at 4:31 pm #33746 RaccoonParticipant Hi,I have a question about the TsMagnifier: How can I move the control for example when I'm holding down the mouse button?I tried: CODE TPoint p;GetCursorPos(&p); mag->Hide();mag->Execute(p.x, p.y); Ok, this is working, but my CPU usage goes up to ~50%. Is there no other way to move the glass? Best regardsAlexander May 15, 2010 at 12:19 pm #42524 SupportKeymaster Hello You can change the magnifier form directly using such code : CODE uses sConst;…if Assigned(acMagnForm) and acMagnForm.Visible then acMagnForm.Left := … acMagnForm : TWinControl is declared in the sConst unit. May 19, 2010 at 8:55 am #42581 RaccoonParticipant QUOTE (Support @ May 15 2010, 02:19 PM) Hello You can change the magnifier form directly using such code : CODE uses sConst;…if Assigned(acMagnForm) and acMagnForm.Visible then acMagnForm.Left := … acMagnForm : TWinControl is declared in the sConst unit. Thx, i will try. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks