Higher color depth for MFC toolbar icons?
Hi all, I was wondering how to make a toolbar in MFC that used 24bit or 256 colour bitmaps rather than the horrible 16 colour ones. Can anyone point me in the direction of some simple code? Thanks ...
Hi all, I was wondering how to make a toolbar in MFC that used 24bit or 256 colour bitmaps rather than the horrible 16 colour ones. Can anyone point me in the direction of some simple code? Thanks ...
In simulator mode, myapp has an icon with round corners, but on real iPhone, the corners arn't rounded. ...
Related to http://stackoverflow.com/questions/139944/where-can-one-find-free-software-icons-images I have a need for free icons relating to weather. Specifically, I need icons that you might see in a 10-day forecast (Clear Day/Night, Rainy Day/Night, etc.) Where could I find such images? Requirements: Like the linked question above, ...
I have a form that displays file information in a TabControl, and I'd like the pages to have the file's icon in their tab. How do I get the icon associated with a file type? I'd prefer solutions that don't involve looking things up in the registry, but if that's the only way then so be it. ...
I display some objects that have thumbnails in two ways: one in a DataGridView, and one in a custom control. In the DataGridView, the thumbnail is displayed in a DataGridViewImageCell. If the thumbnail is missing, the cell displays an error icon. I want to show that icon in my custom control, too. How do I get hold of it? Preferably...
How to find the width of the icon which is embedded in a button? ...
I am using a ListView to present the main screen of my application. The main screen is essentially a menu to get into the different sections of my application. Currently I have the ListView contents generatings programmatically in the onCreate method. Here is the code snippet that does this: String[] mainItems = { "Inbox", "Proje...
how do i make icons for my exe file when compiling my python program thanks in advance ...
I am trying to write a unix command line utility that will extract the "application" icon from a Windows Mobile executable. When I look inside the .exe with wrestool from the icoutils package, I see multiple icon and group_icon resources. I am trying to figure out which icon the Windows Mobile Programs view would choose to display to t...
Could you suggest a source for xaml toolbar icons (new, open, save, print)? ...
How do I set the executable icon for my C++ application in visual studio 2008? ...
I have created Qlistwidget with Icon viewmode. I can drag and drop icon within the list view But how do i know the position of the icon so that i may save the position and display icon at the same position when i next time start my program. Thanks you... ...
I currently have a listview and I want to add an appropriate icon to each entry. I have created an icon within the Project resources and called it 'errorIcon.ico'. How can I reference this icon/resource and use it within a listview? ...
Icon I set in properties is visible in taskbar and when on application window, but application icon in explorer is different. ...
I need to extract the icon from a windows shortcut (.lnk) file (or find the icon file, if it's just pointed to by the shortcut). I'm not asking about extracting icons from exe's, dll's, etc. The shortcut in question is created when I run a installation program. And the icon displayed by the shortcut is not contained in the .exe that t...
Hi. The "Application Icon" of my application is wrong. My application shows in taskbar a different icon than the classic Delphi icon. Instead is shows the icon of one of my VCL's. That specific VCL from which the icon was "stolen" is not used in my application but other VCL's in the same package are used. Related info: - The icon loo...
Hi guys, What I am trying to do is so simple but I am having a hard time making it work. I saw some posts along the same lines but I still have questions. I have a MenuItem object called mnuA. All I want is set the icon property programatically in C#. I have tried the following a) mnuA.Icon = new BitmapImage{UriSource = new Uri(@"c:\ic...
I once knew a website where the user could generate the little W3C valid CSS tags which looked much nicer than the too large W3C official ones. It was also possible to fill the icons with whatever content and color for other stuff. I've lost the bookmark and wasn't able to google it, can you post it and maybe other such resources? EDIT...
I am using Carbide (just upgraded to 2.0) to develop an S60 3rd Edition application. I would like to know the easiest way to change the icon (both the application icon on the device menu and the icon at the top left of the main view) because I have the need to skin my application in many different ways as easily as possible. All my eff...
In a .NET 1.0 C# application, I wish to display a list of files and folders in a listview control. I want to programmatically retrieve from windows the icons for the files or folders to display them appropriately in the list view. At present, I am using the Windows API Shell32.dll, but am having problems with the alpha channel in the ic...