Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
-
Contact:
Post
by Grovkillen » Tue Oct 04, 2016 11:10 am
Hi,
I have been using the LibFunc> seen below to change title for message boxes but wonder if it is possible to mess around with colors etc (SetSysColor)?
Code: Select all
Message>
GetActiveWindow>WINDOW,X,Y,W,H
GetWindowHandle>WINDOW,WINDOW_HANDLE
LibFunc>User32,SetWindowTextA,res,%WINDOW_HANDLE%,New Window Title
-
Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
-
Contact:
Post
by Marcus Tettmar » Wed Oct 05, 2016 1:37 pm
Without googling/studying Microsoft, I have no idea, but suspect it's either not possible or too complicated to be worth it
