Click here to Skip to main content
15,908,173 members

Comments by Member 11291420 (Top 4 by date)

Member 11291420 7-Dec-14 17:14pm View    
Thanks everyone, my Main doesn't accept arguments however My.Application.CommandLineArgs works a treat. I appreciate the assistance you all provided.
Member 11291420 7-Dec-14 0:33am View    
Sorry Homero, I'm not familiar with Java (I think that's Java), do you know what the equivalent to that would be in vb.net?
Member 11291420 6-Dec-14 23:54pm View    
Thanks for that, but I've already got the extension organised and associated with my program, it's a matter of getting the name and path of the file so that I can process it.
Member 11291420 6-Dec-14 23:52pm View    
Yes, I've already set up the association between my file extension and my program on the users machine in the installation.msi process. My problem is I need my program to know the file name so that it can process that file. For example if it were a text document it would open the program and display that particular document. I'm thinking there should be a way to get something like a command line argument.