Jump to content

KrabKley

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by KrabKley

  1. thank you very much. It seems to be the only way. Windows itself defaults to a scale of 150%. at 100% nothing is visible even on a 32 monitor)
  2. I took a screenshot with a desktop resolution of 3840×2160 and when using the program Au3Info_x64.exe I was trying to determine the pixel. But I was never able to get a hold of him. The cursor was jumping and then I realized that Au3Info_x64.exe incorrectly determines the resolution of the monitor. Au3Info_x64.exe he says that I have 2k and this is not true. I have a resolution of 3840×2160 and the program defines 2560х1440. How to fix it?
  3. Hello I have a problem pressing control + left mouse button. At the moment I'm using this code and why it does not always work "Send("{CTRLDOWN}")" and CTRL is pressed Send ( "{CTRLDOWN}" ) MouseClick("left", 100, 100,1,1) Send ( "{CTRLUP}" ) I tried like this, but mouse button is pressed but the control does not always work. Send("^" & MouseClick("left", 100, 100,1,1) &"") Is there any other possibility?
×
×
  • Create New...