Click here to Skip to main content
15,929,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Visual C++ Ressource file (.rc) Pin
jamalnasir4-Aug-05 0:04
jamalnasir4-Aug-05 0:04 
Generalproblem while assigning CString(more explanation) Pin
a_david1233-Aug-05 23:11
a_david1233-Aug-05 23:11 
GeneralRe: problem while assigning CString(more explanation) Pin
Marc Soleda3-Aug-05 23:56
Marc Soleda3-Aug-05 23:56 
GeneralRe: problem while assigning CString(more explanation) Pin
Eytukan3-Aug-05 23:57
Eytukan3-Aug-05 23:57 
GeneralRe: problem while assigning CString(more explanation) Pin
Halawlaws3-Aug-05 23:59
Halawlaws3-Aug-05 23:59 
GeneralRe: problem while assigning CString(more explanation) Pin
Eytukan4-Aug-05 0:10
Eytukan4-Aug-05 0:10 
GeneralRe: problem while assigning CString(more explanation) Pin
toxcct4-Aug-05 0:30
toxcct4-Aug-05 0:30 
GeneralRe: problem while assigning CString(more explanation) Pin
Eytukan4-Aug-05 2:17
Eytukan4-Aug-05 2:17 
GeneralRe: problem while assigning CString(more explanation) Pin
4-Aug-05 7:08
suss4-Aug-05 7:08 
GeneralRe: problem while assigning CString(more explanation) Pin
toxcct4-Aug-05 20:12
toxcct4-Aug-05 20:12 
GeneralRe: problem while assigning CString(more explanation) Pin
GKarRacer5-Aug-05 9:04
GKarRacer5-Aug-05 9:04 
GeneralIcon problem Pin
Halawlaws3-Aug-05 23:04
Halawlaws3-Aug-05 23:04 
GeneralRe: Icon problem Pin
Eytukan4-Aug-05 0:07
Eytukan4-Aug-05 0:07 
GeneralRe: Icon problem Pin
Graham Bradshaw4-Aug-05 0:16
Graham Bradshaw4-Aug-05 0:16 
GeneralRe: Icon problem Pin
Halawlaws4-Aug-05 1:00
Halawlaws4-Aug-05 1:00 
GeneralRe: Icon problem Pin
Halawlaws4-Aug-05 1:09
Halawlaws4-Aug-05 1:09 
GeneralRe: Icon problem Pin
toxcct4-Aug-05 1:25
toxcct4-Aug-05 1:25 
GeneralRe: Icon problem Pin
Halawlaws4-Aug-05 1:27
Halawlaws4-Aug-05 1:27 
GeneralRe: Icon problem Pin
toxcct4-Aug-05 1:31
toxcct4-Aug-05 1:31 
GeneralRe: Icon problem Pin
Eytukan5-Aug-05 0:04
Eytukan5-Aug-05 0:04 
GeneralRe: Icon problem Pin
Halawlaws5-Aug-05 0:09
Halawlaws5-Aug-05 0:09 
GeneralRe: Icon problem Pin
GKarRacer5-Aug-05 9:25
GKarRacer5-Aug-05 9:25 
No, it doesn't. As mentioned above the same IDR_MAINFRAME icon in your resource contains both the large and small icons. To switch between them in the resource editor:

Open the icon to edit
From the Menu highlight Image/Current Icon Type. An additional menu should open showing you all of the different images for this one icon resource. Click on the selection you wish to edit.

If this is a new MFC project using VC++.Net, you may icons for several different sizes and bit widths, e.g. 16x16 16 color, 16x16 256 color, 32x32 16 color, 48x48 true color, etc.

You will need to edit each one individually. You may also choose to just delete the extra ones that you don't need. At the very least keep the 16x16 and 32x32 16 color versions.
GeneralRe: Icon problem Pin
Halawlaws7-Aug-05 20:33
Halawlaws7-Aug-05 20:33 
Generalnewbie : Creating Owner Draw Menu Pin
DBase_3-Aug-05 22:53
DBase_3-Aug-05 22:53 
GeneralRe: newbie : Creating Owner Draw Menu Pin
toxcct4-Aug-05 1:08
toxcct4-Aug-05 1:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.