i want to create a program which will create a new file type..lets say...*.enc
i already know how to add stuff to the *.txt in the registry through vb , but :
why ..when i created a new file type in the registry called my computer \hkey_classes_root\encfile\my_application\command\
default\c:\my_application "%1",
windows ignored this key root or whatever..
?
please tell me if you know...how can i create a new file type which wont be ignored by windows+ adding through vb it's default icon

thanks...