摘要:
In Visual Studio 2005.net. Tools->Import and Export Settings->Reset all settings->… At last, you can choose to reset to one of the collection of settings. 阅读全文
摘要:
创建一个windows控件,然后在其他工程里可以直接引用。ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vcmcpp/html/39843b78-761f-47ba-9f8b-97603f002cf4.htm创建一个Windows Form Control(dll文件), 运行Windows Form Application... 阅读全文
摘要:
1. 编译调试时常用快捷键 Ctrl+Shift+B:compile F5: start debugging/run to next breakpoint F11:step into F10:step over Shift+F11:step out F9: toggle breakpoint2. 其他常用快捷键 Ctrl+Space:content assistant Ctrl+J:编辑代码时,列... 阅读全文