Hi,
Is there a way to open multiple files in the same MDI app. I mean :
1- Double-click a file =ABTEST1.ABC=BB in Windows...
2- a Delphi program is opened (because the file type .ABC is
registered with this program)...
3- the Delphi program retrieves the paramstr and open the file
=ABTEST1.ABC=BB in a new MDI form...
4- double-click a file "TEST2.ABC file in Windows...
(up to now, no problem...)
5- the Delphi program open the file =ABTEST2.ABC=BB in a new MDI form so
we have both files open at the same time in the same program.
Any way to do this?
Thanks!