Autohotkey Gui Transparent Picture overlapping other pictures

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Demen
Posts: 4
Joined: 11 Sep 2020, 01:35

Autohotkey Gui Transparent Picture overlapping other pictures

11 Sep 2020, 01:41

Ive decently new to AutoHotkey coding, ive managed to make a GUI with a picture that has a transparent background, and when i try to put another picture over it, it ends up under the first pictures that I originally made transparent.

If there is any example code or code tips i could implement or something im missing, lmk.
User avatar
littlegandhi1199
Posts: 195
Joined: 29 Aug 2016, 23:58

Re: Autohotkey Gui Transparent Picture overlapping other pictures

12 Sep 2020, 20:13

Everything is layered in the order you initialize it in the code.
Otherwise you might try GuiControl. Make sure your picture has an identifier to get it for example you can assign an arbitrary Variable

Gui, Add, Picture, vName1

Then try hiding it and showing them perhaps it will change their order

GuiControl, Hide, Name1
GuiControl, Show, Name1
Script Backups on every Execution :mrgreen:
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=75767&p=328155#p328155

Scrabble Solver 4-15 letter word outputs ( :crazy: # of inputs)
https://www.autohotkey.com/boards/viewtopic.php?f=19&t=34285

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, oktavimark, Rohwedder and 249 guests