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

    DialogBar question

    I would like to know how to get rid of the background on a dialog bar class. At the moment my dialog bar is traped in a window and I would like to use it like the dialogbars in Visual studio. How can I do this?


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: DialogBar question

    I don't know exactly what you want! The dialog color is set in the WINDOWCLASS (you can register a different class in PreCreateWindow) or you can add a child item CView to get a view on a dialog...

    Gree(n)Things

    chrislaw

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