|
-
Apr 5th, 2013, 10:02 AM
#1
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|