Hi
During runtime I need to resize a list control. Im doing this in the OnSize function using MoveWindow.
The problem is when I position the controls in the resource editor they are positioned using HLU units. When I move the controls with MoveWindow they are positioned using pixel values. How can I convert between pixels and HLU's? Does anyone know of any functions to do this?
Thank you
During runtime I need to resize a list control. Im doing this in the OnSize function using MoveWindow.
The problem is when I position the controls in the resource editor they are positioned using HLU units. When I move the controls with MoveWindow they are positioned using pixel values. How can I convert between pixels and HLU's? Does anyone know of any functions to do this?
Thank you