Need help to center my dot

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
kkkaioekn
Posts: 11
Joined: 11 Jun 2018, 22:41
Location: ahk beginner

Need help to center my dot

23 Jul 2018, 08:17

Hi, actually i'm trying to put the dot at the center but it always count the taskbar
But i want to put at the center of the screen (without counting taskbar)

Code: Select all

Gui, +AlwaysOnTop
Gui, Color, ff0000
Winset, TransColor, ff0000
gui, -caption 
gui, +border
gui, show, w3 h3, my_gui
How can i do?
User avatar
StundeR
Posts: 18
Joined: 03 Aug 2016, 10:05

Re: Need help to center my dot

05 Aug 2018, 12:14

This should work

Code: Select all

Gui, +AlwaysOnTop
Gui, Color, ff0000
Winset, TransColor, ff0000
gui, -caption 
gui, +border
gui, show, center w3 h3, my_gui
Hi

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, Joey5, mikeyww, RandomBoy, wpulford and 331 guests