Click here to Skip to main content
15,920,801 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionstarting windows 2000 from dos?? Pin
IGeorgeI6-Jan-04 9:28
IGeorgeI6-Jan-04 9:28 
AnswerRe: starting windows 2000 from dos?? Pin
Selvam R6-Jan-04 19:27
professionalSelvam R6-Jan-04 19:27 
GeneralIcon Problem Visual C++ Pin
Alberto836-Jan-04 9:04
Alberto836-Jan-04 9:04 
GeneralRe: Icon Problem Visual C++ Pin
David Crow6-Jan-04 9:12
David Crow6-Jan-04 9:12 
GeneralRe: Icon Problem Visual C++ Pin
Michael Dunn6-Jan-04 10:32
sitebuilderMichael Dunn6-Jan-04 10:32 
GeneralRe: Icon Problem Visual C++ Pin
AORD6-Jan-04 17:51
AORD6-Jan-04 17:51 
GeneralRe: Icon Problem Visual C++ Pin
Alberto836-Jan-04 20:50
Alberto836-Jan-04 20:50 
GeneralRe: Icon Problem Visual C++ Pin
AORD7-Jan-04 19:51
AORD7-Jan-04 19:51 
Still not sure I follow what you mean.

Is your project a SDI or MDI or Dialog application?
What are you trying to do, change the icon or add more icons?

If you are just trying to change what the icon looks like generally you dont need to change any code.
What you have to do is:
1) go to the "Workspace" window (if not there bring it up by RIGHT clicking on the VC++ menu toolbar and selecting workspace"
2) click on the "ResourceView" tab.
3) Find IDR_MAINFRAME in the directory tree and double click.
4) Edit the icon using the paint like editor that comes up.
5) At the top of the editor switch to the other icon size 16x16 by selecting in the "Device" combobox and edit this icon also.
6) Build your application and check changes.

Also you can change the about box ICON (again no code) by:
1) Bring up the dialog about box in the dialog editor.
2) Right click on the picture box containing the icon.
3) select "Properties from the menu that pops up.
4) Selet the "General" tab if not already selected.
5) Change the "Image:" combobox selection to the Icon that you have created.
6) build you app and check

Hope that helps.




Divide and conquer is generally the best way to beat a problem.
GeneralRe: Icon Problem Visual C++ Pin
Alberto838-Jan-04 5:45
Alberto838-Jan-04 5:45 
Generalactive view in mdi aplication Pin
rsimcic6-Jan-04 8:47
rsimcic6-Jan-04 8:47 
GeneralRe: active view in mdi aplication Pin
godzooky6-Jan-04 9:59
godzooky6-Jan-04 9:59 
QuestionHow do I verify existence or create a directory? Pin
Randwulf6-Jan-04 8:17
Randwulf6-Jan-04 8:17 
AnswerRe: How do I verify existence or create a directory? Pin
David Crow6-Jan-04 9:01
David Crow6-Jan-04 9:01 
GeneralRe: How do I verify existence or create a directory? Pin
Randwulf6-Jan-04 13:24
Randwulf6-Jan-04 13:24 
GeneralRe: How do I verify existence or create a directory? Pin
David Crow7-Jan-04 2:28
David Crow7-Jan-04 2:28 
GeneralRe: How do I verify existence or create a directory? Pin
Randwulf7-Jan-04 6:13
Randwulf7-Jan-04 6:13 
GeneralRe: How do I verify existence or create a directory? Pin
David Crow7-Jan-04 6:48
David Crow7-Jan-04 6:48 
GeneralRe: How do I verify existence or create a directory? Pin
Randwulf7-Jan-04 7:07
Randwulf7-Jan-04 7:07 
AnswerRe: How do I verify existence or create a directory? Pin
mryazdani6-Jan-04 9:30
mryazdani6-Jan-04 9:30 
QuestionHow to resolve email address to IP address? Pin
Anonymous6-Jan-04 8:09
Anonymous6-Jan-04 8:09 
AnswerRe: How to resolve email address to IP address? Pin
Maximilien6-Jan-04 8:25
Maximilien6-Jan-04 8:25 
QuestionHow to obtain physical disk information in Win98? Pin
Cyrus Dang6-Jan-04 7:03
Cyrus Dang6-Jan-04 7:03 
AnswerRe: How to obtain physical disk information in Win98? Pin
David Crow6-Jan-04 9:09
David Crow6-Jan-04 9:09 
GeneralRe: How to obtain physical disk information in Win98? Pin
Cyrus Dang6-Jan-04 9:16
Cyrus Dang6-Jan-04 9:16 
GeneralRe: How to obtain physical disk information in Win98? Pin
David Crow6-Jan-04 9:20
David Crow6-Jan-04 9:20 

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.