Unable to navigate on tab control pages

2 views
Skip to first unread message

khurram jafri

unread,
Dec 30, 2009, 3:50:17 AM12/30/09
to dotnetde...@googlegroups.com
Hi,

I use Tab control in my application but I am unable to navigate in this.Actually I am getting input on first tab and showing results on second tab.
I use following code for the navigation.

tabpage2.select

Please help me if any one know this.

Thanks in advance


Khurram jafri

VIKAS GARG

unread,
Jan 18, 2010, 3:29:05 AM1/18/10
to dotnetde...@googlegroups.com
Use the KeyPress Event. And ont the rpess of Ctrl+tab or whatever you wish call the object of the different tab
--
With Regards
Vikas Garg
Business Developer
VILsoftwares
+919897974491

santhosh vs

unread,
Jan 18, 2010, 4:22:47 AM1/18/10
to dotnetde...@googlegroups.com

  tabControl1.SelectedIndex = 1;
Reply all
Reply to author
Forward
0 new messages