The information in this article applies to:
SUMMARYSpindate.exe is a sample that demonstrates how to combine the functionality and appearance of the Spinner with a text box holding DateTime data. MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center. Click the file names below to download the files: Spindate.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. By design, spinners alone can be used only with numeric data. However, using a Custom container class, you can combine the functionality and appearance of the Spinner with a text box holding DateTime data. This sample also allows you easier access to the data you are working with by providing custom ControlSource and Value properties, which work with the cntSpinDate class just as they do with other objects. The changes to the Date and Time are based on where you place the cursor in the TextBox control. You may also use the Up and Down arrow keys to activate the Spinner events. A second text box displaying the corresponding Day of the Week is updated as changes are made. You can use the "Reset" button to set the text box value to the current Date and Time. NOTE: The ControlSource property for the custom controls must be manually entered in the Property sheet. To use this class with Visual FoxPro version 3.0 or 3.0b, you need to compile the class library first with this command:
Spindate.exe contains the following files:
Additional query words:
Keywords : kbfile kbsample kbOOP kbVFp300 kbVFp500 kbVFp600 |
Last Reviewed: December 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |