what is the mazimum icon’ size can be used in c++ mfc dev?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
256×256 pixels in 24-bit color (which is the largest supported by the .ICO file format).
Edit: at least as of VS 2008, the full list is: 16×16, 32×32, 48×48, 64×64, 96×96, 128×128, and 256×256 pixels. Supported bit depths are 1, 4, 8 and 24 bits per pixel. It does also have a “custom sizes” dialog, in case you want an intermediate size, a non-square proportion, etc. Your choices of bit-depth remain the same though (1, 4, 8 or 24-bits per pixel).