Jump to content

Title-less Thin Line Only GUI?


Go to solution Solved by pixelsearch,

Recommended Posts

Posted

This is the code I've got so far to create a 1px line , however as you'll see in the attached image, it appears to be creating a 1px gray beville around the 1px line. Can anyone point me in the right direction to get this down to just a 1px (blue in this case) line?

#include <GuiConstants.au3>
$colourBlue = "0x4073ff"
Global $hGUI = GUICreate("", @DesktopWidth, 1, 0, 10, BitOr($WS_POPUP,$WS_DLGFRAME), $WS_EX_TOOLWINDOW)
GUISetBkColor($colourBlue, $hGUI)
WinSetOnTop($hGUI, "", 1)
GuiSetState()

Thanks!

2023-08-15 14_46_49-.jpg

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...