Click here to Skip to main content
15,886,004 members

Comments by tiwal (Top 12 by date)

tiwal 12-Jan-18 7:46am View    
System.Exception :
_COMPlusExceptionCode = -532462766
tiwal 12-Jan-18 7:19am View    
If I had any kind of error message, you can bet I would have reported it..
The problem is, the application is unable to trap any exception , so the
"customErrors" tag of the web.config comes into play and shows me the default error page ...
tiwal 13-Dec-17 4:45am View    
Well I didn't create the dialog template but I realized that putting a CButton directly on the CFormView, the BN_CLICKED event is correctly propagated and I can handle it. It' s kind of strange that the same thing cannot be done using a Cview .
tiwal 12-Dec-17 16:00pm View    
Ok , recreated the solution deriving the view from a CFormView . Now, how can I add a CButton using the Wizard ? Should I select Project|Class Wizard ?
tiwal 12-Dec-17 6:16am View    
I've been told there's a way to add the CButton by using the Wizard , but I cannot find out how ..... moreover, is here a way to make sure the CButton ID
is not already in use ?