Tabcontrol with Vb extenter |
Post Reply |
Author | |
Sampath Kumar S
Newbie Joined: 26 July 2006 Location: India Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 27 October 2006 at 7:48am |
Hi
we are able to set VBControlExtender to tabcontrol but we not able get the events notifaction from vbcontrolextender. kindly give us a solutions.
sample project.
Option Explicit
Dim WithEvents tabs As VBControlExtender
Private Sub Command1_Click()
Licenses.Add "Codejock.TabControl.10.3.1" Set tabs = Controls.Add("Codejock.TabControl.10.3.1", "tab1", Me) tabs.Move 0, 0, ScaleWidth, ScaleHeight tabs.itemcount = 3 tabs.Visible = True End Sub Private Sub tabs_ObjectEvent(Info As EventInfo)
Debug.Print Info.Name End Sub |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |