Discussion:
VS 2995 & VS2008 dialog box editor did not show width and height
(too old to reply)
CK
2010-07-21 06:49:36 UTC
Permalink
Hi,

I could not get the width and height of a dialog box nor its child control.
I could see the size info on WPF dialog box but not MFC project. Am I
missing something?

Thanks for help.
--
CK
David Lowndes
2010-07-21 08:21:12 UTC
Permalink
Post by CK
I could not get the width and height of a dialog box nor its child control.
In a Win32/MFC dialog box, the dialog and it's controls size are
defined in "dialog units". They are visible in the dialog editor - in
the status bar when you click the dialog/controls.

Dave
CK
2010-07-22 01:24:50 UTC
Permalink
Thanks for your great help and now I see the location and size on status bar.
--
CK
Post by David Lowndes
Post by CK
I could not get the width and height of a dialog box nor its child control.
In a Win32/MFC dialog box, the dialog and it's controls size are
defined in "dialog units". They are visible in the dialog editor - in
the status bar when you click the dialog/controls.
Dave
.
Loading...