Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » VisualStudio » Development (RSS)
VS2005: Solution to 'Where is that damn exception dialog?'
Today I had a very annoying issue. I was debugging an application on an VS2005 instance of a computer that I did not prepare / installed myself. I wanted the "break on all exceptions" behaviour in the debugger. Normally you just go to the menu and select...
Tool : Add string as resource
I found this really nice little to add a string as a resource . You just select a string in the editor, right click to get the context menu and select to add it as a resource. You then get a dialog in which you can specify the key value and the resourcefile...