Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - How return event PaneClick ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How return event PaneClick ?

 Post Reply Post Reply
Author
Message
redstarsoft View Drop Down
Groupie
Groupie
Avatar

Joined: 23 March 2009
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote redstarsoft Quote  Post ReplyReply Direct Link To This Post Topic: How return event PaneClick ?
    Posted: 25 April 2009 at 1:50am
long time i trying make it more i dont know how return
event of object statusbar

someone can help ?

if possible a exemplo em C++ ou VB

thanks
Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 25 April 2009 at 2:25am
Hi,
 
declare global variable:
Private WithEvents sbStatusBar As XtremeCommandBars.StatusBar
 
 
Create StatusBar panes:
 
Dim pane As StatusBarPane
Set sbStatusBar = CommandBars.StatusBar
Set pane = sbStatusBar.AddPane(1)
      pane.Text = "Pane caption"
       
 
 
Now you can use PaneClick event:
 
Private Sub sbStatusBar_PaneClick(ByVal pane As XtremeCommandBars.StatusBarPane)
    .....
End Sub
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
redstarsoft View Drop Down
Groupie
Groupie
Avatar

Joined: 23 March 2009
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote redstarsoft Quote  Post ReplyReply Direct Link To This Post Posted: 25 April 2009 at 2:43am
Aaron can you add me in your MSN please.
Thanks

lailton.webmaster@hotmail.com
Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br
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.203 seconds.