CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Columbus, Ohio, USA
    Posts
    32

    Masked Edit control does not display in group box

    I need to use a masked edit control in my project. I doscovered that it does not want to display at all.

    I decided to test it in a test VC++ project. I created a dialog based project and put the masked edit control on the dialog and tested the dialog. The control displayed. Then I put a group box on the dialog and put another masked edit control in the group box. Then it refused to display.

    Can anybody help?

    William Dicks


    ***
    "Delaying decisions" is too often a euphemism for
    "avoiding thinking."
    - Bjarne Stroustrup

  2. #2
    Join Date
    May 1999
    Posts
    22

    Re: Masked Edit control does not display in group box

    Go to GropBox Properties , Place a Checkmark in "Transparent " Property, Your Masked edit will be displayed.

    Note: for any active x Component which, u wish to place inside groupbox make sure that gropbox transperant propterty is set.

    I hope this helps.


  3. #3
    Join Date
    May 1999
    Location
    Columbus, Ohio, USA
    Posts
    32

    Re: Masked Edit control does not display in group box

    Thanks for your reply, it worked.

    William Dicks


    ***
    "Delaying decisions" is too often a euphemism for
    "avoiding thinking."
    - Bjarne Stroustrup

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