MDI Window list |
Post Reply |
Author | ||
rplp4
Groupie Joined: 18 May 2008 Status: Offline Points: 31 |
Post Options
Thanks(0)
Posted: 19 June 2009 at 1:19pm |
|
Can anyone tell me where and how the open documents is added to the window list?
I am tring to make a MDI text editor. I can not see how the window list is being updated.
I am using VB.net 2008
|
||
Product: Xtreme SuitePro (ActiveX) version 12.0.0
Platform: Vista (64bit) - SP 2 Language: Visual Basic 6.0 |
||
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
|
You simply add a command with ID XTP_ID_WINDOWLIST and the commandbars will keeps all open windows in the list for you.
|
||
rplp4
Groupie Joined: 18 May 2008 Status: Offline Points: 31 |
Post Options
Thanks(0)
|
|
This I have done, but it is only tracking the last opened window. I am using vb.net 2008 on a 64bit system if this matters.
ControlPopup.CommandBar.Controls.Add(XtremeCommandBars.XTPControlType.xtpControlButton, CInt(XtremeCommandBars.XTPCommandBarsSpecialCommands.XTP_ID_WINDOWLIST), "Item 1", False, False)
|
||
Product: Xtreme SuitePro (ActiveX) version 12.0.0
Platform: Vista (64bit) - SP 2 Language: Visual Basic 6.0 |
||
Xander75
Senior Member Joined: 26 April 2007 Status: Offline Points: 353 |
Post Options
Thanks(0)
|
|
Hi...
Yeah I know this is 2014 and this post was originally posted in 2009, however this issue is still very well much alive! So, I have decided to share my workaround to resolve this if anyone else stumbles upon this and has the same issue!! This replaces the WINDOWLIST method supplied by Codejock as it would not corerctly show all forms. PS. This solution is C#.Net, but it should be quite easy to convert over to VB.Net. Note: The .IsNull() & .Includes() are my own extension methods. Simply convert this to:
The above id's are described below, I simply didn't wish to delete them when building the Window List.
|
||
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |