Is it possible to center text vertically in an edit control in pure win32 api ? The controls are already super-classed so a sub/super classing solution is not a problem. But shifting/changing to some custom control is not an option.
I am working in c++;