PV178: Programming for .NET Framework Globalization, Windows Forms (seminar) Vojtˇech Forejt, forejt@fi.muni.cz Martin Osovsk´y, osovsky@ics.muni.cz Faculty of Informatics and Institute of Computer Science Masaryk University March 5, 2009 Assignment Download DirectoriesUIExample.exe from study materials https://is.muni.cz/auth/el/1433/jaro2009/PV178/ um/other/ Create an application with the same features "Browse" allows user to chose folder, the content is then showed in a ListBox "Is directory?" determines whether a selected item is a directory or file. "Last access" shows when the selected item was last accessed Localize the application to the languages you can speak :-) Start with GUI design, then continue with the application logic Hints Classes TextBox, ListBox, Button, FolderBrowseDialog, MessageBox, FileSystemInfo, Directory Enums DialogResult, FileAttributes Events Click, SelectedIndexChanged Properties Enabled, Items, SelectedIndex, SelectedPath, Attributes Methods ShowDialog, GetFileSystemInfos