When using the File.Open command to open a FOLDER,
ie.
...is it possible to get the folder to open in a specific view'?
Eg. thumbnail-view, list-view, tiles-view, etc...
ie.
Code:
File.Open("D:\\", "", SW_MAXIMIZE);
Eg. thumbnail-view, list-view, tiles-view, etc...
Comment