Rated
Read 31,045 times
Contents
Related Categories
Menus - Window Lists
Window Lists
If you are using a MDI Form in your
application you will want a menu that lists all the open windows. To do this follow these
steps:
1) Select the MDI form or MDI Child Form
2) Select Tools | Menu Editor
3) Click the menu or menu item you want to
list the open windows and check the box which says window list.
4) Click OK
The menu will then list any windows you have
open within the MDI Form.
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
-
Posted by minor on 28 Apr 2003
In this tutorial i dosent tell you the code for the menu. and im also very new to vb so if someone could tell me what i need to do for the code that would be great.
-
Posted by planethax on 17 Nov 2002
I have made a menu with1 1 Item (about) set it to enable - unchecked visable
made a click event(msg box)
then in my form mouse up event I put
[code]
Private Sub Form_MouseUp(Button As Integer, ...
sorry 'bout that... there was an old style link lurking in there... I have corrected the link on
http://www.developerfusion.com/show/15/10/, which now points to
http://www.developerfusion.com/sh... -
Posted by Rollershade on 20 May 2002
i click view an example and no example???
i really want to change the look of my menu,change color or nything? ny ideas?
|