Just to have an idea, how can I convert logical units to pixels?
Thanks
Thanks
If you mean Dialog units then try GetDialogBaseUnits or MapDialogRect :) .
Hi,
Claus
invoke GetSystemMetrics, LOGPIXELSX ;Pixel per logical unit X
invoke GetSystemMetrics, LOGPIXELSY ;Pixel per logical unit Y
Claus
Or if those two ideas aren't what you seek, try:
LPtoDP
LPtoDP