I want to make my own file type with my own extension via vb.net. I mean that when we go into "My Computer" and select Folder options from the menu, there is a file types tab and I can add it there. Can I add it through vb.net 2005? Please help :)
just google something along the lines of "File association in VB" i did that a while ag and it woked. just cant remember the code
Thanks, I found a good one at http://www.codeproject.com/KB/vb/VBFileAssociation.aspx :)