I'm trying to deal with some older OCX controls that are unable to handle resizing on high res monitors. On my test machine pixels = 7.5 twips. I'm wondering if anyone has found an elegant/efficient way to deal with this problem.

I'm thinking maybe subclass the problem controls and intercept WM_SIZE to make adjustments but not sure if that would even work.