Search the Community
Showing results for tags '$WS_EX_TRANSPARENT'.
-
While looking for a way to change my desktop background of only my secondary monitor, I found a few simple solutions that are built into Windows. But when you look up how to do such with a slideshow... You only find programs that cost money. So, I set out to make it myself.This is a pretty basic program. It simply displays an image in the center of the screen (scaled to fit screen) and uses a black background.The program does allow mouse passthrough, though you can't drag and drop over it, so it wouldn't really work well if you have icons on your second monitor. #include <File.au3> #inc
-
- multiple monitor
- slideshow
-
(and 3 more)
Tagged with:
-
Hey guys, Im posting a new thread out of a necro post as per Melba. I edited a .gif picture to make a transparent background (with photoshop). When I try to add this picutre into my gui, it makes the background of my picture white. I dont want any background on my picture. I just want the image alone alone with nothing around it. Using a previous post I was able to do so using the code below. #include <GUIConstants.au3> HotKeySet("{END}", "Terminate") $gui=GUICreate("test transparentpic", 47, 45) $pic=GUICreate("", 47, 45, 0, 0,$WS_POPUP,BitOr($WS_EX_LAYERED,$WS_EX_MDICHILD,$WS_E