Click here to Skip to main content
15,914,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: code for opening,closing and saving an image file Pin
Mark Salsbery17-Sep-07 18:22
Mark Salsbery17-Sep-07 18:22 
AnswerRe: code for opening,closing and saving an image file Pin
Hamid_RT18-Sep-07 3:15
Hamid_RT18-Sep-07 3:15 
QuestionHow to switch the views by CButton cointrol on CFormview view in MDI Pin
llkkxx17-Sep-07 13:07
llkkxx17-Sep-07 13:07 
AnswerRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Vaclav_17-Sep-07 16:10
Vaclav_17-Sep-07 16:10 
QuestionRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Nelek17-Sep-07 20:14
protectorNelek17-Sep-07 20:14 
QuestionRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Nelek17-Sep-07 20:00
protectorNelek17-Sep-07 20:00 
AnswerRe: How to switch the views by CButton cointrol on CFormview view in MDI Pin
Vaclav_18-Sep-07 10:23
Vaclav_18-Sep-07 10:23 
GeneralAbout the assertion Pin
Nelek18-Sep-07 21:23
protectorNelek18-Sep-07 21:23 
I faced out with such assertions during my project. It can be that you are trying to initialize the values of the control in the constructor of the view. Does will crash because the view is being created but it is not yet. So the controls that needs relationships with the frame which contains them, doesn't have the handlers in this moment and an assertion comes.

I solved it creating/initializating/charging datas for the controls in the OnInitialUpdate ();

maybe works for u too

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

QuestionWhere does the application's code go? Pin
daniel3343317-Sep-07 11:33
daniel3343317-Sep-07 11:33 
AnswerRe: Where does the application's code go? Pin
David Crow17-Sep-07 11:54
David Crow17-Sep-07 11:54 
AnswerRe: Where does the application's code go? Pin
Mark Salsbery17-Sep-07 12:23
Mark Salsbery17-Sep-07 12:23 
QuestionCreating "light" backups of Visual Studio projects... Pin
@largeinsd17-Sep-07 11:14
@largeinsd17-Sep-07 11:14 
AnswerRe: Creating "light" backups of Visual Studio projects... Pin
bob1697217-Sep-07 18:00
bob1697217-Sep-07 18:00 
GeneralRe: Creating "light" backups of Visual Studio projects... Pin
@largeinsd18-Sep-07 7:01
@largeinsd18-Sep-07 7:01 
QuestionUDP Application on Vista: Fail on sendto function Pin
Cris17-Sep-07 10:20
Cris17-Sep-07 10:20 
AnswerRe: UDP Application on Vista: Fail on sendto function Pin
Mark Salsbery17-Sep-07 11:32
Mark Salsbery17-Sep-07 11:32 
AnswerRe: UDP Application on Vista: Fail on sendto function Pin
David Crow17-Sep-07 11:56
David Crow17-Sep-07 11:56 
GeneralRe: UDP Application on Vista: Fail on sendto function Pin
Cris18-Sep-07 3:53
Cris18-Sep-07 3:53 
QuestionRe: UDP Application on Vista: Fail on sendto function Pin
David Crow18-Sep-07 3:58
David Crow18-Sep-07 3:58 
AnswerRe: UDP Application on Vista: Fail on sendto function Pin
Cris18-Sep-07 4:44
Cris18-Sep-07 4:44 
GeneralRe: UDP Application on Vista: Fail on sendto function Pin
Cris20-Sep-07 3:28
Cris20-Sep-07 3:28 
QuestionHTML help integration Pin
Nathan Holt at EMOM17-Sep-07 9:41
Nathan Holt at EMOM17-Sep-07 9:41 
QuestionFailed new operator Pin
Joe Smith IX17-Sep-07 9:03
Joe Smith IX17-Sep-07 9:03 
AnswerRe: Failed new operator Pin
Mark Salsbery17-Sep-07 9:21
Mark Salsbery17-Sep-07 9:21 
GeneralRe: Failed new operator Pin
Joe Smith IX17-Sep-07 9:25
Joe Smith IX17-Sep-07 9:25 

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.