Jump to content

Recommended Posts

Posted

Hello ,

I need help in GuiMonthCal control,

I want user to select any date expect sunday so every sunday in the calender should be disabled or something so that user cant select it  

Is it possible to do so ?

Posted

You cannot disable days in GuiMonthCal but you can bold specific days using _GUICtrlMonthCal_SetDayState() to suggest available days. You can check also after you read the selected day if this is Sunday and throw a message.

Posted
2 hours ago, Andreik said:

You cannot disable days in GuiMonthCal but you can bold specific days using _GUICtrlMonthCal_SetDayState() to suggest available days. You can check also after you read the selected day if this is Sunday and throw a message.

Thanks but how to Bold only sundays of every month ?

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...