Jump to content

Search the Community

Showing results for tags 'background color'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 2 results

  1. Hello, I used the various "_Excel_*()" funktions to open workbooks, read and write cells. I was looking through the helpfile for the _EXCEL_* funktions, if there is a direkt way to set background color or text color -- if there is one, then I missed it? Searching the forum I found this posting demonstrating how to do this task using ... ObjCreate("Excel.Application") Is there a way to set the background color etc. with the native "_EXCEL_*" as well? Regards, Rudi.
  2. Hi On a small script I made, I have a status bar created with: $stBar = _GUICtrlStatusBar_Create($MainForm) And it works perfectly. However, if I try to change the background color with: _GUICtrlStatusBar_SetBkColor($stBar, 0x0000FF) Nothing happens. The status bar Bk color remains the same (grey). Any ideas ?
×
×
  • Create New...