Click here to Skip to main content
16,004,727 members
Home / Discussions / C#
   

C#

 
GeneralRe: convert string to a string array Pin
Not Active20-Mar-08 5:19
mentorNot Active20-Mar-08 5:19 
GeneralRe: convert string to a string array Pin
gottimukkala20-Mar-08 5:37
gottimukkala20-Mar-08 5:37 
GeneralRe: convert string to a string array Pin
geekfromindia20-Mar-08 5:42
geekfromindia20-Mar-08 5:42 
GeneralRe: convert string to a string array Pin
Not Active20-Mar-08 6:20
mentorNot Active20-Mar-08 6:20 
GeneralIgnore (repost) Pin
phannon8620-Mar-08 5:22
professionalphannon8620-Mar-08 5:22 
GeneralGraphicsUnit conversion Pin
Stevo Z20-Mar-08 4:54
Stevo Z20-Mar-08 4:54 
GeneralRe: GraphicsUnit conversion Pin
CPallini20-Mar-08 6:01
mveCPallini20-Mar-08 6:01 
GeneralMessageboxes as MDI children Pin
Bekjong20-Mar-08 4:48
Bekjong20-Mar-08 4:48 
Hi all,

My main application form is entirely populated by a tab-based user-interface. Looks nice.

Every now and then I need to display warnings, errors or progress windows, for which I use MessageBox or custom progress display forms. The problem I have is that when I minimize my main window or activate a different application from the taskbar, my messagebox or progress window stays on top.

1. I'd like to display progress forms to my main form as MDI children, have tried so, but they don't display. I suspect this is because the mainform is populated with controls already. Suggestions? Example code for the progress window's constructor:

public ProgressWindow()
        {
            InitializeComponent();
            this.MdiParent = Static.FormsPool.GetForm(Formnames.MainForm); // main.IsMdiContainer == true
            this.TopMost = true;
        }


2. The MessageBox dialogs should act as mdi children too. As far as I know there's no way to accomplish this, but I sure hope so.

Thanks in advance!


Standards are great! Everybody should have one!

GeneralRe: Messageboxes as MDI children Pin
led mike20-Mar-08 4:57
led mike20-Mar-08 4:57 
GeneralRe: Messageboxes as MDI children Pin
Bekjong20-Mar-08 5:05
Bekjong20-Mar-08 5:05 
QuestionWeb server and User Machine Pin
drbrucce20-Mar-08 3:03
drbrucce20-Mar-08 3:03 
GeneralRe: Web server and User Machine Pin
N a v a n e e t h20-Mar-08 3:09
N a v a n e e t h20-Mar-08 3:09 
GeneralSecurity exception Pin
DaveyM6920-Mar-08 2:59
professionalDaveyM6920-Mar-08 2:59 
GeneralRe: Security exception Pin
Bashir Magomedov20-Mar-08 4:21
Bashir Magomedov20-Mar-08 4:21 
Questionproblem with a function Pin
pyde20-Mar-08 2:44
pyde20-Mar-08 2:44 
GeneralRe: problem with a function Pin
Paul Conrad21-Mar-08 10:05
professionalPaul Conrad21-Mar-08 10:05 
GeneralRe: problem with a function Pin
pyde22-Mar-08 0:57
pyde22-Mar-08 0:57 
GeneralRe: problem with a function Pin
pyde26-Mar-08 8:26
pyde26-Mar-08 8:26 
GeneralPrinting borderless with PrintDocument class (on a printer that supports it) Pin
AntoonHzn20-Mar-08 2:42
AntoonHzn20-Mar-08 2:42 
GeneralSpeed MyDriver Day !!! Pin
morisson_c20-Mar-08 2:36
morisson_c20-Mar-08 2:36 
GeneralRe: Speed MyDriver Day !!! Pin
Rob Philpott20-Mar-08 2:46
Rob Philpott20-Mar-08 2:46 
GeneralRe: Speed MyDriver Day !!! Pin
morisson_c20-Mar-08 2:48
morisson_c20-Mar-08 2:48 
GeneralRe: Speed MyDriver Day !!! Pin
Bekjong20-Mar-08 3:53
Bekjong20-Mar-08 3:53 
GeneralRe: Speed MyDriver Day !!! Pin
morisson_c20-Mar-08 4:03
morisson_c20-Mar-08 4:03 
GeneralCached Values Pin
Chrispie12320-Mar-08 2:30
Chrispie12320-Mar-08 2:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.