Posts Tagged ‘microsoft’

Copy-paste of Windows dialogs

I just stumbled upon a very nifty feature. When a dialog (yes/no, ok/cancel etc.) is shown in Windows (at least in Windows 7) you can actually copy-paste the dialog text and get some meaningful output. The following output comes from the SQLite Database Browser “do-you-want-to-save” dialog, check it out: ————————— SQLite Database Browser ————————— Do [...]

Limited refactoring

When re-defining the default namespace for a project in VS2005 the properties/settings/resources will change namespace to the new default – but every place these values are refered the namespace reference will remain the same and there needs manual changing!