I have a Program that opens and saves files but only from the GUI. I saw a post about it but he needed something different so here I am asking for help.
I want to be able to open files from the desktop so that the data inside the files will load into the program.
I managed to add the file extension but when I double click the file from the desktop completely different window opens up (Activision Window that I programmed).
I use WPF with C# but I run with VB.
Can anyone tell me what am I doing wrong? Is there an event that handles opening files?