Guys,
When designing dialogs I'm using GetTextExtentPoint32, in order to retrieve correct values for cx and cy.
For listboxes and edit controls there is one minor unsolved matter: when those controls have a vertical scroll bar, text sometimes disappears behind that bar. What is the number of du's to take in account for the expected width of a scroll bar?
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
When designing dialogs I'm using GetTextExtentPoint32, in order to retrieve correct values for cx and cy.
For listboxes and edit controls there is one minor unsolved matter: when those controls have a vertical scroll bar, text sometimes disappears behind that bar. What is the number of du's to take in account for the expected width of a scroll bar?
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment