how to open an file\'s Properties dialog by a button
private void button_Click(object sender, EventArgs e) { string path = @\"C:\\Users\\test\\Documents
Solution is to use ShellExecute () api.
ShellExecute ()
How to invoke this api using C# : http://weblogs.asp.net/rchartier/442339
This works fine for me without CharSet attribute both in Debug and Release mode.
CharSet