For the documentation for CreateWindow it says the width/height are specified in “device units” but I’d like to specify this in pixels. How can I do this?
For the documentation for CreateWindow it says the width/height are specified in device units
Share
By design. Use the LBS_NOINTEGRALHEIGHT style flag if you want the listbox the have the exact programmed height.