R raphael99 Registered User. Local time Today, 15:43 Joined Apr 6, 2015 Messages 126 May 25, 2015 #1 Hi I would like to add a cross close command on the tab in tabbed documents mode. Is it possible to accomplish?
Hi I would like to add a cross close command on the tab in tabbed documents mode. Is it possible to accomplish?
V vbaInet AWF VIP Local time Today, 23:43 Joined Jan 22, 2010 Messages 26,328 May 25, 2015 #2 A tab control doesn't have 'X-Close' buttons on its pages. If you want something like this you will need to create your own tab control, but the simplest thing to do is to create a frame with checkboxes indicating which page should be visible.
A tab control doesn't have 'X-Close' buttons on its pages. If you want something like this you will need to create your own tab control, but the simplest thing to do is to create a frame with checkboxes indicating which page should be visible.
R raphael99 Registered User. Local time Today, 15:43 Joined Apr 6, 2015 Messages 126 May 26, 2015 #3 Thanks VbaInet