I have a listbox filled with file paths. Does anyone know how to open the default program for the file when it s double clicked? For example, if one of the items in the listbox says "c: est.txt", how do you open it in notepad? And if it s "c:inetpubwwwrootsitetest est.asp" how can it be opened in the default asp editor? Thanks.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?