CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    separator in dialog

    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


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: separator in dialog

    How about using a very thin picture control of type "Frame", and "Black"?

    Regards,

    Paul McKenzie




  3. #3
    Join Date
    Apr 1999
    Posts
    2

    Re: separator in dialog

    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


  4. #4
    Join Date
    Apr 1999
    Location
    Michigan, USA
    Posts
    115

    Re: separator in dialog

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured