dew Posted October 14, 2008 Posted October 14, 2008 I search the help file for the answer and I was just unable to locate my answer. I have the following function - GuiCtrlCreateDate("", 5, 160, 125, 25, $DTS_SHORTDATEFORMAT) ; show date My question is, how do I prevent the calendar from being shown? In other words I only want the current date shown and not be able to drop down the calendar. Thanks ahead for any suggestions. -dave
Andreik Posted October 14, 2008 Posted October 14, 2008 I search the help file for the answer and I was just unable to locate my answer.I have the following function -GuiCtrlCreateDate("", 5, 160, 125, 25, $DTS_SHORTDATEFORMAT) ; show dateMy question is, how do I prevent the calendar from being shown? In other words I only want the current date shown and not be able to drop down the calendar.Thanks ahead for any suggestions.-daveUse ControlDisable() function.
dew Posted October 14, 2008 Author Posted October 14, 2008 Use ControlDisable() function.Andreik, thanks for the suggestion - I'll look at it.-dave
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