Print Page | Close Window

Text size on Popup control

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=13580
Printed Date: 28 March 2024 at 10:28pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Text size on Popup control
Posted By: Pidi
Subject: Text size on Popup control
Date Posted: 04 March 2009 at 3:36pm
I'm using the popup control.
Is there any way I can change the text size?
 
I want to use the control to popup a message in a waiting room, so the users sit further away from the screen.
 
Thanks.



Replies:
Posted By: Aaron
Date Posted: 05 March 2009 at 12:08pm
Hi,
 
Just set size of font:
 
Dim itemPopup As PopupControlItem
Set itemPopup = wndPopupControl.AddItem(ctrl.Left, ctrl.Top, ctrl.Width, ctrl.Height, "Some Text")
      itemPopup.Font.Size = 72
 
 


-------------
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....



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