Page 1 of 1

Change font attribute of another app's window.

Posted: Thu Mar 21, 2013 8:44 pm
by jassing
The short version is:
I do not have control over font attributes for an installer. (the installer does not have any facility to bold the text it shows) -- but I do have the window's handle -- I was thinking I could write a dll I could call to change the font attribute (bold=true)

Is that doable, or will windows prevent it for some reason?