Jump to content

Font Color


Recommended Posts

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.

Link to comment
Share on other sites

  • 2 months later...
  • 5 weeks later...

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
 Share

  • Recently Browsing   0 members

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