Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 21-01-2009, 10:49 AM   #1 (permalink)
In The Zone
 
Pragadheesh's Avatar
 
Join Date: Jul 2006
Location: Coimbatore
Posts: 403
Unhappy tabclick event in C#


hi,
how to add a tabclick event in C#.? i.e on clicking the tab button i need to generate an event.,

like if i have 3tabs, India, US and UK, clicking the tabs i should get an appropriate message box or something.
Pragadheesh is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-01-2009, 12:27 PM   #2 (permalink)
In The Zone
 
ruturaj3's Avatar
 
Join Date: Feb 2007
Location: Mumbai
Posts: 214
Default Re: tabclick event in C#

Add Tabcontrol on form, then select events from properties window.

Code:
 private void tabControl1_Click(object sender, EventArgs e)
        {
            switch(tabControl1.SelectedIndex)
            {
                case 0:
                MessageBox.Show("India");
                break;

                case 1:
                MessageBox.Show("US");
                break;

                case 2:
                MessageBox.Show("UK");
                break;

            }
        }
ruturaj3 is offline  
Old 21-01-2009, 01:53 PM   #3 (permalink)
In The Zone
 
Pragadheesh's Avatar
 
Join Date: Jul 2006
Location: Coimbatore
Posts: 403
Default Re: tabclick event in C#

thanks a lot.
Pragadheesh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Let's Rock event as it goes desiibond Mobiles and Tablets 6 13-09-2008 01:21 PM
What's your favourite olympic event ? NIGHTMARE Chit-Chat 11 14-08-2008 11:12 AM
Event Viewer girishrn Software Q&A 1 13-03-2008 04:05 PM
registering xp after the event !! sg1 Software Q&A 8 15-12-2007 08:17 AM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 03:05 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2