Jump to content

Recommended Posts

Posted

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

Posted (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 ... :unsure:

Edited by tbohon

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...