Re: Dialog size in pixel
Maybe I'm confused about what you're trying to do. If you just want to make
the dialog un-resizable then you can change the border in the properties
easily to do that.
Tom
"Erakis" <Erakis@discussions.microsoft.com> wrote in message
news:7165CA15-81FB-42B3-A486-ECDD36C0FF51@microsoft.com...
Thanks
But it is possible to set a FIXED font size to the dialog so that the size
in pixel of my Dialog will be the same on two different computer ?
"Tom Serface" wrote:
This function might help you get what you need:
http://msdn.microsoft.com/en-us/library/ms645502(VS.85).aspx
Tom
"Erakis" <Erakis@discussions.microsoft.com> wrote in message
news:28C0C07B-3012-46FD-B892-FF8380CD9D6C@microsoft.com...
Hi, I'm programming an application for Windows CE.
I have to draw/set a bitmap as background of my dialog.
This is like a skinned application. For that, I need to set the dialog
size
to 340x234 "pixels" and not"Base unit" like resource do.
Also I will have to add others components on this dialog like
(Button,TextBox, Label, ListBox, etc...) at a specified position in
pixels
sothat they fit on the background image.
If user change de display settings "DPI", the dialog size will
changeand I
don't want that ! Because the position/dimension of bitmaps onmy dialog
will
no longer fit.
Is someone have any clues/suggestion to help me with that problem ?
Regards,