Questions tagged [mdi]

MDI (Multiple Document Interface) is a type of GUI , which presents a single parent (container) window for other windows in a specific application

935 questions
-1
votes
1 answer

Delphi Create Maximized MDI Child with AnimateWindow

I have an application with MDI forms, and i've been trying to make an Child creation effect, with Animatewindow(). My question is, all my MDI forms are with Windowstate=wsMaximized, and don't know how to create the form without showing the default…
-1
votes
1 answer

How to Display Label on MDI Form without background Color(Transperent) in c#

I placed an MDI form in my application . I have given Background image to the MDI Form , And I wants to Display The Label On MDI Form and also wants to add some picture buttons. So, How should i remove that background color , Please Help Me.
Mahi Mali
  • 111
  • 3
  • 15
-1
votes
1 answer

My MDI isn't starting right

My C# MDI Application starts in program.cs, which looks like this: namespace APRSTW { static class Program { public static Form parentForm; /// /// The main entry point for the application. ///…
Chuck Bland
  • 255
  • 1
  • 2
  • 13
-1
votes
1 answer

adding frames to mainFrame

i want to add some frame to my main frame, lets say we've 3 frames (Frame1, Frame2, and Frame3) i want to: Create new Frame called Frame 4 and add menu bar with items (View Frame1, View Frame2, View Frame3) --> actually i've created this frame…
BDeveloper
  • 1,175
  • 6
  • 24
  • 44
-2
votes
1 answer

How to show child form in desire location of MDI form?

I have two Groupbox on MDI and location of them are top and left so my right side part is blank. Now I want to show child form there. Please let me know how can I display child form without setting doc=fill.I want to show statusbar so need to have…
Tejas Mehta
  • 35
  • 2
  • 4
  • 11
-2
votes
2 answers

Delphi: Maximize a Child Window in MDI Project

There is the good component to maximize a child window in a client area (the SHIFT key must be held) - NLDExtraMDIProps. Or this code can be used: procedure WMSIZE(var Msg: TMessage); message WM_SIZE; procedure TForm2.WMSIZE(var Msg:…
maxfax
  • 4,281
  • 12
  • 74
  • 120
-2
votes
1 answer

Convert Just Main Form To WPF Windows

I Have a Windows Form Project , which has a main form,and in this form I open other form as mdi (other form opens inside of main form) My Boss Told me to change the main form to wpf technology(for add some animation or something else) Now I want to…
Hothreeyn
  • 39
  • 1
  • 1
  • 7
-2
votes
3 answers

MDI application issues

General description of application: Main form as MDI Container. On application start, if there is no xml file for database configuration (it is checked in Main form) Main form i call another form as showdialog() to fill all database info to build…
Michal
  • 33
  • 1
  • 5
-2
votes
1 answer

MDI Application : Home/Dashboard in Delphi berlin 10.1 application

I am working on an MDI application in Delphi 10.1 Berlin. There is a main Form and child Forms. When I open a child form, it is displayed in the client area of the main Form, which is how an MDI application works. My task is to show, within the main…
Ankush
  • 17
  • 4
-2
votes
1 answer

Making a Form globally accessible through the application

In my VS-2008 Windows application, I want to show a popup form with progress bar on it. A class running in the background should directly send progress bar values to it. I want this Form to be accessible directly by typing its name and not by…
RKh
  • 13,818
  • 46
  • 152
  • 265
-2
votes
2 answers

C# MDI Form to Pass Object By Reference

Hi I have Created a c# MDI Application to connect to Hardware using the Serial Port (Or USB).I want Each Child_Form to write and Receive Protocol Information from the Serial_port Object created on the MDI_Form Instance. Is there a Way how I can have…
Marius
  • 1
-2
votes
1 answer

How to make size of Window responsive for every type of screen resolution using Windows form

Make size of Window responsive for every type of screen resolution using Windows form
Elixir
  • 287
  • 2
  • 3
  • 14
-2
votes
1 answer

If we open a file, not opened again when user opens same file

I opened a file using JFileChooser. If I opened a file it is opened for first time and if I open the same file for second time it is also opened in new tab. I want to open a file for one time only. Here is my code, final JFileChooser jc = new…
lavanya
  • 1
  • 1
-2
votes
1 answer

Hide some controls in MDI parent if a child being re-sized

I want to hide some of my controls in my MDI Parent if a child is being maximized or minimized.
user2530748
  • 260
  • 3
  • 16
-2
votes
1 answer

Closing MDI child

hi currently i am working on a MDI application.In this application my main form is the MDI Parent form. through whihc i go to the MDI Child.now when all the functionalities in the child form is done there is a messagebox and on the OK click of the…
Kaushik27
  • 261
  • 2
  • 4
  • 9
1 2 3
62
63