Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can I debug commad line argument Module? Pin
Paresh Chitte25-Mar-07 21:22
Paresh Chitte25-Mar-07 21:22 
GeneralRe: Can I debug commad line argument Module? Pin
amitmistry_petlad 25-Mar-07 22:39
amitmistry_petlad 25-Mar-07 22:39 
AnswerRe: Can I debug commad line argument Module? Pin
David Crow26-Mar-07 3:08
David Crow26-Mar-07 3:08 
Questionwriting classes for FFT, new and confused. help! Pin
cedance25-Mar-07 18:27
cedance25-Mar-07 18:27 
AnswerRe: writing classes for FFT, new and confused. help! Pin
Parthi_Appu25-Mar-07 19:27
Parthi_Appu25-Mar-07 19:27 
AnswerRe: writing classes for FFT, new and confused. help! Pin
cp987625-Mar-07 20:59
cp987625-Mar-07 20:59 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cedance25-Mar-07 21:54
cedance25-Mar-07 21:54 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987625-Mar-07 22:12
cp987625-Mar-07 22:12 
Sorry, I'm getting a bit confused with your posts, so it seems that your problem is really with windows and MFC. I believe the easiest way into windows is to start with someone's example (i.e. a program that compiles and works) and fiddle with it - learn how to add/change the functionality and understand how it works.

In the help file under CImage there is an example


The SimpleImage sample shows how to use the CImage class to load, display, and save a variety of different image formats, including .bmp, .gif, .jpg, and .png. It shows how CImage can be used to manipulate the image in various ways, and how to extract information about the image. SimpleImage uses the CFileDialog class to present the user with the standard Windows dialog boxes for loading and saving files of various formats. The sample creates a docking toolbar using the CToolBar class. The toolbar displays a set of buttons for resizing the image.


I haven't tried it but it could be a good place to start. Otherwise get one of the other samples or a program from codeproject etc.. and start fiddling!


Peter

"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

GeneralRe: writing classes for FFT, new and confused. help! Pin
cedance25-Mar-07 22:54
cedance25-Mar-07 22:54 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987626-Mar-07 0:56
cp987626-Mar-07 0:56 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987626-Mar-07 20:30
cp987626-Mar-07 20:30 
QuestionHow to add new/custom event in Visual C++ Pin
HandyC++25-Mar-07 18:18
HandyC++25-Mar-07 18:18 
AnswerRe: How to add new/custom event in Visual C++ Pin
Parthi_Appu25-Mar-07 19:10
Parthi_Appu25-Mar-07 19:10 
GeneralRe: How to add new/custom event in Visual C++ Pin
HandyC++25-Mar-07 21:12
HandyC++25-Mar-07 21:12 
QuestionCView/ new line Pin
_808625-Mar-07 18:16
_808625-Mar-07 18:16 
AnswerRe: CView/ new line Pin
Nibu babu thomas25-Mar-07 18:58
Nibu babu thomas25-Mar-07 18:58 
GeneralRe: CView/ new line Pin
_808625-Mar-07 19:25
_808625-Mar-07 19:25 
QuestionHow can i change CTreeCtrl properties in run time ? Pin
Yanshof25-Mar-07 18:09
Yanshof25-Mar-07 18:09 
AnswerRe: How can i change CTreeCtrl properties in run time ? [modified] Pin
Parthi_Appu25-Mar-07 18:54
Parthi_Appu25-Mar-07 18:54 
QuestionItem's problem of states and action Pin
Chen-XuNuo25-Mar-07 17:44
Chen-XuNuo25-Mar-07 17:44 
AnswerRe: Item's problem of states and action Pin
Nibu babu thomas25-Mar-07 19:13
Nibu babu thomas25-Mar-07 19:13 
GeneralRe: Item's problem of states and action Pin
Chen-XuNuo26-Mar-07 4:09
Chen-XuNuo26-Mar-07 4:09 
QuestionSTL trickery [modified] Pin
User 58385225-Mar-07 16:07
User 58385225-Mar-07 16:07 
AnswerRe: STL trickery Pin
Stephen Hewitt25-Mar-07 17:42
Stephen Hewitt25-Mar-07 17:42 
GeneralRe: STL trickery Pin
User 58385225-Mar-07 20:24
User 58385225-Mar-07 20:24 

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.