Jump to content

Start Button Color


Recommended Posts

Hello, I've been wondering for a while now if there was any way to change the start button color? I havn't tried much because I really don't know were to start. My reason for asking is because I don't really like the XP green button, I like blue. <_< Any help is appreciated!

Edited by JustinReno
Link to comment
Share on other sites

Well color, I'm not sure...but!!

This could make it less boring

AutoItSetOption("WinTitleMatchMode", 4)
HotKeySet("^!x", "ExitScript");CTRL+ALT+X
For $i = 0 To 43200
    If @HOUR <= 11 Then
        $Hour = @HOUR
    ElseIf @HOUR > 12 Then
        $Hour = String(@HOUR - 12)
    ElseIf @HOUR = 12 Then
        $Hour = String(@HOUR)
    ElseIf @HOUR = 00 Then
        $Hour = "12"
    EndIf
    $Time = $Hour & ":" & @MIN
    ControlSetText("classname=Shell_TrayWnd", "", "Button1", $Time)
    Sleep(10 * 1000)
Next
Func ExitScript()
    Exit
EndFunc   ;==>ExitScript
Exit

8)

NEWHeader1.png

Link to comment
Share on other sites

  • Moderators

You could try SetBitmap() (You'll have to find it)... no idea if it will work though.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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...