•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C# section within the Software Development category of DaniWeb, a massive community of 397,772 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,540 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C# advertiser:
Views: 9151 | Replies: 2
![]() |
•
•
Join Date: Jun 2005
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
Hi,
I am developing an app with a Tab control (5 tab pages). On
one of the tab pages I need a method to run upon clicking
on the tab or entering the tab page. I have tried the following
this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
also have tried:
this.tabPage2.Enter += new System.EventHandler(this.tabPage2_Enter);
but neither will call the method tabPage2_Click or tabPage2_Enter
Anybody have any ideas?
I am developing an app with a Tab control (5 tab pages). On
one of the tab pages I need a method to run upon clicking
on the tab or entering the tab page. I have tried the following
this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
also have tried:
this.tabPage2.Enter += new System.EventHandler(this.tabPage2_Enter);
but neither will call the method tabPage2_Click or tabPage2_Enter
Anybody have any ideas?
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb C# Marketplace
Similar Threads
- How do I show Tab control on my form in Win XP style Look? (VB.NET)
- How to code "tab control' in the web form in ASP.NET / VB.NET ? (ASP.NET)
- Tab Control (C#)
- Problem: Programming Tab Control (Visual Basic 4 / 5 / 6)
Other Threads in the C# Forum
- Previous Thread: Program running in the background and in the tray
- Next Thread: Inharits userControl


Linear Mode