Modify ↓
Opened 18 years ago
Closed 18 years ago
#288 closed Feature Request (Duplicate)
GuiSetTitle
| Reported by: | Jayowee | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Maybe I just missed it but I can't find something like GuiSetTitle. I mean: With this function you can set the title of one of your own created windows using just its winhandle.
Somthing like
{{
$winhandle1 = GuiCreate("first title")
$winhandle2 = GuiCreate("unused title")
GuiSetTitle($winhandle1, "new title")
}}
You know what I mean?
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.