Print Page | Close Window

Tip Window Example Code...

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=9917
Printed Date: 16 November 2024 at 2:48pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tip Window Example Code...
Posted By: tjsivies
Subject: Tip Window Example Code...
Date 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



Replies:
Posted By: Oleg
Date Posted: 18 March 2008 at 4:00am
Hi,
 
Check our Samples\ActiveX\Controls\VB\SuiteControls  sample.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: tjsivies
Date 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?


Posted By: Oleg
Date 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


Posted By: tjsivies
Date 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/ - 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.


Posted By: dentor
Date 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
 



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