Click to See Complete Forum and Search --> : Line in Dialog box


Tonio
April 16th, 1999, 01:25 AM
Good Day!
How do I draw a line in a dialog box?
Someone has already posted this a long time ago, I remember the answer using a control
in the resources editor, I just can't remember which one and which property was set.
I tried searching from the archive but to no avail.
Thanks in advance.

LALeonard
April 16th, 1999, 12:48 PM
I use a "Picture" control, with a height or width of one, a "Type" of Frame", a color of "Gray", and with only the "Visible" and "Static Edge" properties checked.

<HR>LA Leonard - <A HREF="http://www.DefinitiveSolutions.com/">Definitive Solutions, Inc.</A>

Cesario Simões
April 16th, 1999, 01:16 PM
You can use a Group-box with the vertical size in the minimun and without text:-) Try it!

Cesario Simões, Jr.

LALeonard
April 16th, 1999, 02:04 PM
I used to do that, and I quit, but now I can't remember why... it had something to do with the way it displayed under unusual circumstances, but it escapes me now... anyone?

LA Leonard - http://www.DefinitiveSolutions.com

Gary Grant
April 16th, 1999, 02:15 PM
Changing the system font size does some funky things to a 1 pixel high frame control

Gary Grant
April 16th, 1999, 02:16 PM
In the Static Controls section of this site are three articles/classes on bevel lines in dialogs.
One is by Michael Dunn and the others by Hans Bühler. Check them out, I think they are what you
are looking for.