Connecting Tech Pros Worldwide Help | Site Map

Copying and pasting similar controls from one tab to another...

Christian Williamson
Guest
 
Posts: n/a
#1: Jun 29 '07

I'm using Visual Basic 6.0, and I want my app to be an SSTab, with each
tab having several similar controls. For example, I'll have a Text Box
and label in the same locations.

Can I put all my controls on the first tab and then copy the whole
configuration to the succeeding tabs? If so, how?

Thanks much.
Chris Williamson
Dean Earley
Guest
 
Posts: n/a
#2: Jun 29 '07

re: Copying and pasting similar controls from one tab to another...


Christian Williamson wrote:
Quote:
>
I'm using Visual Basic 6.0, and I want my app to be an SSTab, with each
tab having several similar controls. For example, I'll have a Text Box
and label in the same locations.
>
Can I put all my controls on the first tab and then copy the whole
configuration to the succeeding tabs? If so, how?
Yes.
To select all the controls, make sure nothing is selected, hold down
shift then click and drag INSIDE the tab control.

You can then copy and paste as normal.

(Followed up only to comp.lang.visual.basic as my isp doesn't carry the
other group)

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
Christian Williamson
Guest
 
Posts: n/a
#3: Jun 29 '07

re: Copying and pasting similar controls from one tab to another...


Dean Earley wrote:
Quote:
Christian Williamson wrote:
Quote:
>>
>I'm using Visual Basic 6.0, and I want my app to be an SSTab, with
>each tab having several similar controls. For example, I'll have a
>Text Box and label in the same locations.
>>
>Can I put all my controls on the first tab and then copy the whole
>configuration to the succeeding tabs? If so, how?
>
Yes.
To select all the controls, make sure nothing is selected, hold down
shift then click and drag INSIDE the tab control.
>
You can then copy and paste as normal.
>
(Followed up only to comp.lang.visual.basic as my isp doesn't carry the
other group)
>
Thanks much, Dean. I'll give it a shot.
Christian Williamson
Guest
 
Posts: n/a
#4: Jun 29 '07

re: Copying and pasting similar controls from one tab to another...


Jan Hyde (VB MVP) wrote:
Quote:
Christian Williamson <c.willi@verizon.net>'s wild thoughts
were released on Fri, 29 Jun 2007 09:40:28 GMT bearing the
following fruit:
>
Quote:
>I'm using Visual Basic 6.0, and I want my app to be an SSTab, with each
>tab having several similar controls. For example, I'll have a Text Box
>and label in the same locations.
>>
>Can I put all my controls on the first tab and then copy the whole
>configuration to the succeeding tabs? If so, how?
>>
>Thanks much.
>Chris Williamson
>
Please don't multipost

You'll have to explain what you mean by multipost. Thanks.
Jan Hyde (VB MVP)
Guest
 
Posts: n/a
#5: Jun 29 '07

re: Copying and pasting similar controls from one tab to another...


Christian Williamson <c.willi@verizon.net>'s wild thoughts
were released on Fri, 29 Jun 2007 09:40:28 GMT bearing the
following fruit:
Quote:
>
>I'm using Visual Basic 6.0, and I want my app to be an SSTab, with each
>tab having several similar controls. For example, I'll have a Text Box
>and label in the same locations.
>
>Can I put all my controls on the first tab and then copy the whole
>configuration to the succeeding tabs? If so, how?
>
>Thanks much.
>Chris Williamson
Please don't multipost
--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
Dean Earley
Guest
 
Posts: n/a
#6: Jun 29 '07

re: Copying and pasting similar controls from one tab to another...


Christian Williamson wrote:
Quote:
Jan Hyde (VB MVP) wrote:
Quote:
>Please don't multipost
>
You'll have to explain what you mean by multipost. Thanks.
http://www.blakjak.demon.co.uk/mul_crss.htm

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
Closed Thread