The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: axus on April 23, 2006, 01:51:40 PM

Title: Working MDI!
Post by: axus on April 23, 2006, 01:51:40 PM
How me a put toolbar or status bar in MDI Main Window?
Title: Re: Working MDI!
Post by: Ramon Sala on April 23, 2006, 06:40:53 PM
Hi axus,

You can put a tool bar or status bar in an MDI Main Window in the same way you do it in any other window. Just click on the ToolBar object on the ToolBox (at the left of the IDE by default) and the cursor will change to a cross. Then press the mouse left button on the MDI main window, draig it and release it. Make sure you have Easy Code version 1.00.0.0038 (the last one released) because there were a bug before.

Regards,

Ramon
Title: Re: Working MDI!
Post by: axus on April 24, 2006, 02:05:57 PM
Thanks!
I Am Understand///
Title: Re: Working MDI!
Post by: xandaz on July 02, 2010, 10:26:35 AM
   You can do something like this.
   Bye
Title: Re: Working MDI!
Post by: dedndave on July 02, 2010, 02:57:29 PM
very cool, Xandaz   :U

all it needs is a button to create a new window   :bg
Title: Re: Working MDI!
Post by: xandaz on July 02, 2010, 10:03:23 PM
   yeah, thanks. I guess i''ve gotten better... much thanks to you guys and this forum.
   so... lets join hands and all hail MASM32 Forum.
   Ty all
Title: Re: Working MDI!
Post by: xandaz on July 02, 2010, 11:55:26 PM
   Hey again. New version available. Althought it only creates up to 10 Mdi childs - because i'm lazy and it's easier to just increment chars '0' to '9' , than  going around calculating numbers into strings -  i'm always available to satisfy an honorable members requests.
   So here it goes.
   Ty again and bye all
Title: Re: Working MDI!
Post by: dedndave on July 03, 2010, 04:13:19 AM
great Stuff, Luis   :U
i will use it as a learning example