المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Opening file with in its application



C# Programming
11-12-2009, 03:30 AM
I am working on window application.
On a list view i am storing names of file.

when we double click a file in widows folder, the file gots open into its default application. (as suppose there is text file, and we click it, then it got opened in notepad).

Is there way to achieve the same with in application. So that user click on file name, and file got opened in its application.

any help/link much appreciated.

regards,