|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
vb .net 2003 tab controlI want something to update when I click on one of my tabcontrols. Is
there some kind of event that says if tabcontrol1 is clicked do something? I apologize for my crude description...I am really new to all this. Thanks. "Stout" <whan***@Yahoo.com> wrote in message Where on the control? On a tab? On the body?news:1144519246.539350.237350@e56g2000cwe.googlegroups.com... > I want something to update when I click on one of my tabcontrols. Is > there some kind of event that says if tabcontrol1 is clicked do > something? I created a tabcontrol with three tabs: A, B, C
When I click on tab 'C' I want to have a messagebox pop up that says "Entered" Thanks. "Stout" <whan***@Yahoo.com> wrote in message Private Sub TabControl1_SelectedIndexChanged _news:1144520230.913386.96280@t31g2000cwb.googlegroups.com... > I created a tabcontrol with three tabs: A, B, C > > When I click on tab 'C' I want to have a messagebox pop up that says > "Entered" (ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles TabControl1.SelectedIndexChanged MsgBox("You selected tab " & CStr(TabControl1.SelectedIndex + 1)) End Sub
StringBuilder termination char
Run code from IDE Save graphics image to bitmap? 32bit image quality in menus and tool bar strips VB2005 - Secure Access to SQL Server through Application Only Applications sharing Forms Authentication How can I know my application's path? decimal serious problem mousehover how to have Insert or Select Statement NOT allow Duplicates |
|||||||||||||||||||||||