|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Icons for explorer app depending on OSHello,
I'm writing an explorer kind of application. How can I extract icons for a specific type of OS? for example the icon for 'My Computer' looks different on Windows 2000 then on Windows XP. Is there any way to fetch them through code (which I prefer)? Or is the only solution to make 2 different ImageList. And if so where can I find the Icons? Perhaps in a dll? I'm interrested in: Desktop, My Computer, Network Places, Recycle Bin, Drives, Folders, ... Thanks. Hello news.microsoft.com,
Look up how to talk to the system imagelist. -Boo Show quoteHide quote > Hello, > > I'm writing an explorer kind of application. > > How can I extract icons for a specific type of OS? > > for example the icon for 'My Computer' looks different on Windows 2000 > then on Windows XP. > > Is there any way to fetch them through code (which I prefer)? > Or is the only solution to make 2 different ImageList. And if so where > can I > find the Icons? Perhaps in a dll? > I'm interrested in: > Desktop, My Computer, Network Places, Recycle Bin, Drives, Folders, > ... > Thanks. > I've tried but it doesn't seem to talk back
Show quoteHide quote "GhostInAK" <ghosti***@gmail.com> wrote in message news:be1391bfc8de8c8697c93b9a583@news.microsoft.com... > Hello news.microsoft.com, > > Look up how to talk to the system imagelist. > > -Boo > > > Hello, > > > > I'm writing an explorer kind of application. > > > > How can I extract icons for a specific type of OS? > > > > for example the icon for 'My Computer' looks different on Windows 2000 > > then on Windows XP. > > > > Is there any way to fetch them through code (which I prefer)? > > Or is the only solution to make 2 different ImageList. And if so where > > can I > > find the Icons? Perhaps in a dll? > > I'm interrested in: > > Desktop, My Computer, Network Places, Recycle Bin, Drives, Folders, > > ... > > Thanks. > > > > Hello news.microsoft.com,
http://www.vbaccelerator.com/home/NET/Code/Libraries/Shell_Projects/SysImageList/article.asp -Boo Show quoteHide quote > I've tried but it doesn't seem to talk back > > "GhostInAK" <ghosti***@gmail.com> wrote in message > news:be1391bfc8de8c8697c93b9a583@news.microsoft.com... > >> Hello news.microsoft.com, >> >> Look up how to talk to the system imagelist. >> >> -Boo >> >>> Hello, >>> >>> I'm writing an explorer kind of application. >>> >>> How can I extract icons for a specific type of OS? >>> >>> for example the icon for 'My Computer' looks different on Windows >>> 2000 then on Windows XP. >>> >>> Is there any way to fetch them through code (which I prefer)? >>> Or is the only solution to make 2 different ImageList. And if so >>> where >>> can I >>> find the Icons? Perhaps in a dll? >>> I'm interrested in: >>> Desktop, My Computer, Network Places, Recycle Bin, Drives, Folders, >>> ... >>> Thanks. |
|||||||||||||||||||||||