My program is an MDI one and it has a file type associated with it.
The problem arises when more than one of my file types is
selected and opened. My program will shell two instances of
itself. I use App.PrevInstance to find out if the program is
already running but how do i send the necessary information
back to the already running program to open the other file?
Thanks in advance for any help


Reply With Quote