Questions tagged as 'mdi'

1
answer

What do the terms MDI and SDI mean in relation to the software interface?

What do the terms MDI (Multiple Document Interface) and SDI (Single Document Interfaces) mean in relation to the software interface? I read about it, but I am still confused about the terms, perhaps for lack of examples. What are these patte...
asked by 11.04.2016 / 19:56
1
answer

Disable Scrollbar from a Form MDI Container

Does anyone know how to prevent Child Forms from moving across the screen and displaying a scrollbar? I wish there was a limit to move the Child Forms ... That they only move up to the size of the screen and do not pass it I do not wan...
asked by 01.06.2015 / 22:53
0
answers

Is there an MDI form for GTK 3 or 2 in Ruby?

Is there a class that defines an MDI form in Ruby GTK 2 or 3, similar to that found in other languages like Delphi, C #, VB etc.? Note: MDI is that form for desktop applications that one window opens inside another, that is, it is in the scope...
asked by 29.01.2014 / 17:00
1
answer

Delphi MDIChild form flashes when opening in modal mode

I have a form MDIChild that I open as follows: Application.CreateForm(TfrmManProduto, frmManProduto); However, sometimes I need this form in modal ... with some tips I adapted my code as follows for open it in modal mode: Applicati...
asked by 09.11.2018 / 12:39
1
answer

WPF C # Current position of MDIChild?

I have implemented a MDIParent with 3 children. I want to know where the children are but I do not have access to any property, since: child.position is always (0,0). I have: <mdi:MdiContainer Name="mdiParent"/> Co...
asked by 28.08.2018 / 16:09
1
answer

Open external application as a child form in C #

I need to call an external application through my current application, in which this external application is being opened outside of my application and I would like it to be opened as a child form of my parent form. This is my current code that...
asked by 29.10.2015 / 21:34
2
answers

A single form with multiple MDI forms or forms. Which option is most efficient in program performance?

I'm a beginner in C #. I'm developing a simple application that has multiple windows. Depending on what you need to do in the program, the user needs to open multiple windows to get to the required page. I would like to make it lighter and more...
asked by 22.03.2016 / 12:19
0
answers

VS - working with Mdi_Child in front of objects in Mdi_Parent

I need to keep a Child Form above Objects such as Panels, Buttons, Labels, etc. located in Form_Parent. I have tried BringToFront() in the Form but it does not resolve, the objects remain in front of the Form_Child. Is there any way to...
asked by 19.03.2018 / 19:20
2
answers

Method to automate the call of Forms in C #

Here's what I'm trying to do I'm creating an application in C #, MainFrame is the MDI Parent, and I own other windows as well. What I want is to use a class called "FormCaller" to call other Forms automatically, so I do not always have to wri...
asked by 02.03.2018 / 16:27
1
answer

Resize an MDI Form without borders

I have already found many tips on how to resize a Form without borders, all functional and good, but they do not work when it comes to an MDI Form. Does anyone have a functional hint on how to resize an MDI Form? Thank you in advance.    ...
asked by 03.02.2016 / 21:11