Active X Command bar |
Post Reply |
Author | |
Sampath Kumar S
Newbie Joined: 26 July 2006 Location: India Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 07 December 2006 at 4:29am |
Hi
We have problem in commandbar with windowlist menu. in mdi application if user opens more than 9 windows then the window list is not show fill windowlist. kindly help us how to make more windows option like VB in windowlist. i used the id as 35000. kindly give me solution.
Thanks
Sampath Kumar s
|
|
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
|
Hi Kumar,
Av bin working with a work-around using form.count to establish the number of forms that are currently visible since more than 9 windows on that list wasn't ideal for me considering small resolutions not forgeting you could be having some additional commandbuttons too.Guess you could try: If forms.count is > 9 then show a "More Windows..." commandbutton that leads to a form with a listview numerating the open forms(using form.name) on it; else hide commandbutton. Wud be glad if this can be a permanent solution of controlling this behaviour. Regards. |
|
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 |