Print Page | Close Window

How to change FonSize of DatePicker?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=13248
Printed Date: 07 October 2024 at 1:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to change FonSize of DatePicker?
Posted By: McKloony
Subject: How to change FonSize of DatePicker?
Date Posted: 24 January 2009 at 6:31am
In the Metric event it is possible to change the Font Size of the Days (Metrics.Font.SIZE = 8) But how it is possible to change the FonSize of the rest? Is there now way to globaly change this?

-------------
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6



Replies:
Posted By: McKloony
Date Posted: 02 February 2009 at 11:46am
Is there realy now way to change the FontSize of a DatePicker?

-------------
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6


Posted By: Aaron
Date Posted: 02 February 2009 at 4:58pm
Hi,
 
In DayMetrics event just use:
 
Set Metrics.Font = Me.Font
       
If Day = "02-02-2009" Then
        Metrics.Font.Size = 48
Else
        Metrics.Font.Size = 10
End If
 
 
 
 


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


Posted By: McKloony
Date Posted: 03 February 2009 at 2:52am

Thanks, but what is about te rest? The header row of example.



-------------
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6


Posted By: Aaron
Date Posted: 03 February 2009 at 2:06pm
Hi,
 
I guess you send feature request to CJ and ask if they will add Font property to DatePicker control
 
It would be nice if they added Font property, not that hard to do... but it would look nicer if dates and header would have same font.
 
 
Thanks in advance
 


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