Click to See Complete Forum and Search --> : separator in dialog


india
April 16th, 1999, 11:31 AM
Is there a way to get a separator line in a dialog box without doing it by hand (i.e. creating a bitmap and plugging it in)?

Thanks
India

Paul McKenzie
April 16th, 1999, 11:57 AM
How about using a very thin picture control of type "Frame", and "Black"?

Regards,

Paul McKenzie

india
April 16th, 1999, 12:19 PM
I can't get the frame to be thin enough. I tried that with a group box too-I couldn't get it thin enough in the resource editor, so I tried changing the size at runtime, but that didn't work either. But thanks anyway.

--India

Gary Grant
April 16th, 1999, 12:22 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.