I'm trying to create a GUI like the Example below without the Re-Resizing border, this is the closest I have got and I tried to find the style of the Wireless GUI & Clock and they came back with 0x94800000 as the Style, but this is just a Popup Window with a Border. Thanks for the Help. #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> _Main() Func _Main() Local $hGUI $hGUI = GUICreate("", 500, 500, -1, -1, BitOR($WS_POPUPWINDOW, $WS_SIZEBOX)) GUISetState(@SW