OnCancel problem
-
Hi All, I am having a problem with OnCancel()...Basically, if I click on Cancel on any interface, it vanishes (closes) the window but what my problem is that I get errors when I click CANCEL on my interface. Am I missing something? Thanks in advance Preeti
C++Prog
-
Hi All, I am having a problem with OnCancel()...Basically, if I click on Cancel on any interface, it vanishes (closes) the window but what my problem is that I get errors when I click CANCEL on my interface. Am I missing something? Thanks in advance Preeti
C++Prog
What kind of errors are you getting? Do they appear before the interface closes?
-
What kind of errors are you getting? Do they appear before the interface closes?
No..they appear after I click "Cancel" button on the dialog box.
C++Prog
-
No..they appear after I click "Cancel" button on the dialog box.
C++Prog
What are the error messages? It could be from some clean-up code or many other things. It would be easier to offer ideas if you provide the errors messages themselves.
-
What are the error messages? It could be from some clean-up code or many other things. It would be easier to offer ideas if you provide the errors messages themselves.
Thanks for the help...Actually, the error messages are related to my project. Thanks
C++Prog
-
Hi All, I am having a problem with OnCancel()...Basically, if I click on Cancel on any interface, it vanishes (closes) the window but what my problem is that I get errors when I click CANCEL on my interface. Am I missing something? Thanks in advance Preeti
C++Prog
Preeti9 wrote:
...I get errors...
We're not mind readers. What are they?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Hi All, I am having a problem with OnCancel()...Basically, if I click on Cancel on any interface, it vanishes (closes) the window but what my problem is that I get errors when I click CANCEL on my interface. Am I missing something? Thanks in advance Preeti
C++Prog
As said by Leah_Garett, It may be bacause of some clean-up code. You need to debug it. Or tell exact error message.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Hi All, I am having a problem with OnCancel()...Basically, if I click on Cancel on any interface, it vanishes (closes) the window but what my problem is that I get errors when I click CANCEL on my interface. Am I missing something? Thanks in advance Preeti
C++Prog
Can you show errors?
WhiteSky