Results 1 to 14 of 14

Thread: Custom Tab Control - OnPaint vs MessageBox - Problem

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2013
    Location
    Québec, Canada
    Posts
    15

    Question Custom Tab Control - OnPaint vs MessageBox - Problem

    Hi I will explain my problem,

    I got a MDI parent form that contains many child forms. For each child form I'm trying to display a messagebox(with .show).

    The issue here is that the messagebox appears over the child form, like it's supposed to, but then the child form reprints itself over the messagebox therefor hiding it. The message box still has the focus so if I press F10 it'll bring it back to the foreground.

    Is there a way keep the messagebox in the foreground to begin with?

    The tabcontrol I'm using come from this site : http://www.codeproject.com/Articles/...Second-Edition
    Last edited by warp123; Apr 5th, 2013 at 11:02 AM.

Tags for this Thread

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