Tip Window Example Code... |
Post Reply |
Author | |
tjsivies
Groupie Joined: 04 December 2006 Status: Offline Points: 42 |
Post Options
Thanks(0)
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Check our Samples\ActiveX\Controls\VB\SuiteControls sample.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
tjsivies
Groupie Joined: 04 December 2006 Status: Offline Points: 42 |
Post Options
Thanks(0)
|
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? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
sorry I though you need Tip of the Day. Unfortunatelly ToolTip standalone control available only for MFC. :(
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
tjsivies
Groupie Joined: 04 December 2006 Status: Offline Points: 42 |
Post Options
Thanks(0)
|
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.
|
|
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
|
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
|
|
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 |