Not sure where to post this so here goes:
I need to have way to open a filetype with my program.
(if they double click on a .wap file it opens my app and runs the sub funct_call, after setting com to :
call filename.wap
You have to register the extension in registry. This can be done with Setup project (not ClickOnce) or by setting the registry keys through code. When such file is doubleclicked you get the path from My.Application.CommandLineArgs or Environment.GetCommandLineArgs.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.