Well this is my question:

With my program i created a file. Example: file.myE(xtention)

Now ill tell windows that all the *.myE must be opend by my own programm: iOpenYou.exe.

How do i tell in my program wich method i must call when windows is sending that file to my .exe? I know that in Java it is the contructor Main(args[] as string) and you can extract the filename from args[].

But can i do this in VB.net?

Greets