Print Page | Close Window

Tabcontrol with Vb extenter

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to Active-X COM Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=5371
Printed Date: 25 June 2024 at 7:52pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tabcontrol with Vb extenter
Posted By: Sampath Kumar S
Subject: Tabcontrol with Vb extenter
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net