tbohon Posted April 27, 2011 Posted April 27, 2011 I have successfully created a GUI which displays a 2011 calendar. When it displays the 1/1/2011 date is highlighted in blue while the current date is highlighted with a 'blank' box. Is there a way to NOT mark the 1/1/2011 date (which is how I got the display to show the entire calendar year) but highlight the current day's date instead? TIA. Tom
somdcomputerguy Posted April 27, 2011 Posted April 27, 2011 (edited) Is there a way to NOT mark the 1/1/2011 date..Probably. Welcome to the Forum. Help others help you, post your code. Edited April 27, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
tbohon Posted April 28, 2011 Author Posted April 28, 2011 (edited) Thanks. I managed to get it working - silly error since all I needed to do was GUICtrlSetData($MonthCal1, $mydate2) where $mydate2 = @YEAR & "/" & @MON & "/" & @MDAY for the current (today's) date. From now on I PROMISE to include code with my questions ... Edited April 28, 2011 by tbohon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now