I'm trying to let the user select the file encoding when they load or save a file in C# and VS2008. Notepad's dialog boxes have an encoding drop down option at the bottom.
There is a way to do it as described in here: http://www.codeproject.com/KB/cs/getsavefilename.aspx.
However, I'm wondering if there is any easier way to do this. Windows must have this dialog built-in somewhere, isn't it?