Bitmaps / Gifs

whizkid123

Active member
Joined
Dec 11, 2002
Messages
33
Location
India
This is not related to .net in particular other than the fact that the software that im developing is on .net, but can anybody tell me where can I get the bmp / gifs of all the folder Icons that appear in Outlook Express, Lotus Notes like for Inbox, Outbox, Drafts, Sent Items etc etc...??? thanx!
 
In .NET, you can use File-Open on the DLLs and EXE of Outlook Express (or any other EXE or DLL for that matter). .NET will show you the resources, including Icons and Bitmaps.

The one you probably want for Outlook Express is msoeres.dll, in the Program Files\Outlook Express folder. I dont know about copyrights on these images, but I would assume youd need MSs permission.

-Nerseus
 
Im sorry but am really new to .Net. Ive used the file open function to open the dll but then how do see the contents of the dll, what files that are available in that etc... Ive tried the filestream class but with no success... can you please help and elaborate on how to access the file...? thanx!
 
I mean open in the VisualStudio IDE, not programmatically. That was just to get them out of the DLL and into a file of your own. Im not sure how to get them out of a DLL at runtime...

-Nerseus
 
Back
Top