|
There is a DirectoryListBox control and a DriveListBox control
There are 2 buttons, one is for directory forward, the other is for directory back
For example, the current directory is C:\aaaa
Go to directory F:\ppp
Press back at this time, DirectoryListBox will automatically jump back to C:\aaaa
Press forward again to jump back to F:\ppp
Hope to record about 3 changes,
For example, it is now C:\aaaa
Jump to F:\ppp
Jump to E:\ddd again
Jump to D:\eee again
If you press back, you will jump back one by one, and forward will be the opposite.
I plan to implement it with a stack, but the idea is still not clear
Hope it can help me, thanks |
|