-1

I'm making my own imageviewer and want to limit to one instance and also be able to tell the instance already running to open the files attempted opened by the new instance.

I found code on this site to limit the program to one instance, but I haven't been able to find a solution for communication.

1 Answers1

-1

You could do this by calling a method to change the image source instead of attempting to create a new instance of the object :)

Roy James Schumacher
  • 636
  • 2
  • 11
  • 27