File Extensions

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
23 posts Page 3 of 3
Contributors
User avatar
2cool4cereal2
VIP - Donator
VIP - Donator
Posts: 151
Joined: Thu Oct 14, 2010 3:26 am

Re: File Extensions
2cool4cereal2
I think I'll finish this conversation with personal messages, it'll be easier to know when you or someone else has posted. :)

As for adding other features to what code I did provide, you might really just want to watch the series of videos I linked from the start. Everything I know about this subject comes strictly from them, and they also provide visual aid.

Feel free to PM me with any other questions, or if you just want me to continue the conversation here. Good luck! cooll;

And thank you guys for the Rep. I'm glad I could help as much as I have so far. :D

***Edit***
It wasn't until I had already posted this that I noticed I was a tad bit late, hope you guys don't mind. :lol:
"I try to be modest at all times, and that's what makes me better than everyone else."
Image
Image
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: File Extensions
mandai
how i change my Extension icon ?
You can add a subkey called DefaultIcon under the extension, then set the subkey's value to the icon file with a comma and a number representing the icon index.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: File Extensions
MrAksel
The code for adding an icon would be:
Code: Select all
My.Computer.Registry.ClassesRoot.CreateSubKey(ApplicationName & "\DefaultIcon").SetValue("", IconFile)
The application name is not the path, but the filename of the appliation
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
23 posts Page 3 of 3
Return to “Tutorial Requests”