Change font attribute of another app's window.

Windows specific forum
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Change font attribute of another app's window.

Post 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?