Tinkering with message dialog

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
User avatar
Grovkillen
Automation Wizard
Posts: 1132
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Tinkering with message dialog

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
Let>ME=%Script%

Running: 15.0.27
version history

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Tinkering with message dialog

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 ;-)
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts