Does anyone know how to programmatically(C#) list common use applications?
For example, Show Images
I am curious about how to implement it?
Does anyone know how to programmatically(C#) list common use applications?
For example, Show Images
I am curious about how to implement it?
I would go for the registry - I guess. For example HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\
or HKEY_CLASSES_ROOT
.