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
Printable View
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
How about using a very thin picture control of type "Frame", and "Black"?
Regards,
Paul McKenzie
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
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.