R
Romain TAILLANDIER
Hi group,
In my Windows File Explorer, when I double clic on a file that the format is
known by my system, it is open with the appropiated prog. ie : if i
double-clic on a .doc file, it is opened with Word, if it is a pdf file, it
is opened with accrobat reader....
if the file isn't a known format file the form "Open with..." popup and let
me choose the right prog to open it.
I have an application which allow user to select file, then i want to open
it exactlly like a double clic in Windows Explorer.
how to achieve that ??
(for the momment i switch on the extension of the file then use the right
prog, with new process() ...)
Thank your for help.
ROM
In my Windows File Explorer, when I double clic on a file that the format is
known by my system, it is open with the appropiated prog. ie : if i
double-clic on a .doc file, it is opened with Word, if it is a pdf file, it
is opened with accrobat reader....
if the file isn't a known format file the form "Open with..." popup and let
me choose the right prog to open it.
I have an application which allow user to select file, then i want to open
it exactlly like a double clic in Windows Explorer.
how to achieve that ??
(for the momment i switch on the extension of the file then use the right
prog, with new process() ...)
Thank your for help.
ROM