ashbeast Posted September 5, 2017 Posted September 5, 2017 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 ?
Andreik Posted September 5, 2017 Posted September 5, 2017 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.
ashbeast Posted September 5, 2017 Author Posted September 5, 2017 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 ?
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