Tabcontrol 2

D

David de Passos

Hi!
I have a tabcontrol with 3 tabpage, and in Load Form I and to select the
tabpage(2). I want to see the components are into tabpages(2).
How can do that?

--


Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: (e-mail address removed)
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 239708705 ext. 401
 
J

José Miguel Torres

You cant see it with:

this.tabPage2.Controls.Count // this return the number of components in
this.tabPage2.Controls[0].GetType() // this return the Type of component

Regards!
 
D

David de Passos

It's no what I want!
I have 3 tabpage and I want to select ou focus the second Tabpage.

José Miguel Torres said:
You cant see it with:

this.tabPage2.Controls.Count // this return the number of components in
this.tabPage2.Controls[0].GetType() // this return the Type of component

Regards!


--
José Miguel Torres
jtorres_diaz~~ARROBA~~terra.es
http://jmtorres.blogspot.com




David de Passos said:
Hi!
I have a tabcontrol with 3 tabpage, and in Load Form I and to select the
tabpage(2). I want to see the components are into tabpages(2).
How can do that?

--


Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: (e-mail address removed)
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 239708705 ext. 401
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IP 1
Tabcontrol 3
Running Program 8
DataGrid 2 1
Query Timeout 3
TextBox 2
DataGrid Collumn/Cell Color 1
Regional Settings 4

Top