Jump to content

Question about GuiCtrlCreateData


dew
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Use ControlDisable() function.

When the words fail... music speaks.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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