icon
-
hi all i save a file in my program in an extension that i made so i wanna this file to have the icon of my program how can i make it thanx Generator
-
hi all i save a file in my program in an extension that i made so i wanna this file to have the icon of my program how can i make it thanx Generator
You can do it manually in many ways: - through Windows Explorer, Tools, Folder Options, File Types; - more easily: by double-clicking a file with the new extension; Windows will guide you through the process. And you can do it programmatically, it has been described in many CP articles; search for "File Association". :)
Luc Pattyn [My Articles] [Forum Guidelines]
-
hi all i save a file in my program in an extension that i made so i wanna this file to have the icon of my program how can i make it thanx Generator
Have a look at this: http://msdn2.microsoft.com/en-us/library/ms951285.aspx[^]
#region signature my articles #endregion