Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - Tabcontrol with Vb extenter
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tabcontrol with Vb extenter

 Post Reply Post Reply
Author
Message
Sampath Kumar S View Drop Down
Newbie
Newbie
Avatar

Joined: 26 July 2006
Location: India
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sampath Kumar S Quote  Post ReplyReply Direct Link To This Post Topic: Tabcontrol with Vb extenter
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.