Picture as a background issue

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
DataLife
Posts: 447
Joined: 29 Sep 2013, 19:52

Picture as a background issue

20 Oct 2017, 07:25

I want to get rid of the control background color on every control. Specifically radio and text controls and let the picture show through.

I have searched the forum and can not find my answer.

Please see this picture.

Image:
Spoiler

Code: Select all

Gui 1: Add, Picture, x0 y0 w-1  h350,example.jpg
Gui 1: Add, Radio, x14 y19 w420 h15, Radio 1: I want to get rid of the control background (Gray94 F0F0F0 on my system)
Gui 1: Add, Radio, x14 y45 w315 h15, Radio 2: on every control. Specifically radio and text controls
Gui 1: Add, Radio, x14 y71 w220 h15, Radio 3: And let the picture show through
Gui 1: Add, Text, x14 y300 w380, Any help will be appreciated.
Gui 1: show, w440 h350,Example Code
return
Check out my scripts. (MyIpChanger) (ClipBoard Manager) (SavePictureAs)
All my scripts are tested on Windows 10, AutoHotkey 32 bit Ansi unless otherwise stated.
Hiney

Re: Picture as a background issue

20 Oct 2017, 08:09

adding background trans

Gui 1: Add, Radio, x14 y19 w420 h15 BackgroundTrans, Radio 1: I want to get rid of the control background (Gray94 F0F0F0 on my system)
User avatar
DataLife
Posts: 447
Joined: 29 Sep 2013, 19:52

Re: Picture as a background issue

20 Oct 2017, 09:02

BackgroundTrans does not fix the issue. It makes a control visible that is under a picture control. It makes the control and the "control background color" show through.
Check out my scripts. (MyIpChanger) (ClipBoard Manager) (SavePictureAs)
All my scripts are tested on Windows 10, AutoHotkey 32 bit Ansi unless otherwise stated.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CrowexBR, doodles333, Google [Bot], vysmaty and 256 guests