how to open an file's Properties dialog by a button
private void button_Click(object sender, EventArgs e)
{
string path = @"C:UsersestDocumentses.text";
// how to open this propertie
}
Thank you.
For example if want the System properties
Process.Start("sysdm.cpl");
But how do i get the Properties dialog for a file path?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…