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

    Child Window on top of control

    Hello

    I have a child window above an edit control.
    When the position of the control in the parent in the child on top of it is clicked the control gets topmost.
    Is there any way to prevent this?

    Thanks a lot.

  2. #2
    Join Date
    Jul 2002
    Posts
    2,543

    Re: Child Window on top of control

    Quote Originally Posted by quorsum View Post
    position of the control in the parent in the child on top of it
    Probably you can explain this better, I don't think somebody can understand your question.

  3. #3
    Join Date
    Jul 2006
    Posts
    141

    Re: Child Window on top of control

    Quote Originally Posted by Alex F View Post
    Probably you can explain this better, I don't think somebody can understand your question.
    Okay I will try:

    I open up a child window that now covers an edit control in the parent. However, this edit control still gets the focus when clicked, although not visible because of the covering child.

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Child Window on top of control

    Quote Originally Posted by quorsum View Post
    Okay I will try:

    I open up a child window that now covers an edit control in the parent. However, this edit control still gets the focus when clicked, although not visible because of the covering child.
    Can you set it to inactive when the other window is on top of it? How are you creating the child window?

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