Problem about size

Started by
2 comments, last by Robinhood 19 years, 11 months ago
I want to Display a Dialog in full screen mode,but when the size of my dialog is identical to the size of bitmap,it is much larger than the bitmap; e.g. size of the bitmap is (100,200) and size of the dialog is (100,200),then dialog is much larger than the bitmap. Who can tell me what to do to make the dialog seems the same with the bitmap?(I use VC++.net)
Advertisement
Could you explain your problem a little more? Are you trying to cover up the bitmap with the dialog box? Or are you trying to display the bitmap inside the dialog box?


Dustin Franklin
Mircrosoft DirectX MVP
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )
The measurements for dialog boxes aren''t in pixels, they''re in characters.
I want to Display the bitmap in the dialog box,but the dialog box whose size is (100,200) seems much larger than the bitmap whose size is (100,200),I want to know how to solve the problem?

This topic is closed to new replies.

Advertisement