Re: Pasting controls onto tabs

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Rick Brandt wrote:
Stephen Glynn wrote:

According to

http://office.microsoft.com/en-us/assistance/HA012300491033.aspx#8

'Sometimes, you may have controls that you want to remain visible on
the form, regardless of which tab page is selected — for example, OK
and Cancel command buttons. One way to do this is to place the
controls on the form, but outside of the tab control. Alternatively,
you can make a control available to all pages, while still appearing
to be contained within the tab control. To do this, create the
control outside of the tab control (for example, in the Detail
section), and then drag and drop the control inside the boundaries of
the tab control. The control will appear to be contained in the tab
control, but will remain visible and available to all tab pages,
regardless of which one is selected.'
Is there any way to turn this feature *off*, so that I can copy groups
of controls on a form and paste them onto a tab in a new form
*without* their showing through on all the pages?  Or do I have to
recreate them all by hand?

Steve


To put *existing* controls onto TabPages you have to Cut them to the clipboard, select the desired page, and then Paste. Only *new* controls can be put onto pages using Drag and Drop.


Yeah, I understand that. But my problem is that I'm copying and pasting things onto Tab Pages and they're showing through on ALL the tabs. I only want them to appear on the tab onto which I've pasted them .


Steve
.



Relevant Pages

  • Re: Asp.Net AJAX dynamically added Tab Control not displaying
    ... TabPanel assumes there's no active tab and it hides all the tabs at client ... protected void Page_PreRender ... Microsoft is providing this information as a convenience to you. ... does not control these sites and has not tested any software or information ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Pasting text into access from word
    ... Steve Bu ... For rich text controls: there are several around, ... using a rich text control instead of the textbox, ... the textbox and writing code to replace each tab character with the ...
    (microsoft.public.access.gettingstarted)
  • Re: Subform trouble for New User
    ... control as suggested. ... I didn't use that field in the Subform Field Linker). ... The structure of this tab is ... continuous form.I have limited the fields in the continuous form to ...
    (microsoft.public.access.forms)
  • Re: Dialog Class "A" Accessing Data In Derived Dialog Class "B", "C", & "D"
    ... For example, if the information is controlled by the parent, and the tab control is just ... Every change in a tab is immediately reflected to the parent. ... private member variables are set. ...
    (microsoft.public.vc.mfc)
  • Re: Dialog Class "A" Accessing Data In Derived Dialog Class "B", "C", & "D"
    ... The application is designed to make use of one Tab only. ... I do not have buttons on the control other than the Tabs at the top that allow you to switch tabs. ... there is an EN_CHANGE notification in and edit control, I call updateControls(). ... private member variables are set. ...
    (microsoft.public.vc.mfc)