sumit Posted July 16, 2007 Posted July 16, 2007 Please help. This is the code CODE #include <GuiConstants.au3> $gui = GuiCreate("Connecting", 217, 40,-1, -1 , BitOR($WS_POPUP, $WS_BORDER), $WS_EX_TOPMOST) GUISetBkColor(0xFFFFFF) GUISetFont(12) $Label_1 = GuiCtrlCreateLabel("Please Wait for 5 seconds", 0, 10, 217, 20, $SS_CENTER) GUISetState() Sleep(5000) GUIDelete($gui) I want the Box to be blue color. The font to be White Color and Bold.
Helge Posted July 16, 2007 Posted July 16, 2007 I want the Box to be blue color.GUICtrlSetBkColorThe font to be White ColorGUICtrlSetColorBoldUse GUICtrlSetFont and set the control's weight.
_Kurt Posted October 15, 2007 Posted October 15, 2007 Here's how:GUICtrlSetBkColorGUICtrlSetColorUse GUICtrlSetFont and set the control's weight. Awaiting Diablo III..
makogen Posted November 15, 2007 Posted November 15, 2007 lol rofl o wow....i feel stupid XD its like u said it in S L O W M O T I O N XD thank you so much hahahha lol
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now