As Rie819 has pointed out, this is a duplicate question. However, the other post does not discuss how to create a custom Dialog with this feature. With that being said, I will revise my question and ask for tips on how to do this.
Alright, so I've looked in the MSDN library and also attempted to find the solution to this elsewhere, but I seem to be missing something here....
So my issues are while using OpenFileDialog and SaveFileDialog, I want the user to be restricted to a specific folder, so they can only save/open there. In other words, they cannot browse away from the InitialDirectory I've setup.
Is there a simple value I'm missing that sets this? If it's an obvious solution I'm going to kick myself for this one....
Thanks in advance,