Jump to content

_GUITitleUpdate()


Necromorph
 Share

Recommended Posts

i was looking, but i didn't really find anything usefull for this, but is there a way to update a GUI window title? basacally, i m creating my own download progress window, and i want to put the percentage in the title bar, so i need to constatly update it.

thanks for any help.

Link to comment
Share on other sites

Hello redLabel

I use WinSetTitle()

$gui = GuiCreate("My GUI")

WinSetTitle($gui,"","My New GUI Title")

Realm

Edited by Realm

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

Link to comment
Share on other sites

i can't beleive it was that easy, i never even seen that function. thanks!!

My pleasure, I had the time ;)

I just happen to run across a similar need last week when an app I had created with a 'Always On Top' style was covering my clock when my taskbar was activated, so I added a parameter to include the time in the title.

Realm

Edited by Realm

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

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