[program-l] Re: vb question

  • From: "Littlefield, Tyler" <tyler@xxxxxxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Wed, 03 Oct 2012 17:20:08 -0600

why not just put the menus on the main window and then just get the current tab in focus to perform tasks? Alternatively, he could use a notebook-like control since MDI died out in the 90s or so.

On 10/3/2012 2:50 PM, RicksPlace wrote:
Hi Ande:
He has a MDI Window and one child window which will serve as a text page in the MDI text editor.
Several diferent files can be edited at the same time.
That means that every time he opens a new document a new instance of the edit window inside the MDI is spawned. All of the child windows would have the same window name and the same names for all each individual window's controls including menus and menu items. There are ways to handle this but merging all the windows together sounds like it is not the answer. The Form class has methods and properties that could be used to perform editing from within each child window or control the existance of the child windows from the MDI window but that is not something I have time to dig into and not a part of his assignment. So, that is what he is trying to do and what is going wrong and where to look for the answers.
Rick USA
----- Original Message ----- From: "Andy B." <sonfire11@xxxxxxxxx>
To: <program-l@xxxxxxxxxxxxx>
Sent: Wednesday, October 03, 2012 12:04 PM
Subject: [program-l] Re: vb question


It seems confusing what he wants to do. I would make an MDI window like
Office 2010 has. An MDI parent with an unlimited amount of possible child
windows that could be opened at any point in time. The menu would be
contextual because you don't want to change the font if you have no visible
documents on the screen....Just my $.02.


-----Original Message-----
From: program-l-bounce@xxxxxxxxxxxxx [mailto:program-l-bounce@xxxxxxxxxxxxx]
On Behalf Of Florian-achtige
Sent: Wednesday, October 03, 2012 3:00 AM
To: program-l@xxxxxxxxxxxxx
Subject: [program-l] Re: vb question

Ask your nearest restaurant rep? They appear to be good with menus .... ;)


2012/10/2, Marvin Hunkin <startrekcafe@xxxxxxxxx>:
hi.
have tried looking online.
but cannot seem to find what i am looking for.
i have an application, which is a text editor.
i have two forms, with two sets of menus on them.
i have the menus in the first form.
but cannot see or hear the other menu items, using jaws, and routing
the jaws cursur.
so i would like to merge the menus, and have all the menus in the main
form.
and to bring them into from the second form.
am i making sense?
so how do i do this in code.
and also would like to sort the menus.
if any one can help.
have searched and looked online.
but could not seem to find any thing using google, and trawling
through about 50 pages.
i gave up.
can any one help?
thanks.
Marvin.
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq


--
Take care,
Ty
http://tds-solutions.net
The aspen project: a barebones light-weight mud engine:
http://code.google.com/p/aspenmud
He that will not reason is a bigot; he that cannot reason is a fool; he that 
dares not reason is a slave.

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: