I have been experimenting with the FolderChooser example, trying to make my own OpenDialog. I understand the OpenDialog is somehow resticted by the OS. That brings up 2 questions:
1. Could the FooderChooser example be modified a made a library that acted as a Open Save dialog with no folder restrictions? Is there a good reason for the restrictions? Maybe there is something fundamental here I am not aware of.
2. I have noticed a number of differences in the way my modified FolderChooser sample operates on the destop, in the VS emulator, and on the device. This makes it difficult to troubleshoot and debug. Is there any reference that describes differences in the file system between XP and Windows Mobile?