Text size on Popup control |
Post Reply |
Author | |
Pidi
Newbie Joined: 04 March 2009 Status: Offline Points: 8 |
Post Options
Thanks(0)
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.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
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 |