Click here to Skip to main content
16,021,293 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: My MFC Application Takes 100% of CPU that i viewed from the TASK MANAGER.What is the Reason the Application Takes 100 % of the CPU? Pin
normanS30-Aug-06 1:02
normanS30-Aug-06 1:02 
QuestionDisable / Hide a list control Pin
RajiRaghu29-Aug-06 1:41
RajiRaghu29-Aug-06 1:41 
AnswerRe: Disable / Hide a list control Pin
Hamid Taebi29-Aug-06 1:50
professionalHamid Taebi29-Aug-06 1:50 
AnswerRe: Disable / Hide a list control Pin
Nibu babu thomas29-Aug-06 3:27
Nibu babu thomas29-Aug-06 3:27 
QuestionHave a problem with CFileDialog [modified] Pin
m1m229-Aug-06 1:11
m1m229-Aug-06 1:11 
AnswerRe: Have a problem with CFileDialog Pin
Rage29-Aug-06 1:34
professionalRage29-Aug-06 1:34 
AnswerRe: Have a problem with CFileDialog Pin
m1m229-Aug-06 3:17
m1m229-Aug-06 3:17 
AnswerRe: Have a problem with CFileDialog Pin
David Crow29-Aug-06 3:52
David Crow29-Aug-06 3:52 
m1m2 wrote:
i have one button(browse) when click on it, it call CFileDialog.DoModal().
When user chose a file, the dialog thake the name and call to save it to another file


Why? When the document saves its data, you will be presented with a Save As dialog where you can select the file to save to. It sounds as though you are reinventing the wheel.

m1m2 wrote:
OnSaveDocument("OneClock.one");


This function is called by the framework as part of the File Save or File Save As command. It is not called directly.

m1m2 wrote:
MyFileSaveFunction(), Serizlize() don't want to save my file


The Serialize() method is used simply to get the data to/from the document from a CArchive object. It has no knowledge of files or where the data comes from. That's the document's job.


"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


Questionhow to multiply mx n matrix to nx1 matrix Pin
raj_2nice4u29-Aug-06 0:53
raj_2nice4u29-Aug-06 0:53 
AnswerRe: how to multiply mx n matrix to nx1 matrix Pin
David Crow29-Aug-06 4:21
David Crow29-Aug-06 4:21 
AnswerRe: how to multiply mx n matrix to nx1 matrix Pin
El Corazon29-Aug-06 4:45
El Corazon29-Aug-06 4:45 
QuestionWhole Operating system is getting hanged. Pin
chakor12328-Aug-06 23:40
chakor12328-Aug-06 23:40 
AnswerRe: Whole Operating system is getting hanged. Pin
Waldermort29-Aug-06 0:05
Waldermort29-Aug-06 0:05 
AnswerRe: Whole Operating system is getting hanged. Pin
toxcct29-Aug-06 0:07
toxcct29-Aug-06 0:07 
AnswerRe: Whole Operating system is getting hanged. Pin
chakor12329-Aug-06 0:40
chakor12329-Aug-06 0:40 
QuestionRe: Whole Operating system is getting hanged. Pin
chakor12329-Aug-06 0:42
chakor12329-Aug-06 0:42 
AnswerRe: Whole Operating system is getting hanged. Pin
Rage29-Aug-06 1:30
professionalRage29-Aug-06 1:30 
GeneralRe: Whole Operating system is getting hanged. Pin
toxcct29-Aug-06 2:19
toxcct29-Aug-06 2:19 
GeneralRe: Whole Operating system is getting hanged. Pin
Rage29-Aug-06 2:23
professionalRage29-Aug-06 2:23 
AnswerRe: Whole Operating system is getting hanged. Pin
Hamid Taebi30-Aug-06 7:54
professionalHamid Taebi30-Aug-06 7:54 
QuestionNetValidateName() Issue?? Pin
Programm3r28-Aug-06 22:52
Programm3r28-Aug-06 22:52 
AnswerRe: NetValidateName() Issue?? Pin
Programm3r28-Aug-06 23:42
Programm3r28-Aug-06 23:42 
GeneralRe: NetValidateName() Issue?? Pin
David Crow29-Aug-06 3:21
David Crow29-Aug-06 3:21 
QuestionDirectx8 - drawing a square - messing up things [modified] Pin
seq-28-Aug-06 22:41
seq-28-Aug-06 22:41 
QuestionHow to implement "edit contour"? Pin
skycaption28-Aug-06 22:24
skycaption28-Aug-06 22: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.