Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Tip Window Example Code...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tip Window Example Code...

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

Joined: 04 December 2006
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote tjsivies Quote  Post ReplyReply Direct Link To This Post Topic: Tip Window Example Code...
    Posted: 17 March 2008 at 8:36pm
I have seen and downloaded the Sample Application for the "Tip Window" (Xtreme Controls).
However I am struggling to find any info on how to implement/configure this control in an application.
 
Is there any sample code for creating these ToolTips using VB?
 
Code for the Sample application would be fantastic if available.
 
Thanks
Trevor
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2008 at 4:00am
Hi,
 
Check our Samples\ActiveX\Controls\VB\SuiteControls  sample.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
tjsivies View Drop Down
Groupie
Groupie
Avatar

Joined: 04 December 2006
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote tjsivies Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2008 at 10:12pm
I presume you are talking about he Sample apps that get installed with the product.
Well I have checked the following folder:-
C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v11.1.3\Samples\Common\VB\SuiteControls

on my machine, but this Project contains no information regarding ToolTips at all?

Am I looking in the incorrect place?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 19 March 2008 at 8:29am
Hi,
sorry I though you need Tip of the Day. Unfortunatelly ToolTip standalone control available only for MFC. :(
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
tjsivies View Drop Down
Groupie
Groupie
Avatar

Joined: 04 December 2006
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote tjsivies Quote  Post ReplyReply Direct Link To This Post Posted: 19 March 2008 at 5:18pm
Thanks for letting me know.
 
I suggest you request a change to this webpage then - http://www.codejock.com/products/controls/
 
as it does not state that the Toolitip is only available on MFC, like some of the others. It seems to have been omitted.
Back to Top
dentor View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2005
Location: France
Status: Offline
Points: 102
Post Options Post Options   Thanks (0) Thanks(0)   Quote dentor Quote  Post ReplyReply Direct Link To This Post Posted: 20 March 2008 at 2:25am
Hello,
 
Tip of the day is a part of Xtreme Suite Control since version 11.2 (ActiveX).
 
Here's the code sample from the vb sample SuiteControls.vbp.
 
Private Sub btnTipOfTheDay_Click()
    CommonDialog.Flags = 0
    CommonDialog.HelpFile = App.Path & "\Help\Tips.txt"
    CommonDialog.ShowTipOfTheDay False
 
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.141 seconds.