I never use the console anymore (go go Kixforms.dll!!), but what about setting the console size prior to populating it? Then you just show it when you need to.

I think I see what you are saying now...you show it all the time, but only maximize it sometimes. I'll think about this one some more...

I also use the following to determine what DPI is in use, but I don't remember if this only applies to Win7 or if it's applicable everywhere. I then modify the relative size of everything based on this number.

 Code:
$DPI = ReadValue("HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics", "AppliedDPI")


Edited by Bonji (2011-08-12 07:06 PM)