Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
mdi
- Page 1
MDI Application code example required
Programming
Software Development
17 Years Ago
by Ahsan Sheikh
MDI
Application code example required can any one help me...............
MDI Help.....!
Programming
Software Development
16 Years Ago
by laghaterohan
… form under which there are fees, balance enq...tabs...... In
MDI
i have menuitem under FEES under which i have item…) [/code] however when i click on the balance in the
mdi
i get following error : [code]InvalidArgument=Value of '-1' is…
Re: MDI Help.....!
Programming
Software Development
16 Years Ago
by sidh
[QUOTE=laghaterohan;706896]Hello suppose u hav an
mdi
form & 1 normal form which contains a tab pane … tabpage3 you r calling the form from the menu in
mdi
form on that menu click jus write form1.Activate() form1…
mdi parent and non mdi child form prob
Programming
Software Development
15 Years Ago
by brenn13
…. when i run the project, the mdiparent loads the non
mdi
child form, which contains a tree view. under that non… splitter. when i click an item on the treeview, a
mdi
child loads correspond to the tree view node clicked. here… alt+tab to select other window. i want that non
mdi
child form to get also at the back of any…
Mdi Container Form Problem...
Programming
Software Development
15 Years Ago
by itslucky
… i have developed a software which have
Mdi
contianer, the problem is that, 1…like then to stay on top of the
Mdi
container from* 2. when i minimize …any other form (other then
Mdi
container form) it minimized to the Taskbar … would like it to minimize in the
Mdi
container window (not on the taskbar)* Please…
MDI query
Programming
Software Development
18 Years Ago
by purplegerbil
Hi, I have written an application using a
MDI
. This is working well. Within the toolbar…10 buttons each opening a different window within the
MDI
. In the future I will be adding more …to create an application and add it to a
MDI
as a child. ig could I add notepad …or calculator to my
mdi
. Not just open it with shell but have it…
Re: mdi - system development
Programming
Software Development
14 Years Ago
by discovery-power
… project at school and I want the system to use
mdi
forms.[/QUOTE] Hi scias, This link, [url]http….com/tutorials/vb.net-2005/creating-multiple-document-interface-
mdi
-applications.html[/url], is very similar to the first…/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=
mdi
+applications[/url], the first result is for Sams Teach…
MDI Forms
Programming
Software Development
15 Years Ago
by jrm5f2
… am working on a project that requires me make a
MDI
, which I did. The problem that I am having…am trying to do is copy or paste text using
MDI
parent menu controls, rather then creating menu controls for …all the
MDI
children [CODE]Private Sub CutToolStripMenuItem_Click(ByVal sender As Object, …
Re: Mdi Container Form Problem...
Programming
Software Development
15 Years Ago
by Diamonddrake
… have the MdiParent property set to the instance of the
mdi
form. when you create your child forms you should set… MdiParent property on the form, and be sure that the
mdi
paretn form has the isMDIContainer property set to true. [CODE…
MDI form & Child Form problem in VB Dot Net
Programming
Software Development
14 Years Ago
by arch_mah
… form (i.e Login Form)at the center of the
MDI
form. I want without closing the child form(Login form…)no one can access the
MDI
main form.. After login only the login page should close… and
MDI
form should enable true.. Before that if anyone click any…
Mdi Parent
Programming
Software Development
13 Years Ago
by Iamateur
…I want to know Is it necessary to add
MDI
parent for Library management System? Can this be …is it necessary to add the below code for
mdi
parent of every project? Private Sub ShowNewForm(ByVal …System.Windows.Forms.Form ' Make it a child of this
MDI
form before showing it. ChildForm.MdiParent = Me m_ChildFormNumber +=…
Re: MDI Forms
Programming
Software Development
15 Years Ago
by TomW
…library/ms233676(VS.80).aspx"]Walkthrough: Creating an
MDI
Form with Menu Merging and ToolStrip Controls[/URL] [URL…aspx"]How to: Send Data to the Active
MDI
Child[/URL] [URL="http://msdn.microsoft.com/en…/library/xyhh2e7e(VS.80).aspx"]Multiple-Document Interface (
MDI
) Applications[/URL] [URL="http://msdn.microsoft.com/…
Re: Mdi Parent
Programming
Software Development
13 Years Ago
by Pgmer
Dear Iamateur Do you understand what the code is? What you mean by all the
MDI
form? application will have one
MDI
form. Not many... And the code above you wrote is for setting the child form to its parent as
MDI
form
Re: MDI query
Programming
Software Development
18 Years Ago
by PVBert
AFAIK: Nope,
MDI
is what it says, a mutiple DOCUMENT interface. And a document is a form.
Re: MDI query
Programming
Software Development
18 Years Ago
by purplegerbil
Hi, I am wanting to break my app up in to modules so when someone comes to buy it they can select which 'modules' they want as part of the package. If any new modules are created these can be put in to a folder so the main app can add them to the
mdi
.
MDI Form
Programming
Software Development
17 Years Ago
by sonia sardana
In vb.net no form is
MDI
,any form can ve made
MDI
by setting IsmdiContainer property to true. But in Vb we add the
MDI
Form. In Vb.net Form1_click dim obj as new form1 obj.show() obj.mdiparent =me But in VB,i write dim obj as new form1 obj.show obj. but there is no MDiparent, can u plz reply how to do???
MDI child controlBox
Programming
Software Development
15 Years Ago
by manutd4life
… problem is how to remove controlBox of
MDI
child. i mean that i already set
MDI
child: ControlBox to False minimizeBox to… maximized formborderstyle to fixed3d When i open the form in
MDI
Parent, all the button minimize, maximize, exit appear Here's…
Mdi form closing event
Programming
Software Development
15 Years Ago
by Nitin Daphale
//My project is in C#.NET 2.0 I have multiple forms in my
mdi
container window . [COLOR="Red"]When I tried to close
mdi
form , form closing event of a child form (which has current focus/active child ) occurs before the form closing event of
mdi
form.[/COLOR] Can anybody help me out there?
Re: MDI form & Child Form problem in VB Dot Net
Programming
Software Development
14 Years Ago
by asaukani
usually what i did is to load login form when the application loaded.
MDI
form will be loaded only after successful login when user logout close
MDI
form and show login form hope it will help
Re: MDI form & Child Form problem in VB Dot Net
Programming
Software Development
14 Years Ago
by arch_mah
Here My idea is slightly different.. I want to display all the forms over the
MDI
form so that in each and every screen user can see the
MDI
form Menu..so this login screen logic will be help full for me.. Hope u can understand my idea and give further sugessions on this... Thanks..
Re: MDI form & Child Form problem in VB Dot Net
Programming
Software Development
14 Years Ago
by pritesh2010
huumn do one thing when you laod the
MDi
parent form show your login form on login form load disable the menu of
MDi
parent form. and on login button click enable the menu of MDiparent. and Cancel of login button exit from application. i think this will work for you.
MDI Form With PopupMenu.
Programming
Software Development
14 Years Ago
by Jaseem Ahmed
I have a
MDI
FORM, i have added a menu in it, now i … on normal form, it works superb.but not working with
MDI
. [CODE]Option Explicit Private Declare Function GetMenu Lib "user32… works fine with normal form, but doesnt display pictures in
MDI
FORM's Menu.
Re: MDI Form With PopupMenu.
Programming
Software Development
14 Years Ago
by Jaseem Ahmed
this code is not working on
MDI
form...i have menus on
mdi
form, it is not displaying pictures in menu, which i have kept on
mdi
form./
MDI Parent with Two section
Programming
Software Development
14 Years Ago
by neo.mn
… internet. The problem is I would like to develop a
MDI
Parent Form whose content area will be divided into two… I have developed a form with menu strip using windows
MDI
Parent Form. Then I have placed a SplitContainer to make… contains several form controls) into the right pane as a
MDI
child of my SplitContainer after clicking any menu item. The…
Re: MDI Parent with Two section
Programming
Software Development
14 Years Ago
by crishjeny
… internet. The problem is I would like to develop a
MDI
Parent Form whose content area will be divided into two… I have developed a form with menu strip using windows
MDI
Parent Form. Then I have placed a SplitContainer to make… contains several form controls) into the right pane as a
MDI
child of my SplitContainer after clicking any menu item. The…
mdi window opening and closing module help me
Programming
Software Development
13 Years Ago
by Bosterk
…wx.panel want to put () to the main
mdi
window code. and I would like to know how…-1, pos = (0,0)) #Ventana hija de prueba
Mdi
self.Ventana = wx.MDIChildFrame(self, -1, "Comprobación…() frame = MDIFrame(None, -1, "Prueba de ventana
MDI
") frame.Maximize() frame.Show() app.MainLoop()[/CODE] [CODE]…
MDI Form Problem when i maximize it.
Programming
Software Development
13 Years Ago
by Panathinaikos22
…. My problem is when i maximize
MDI
Form, the title bar goes up on menu strip, i …want Title Bar of
MDI
form to go exactly down from x/y/z control…
MDI Parent and Child form
Programming
Software Development
13 Years Ago
by ZER09
… I input on the Child form. I already played on
mdi
parent and child but i cant find the solution on… the text that will bypass from
mdi
child to
mdi
parent. I will appreciate for any help will come…
MDI not recognizing form as child form
Programming
Software Development
13 Years Ago
by choosechrist
In my project all, my forms are accessed through my
MDI
form, [CODE]Private Sub DocumentCollectionToolStripMenuItem_Click(ByVal sender As System.Object,…End Sub[/CODE] but once i click save on the
MDI
parent it doesn't recognize the second form as a… child unless i open it from the
mdi
form itself.Is there any way to fix this?
Re: MDI Form
Programming
Software Development
17 Years Ago
by sonia sardana
Thx,One difference I want to tell,I VB we can ADD only One
MDI
form, BUT in Vb.net we can add any number of
MDI
.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC