鋒哥的調試系列視頻終於更新了,這一次他給我們介紹了VS調試器最常用的準系統,並示範了如何使用這些功能。有一部分是C#專用的,但是很多對與C++也非常管用。這次課程的內容如下:DebugViewTracepointsUsing JIT DebuggingBreakpointsWatch WindowImmediate WindowExceptionDebugger Attachvshost.exe process(.net dev only)Debugger Class
自己在做WINFORM小玩意的時候需要在datagridview上顯示行號,上網搜尋一下,找到如下代碼,不錯,先記錄下來了。 在RowPostPaint事件中畫出來Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
原文地址:http://geekswithblogs.net/thibbard/archive/2008/04/22/wpf-custom-control-dependency-property-gotcha.aspx Let's say you have a custom WPF control called SearchTextBox. It has a textbox and a button labeled "search". Simple enough, you reuse
方法1:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CREATE PROCEDURE [dbo].[SP_FindValueInDB]( @value VARCHAR(1024)) ASBEGIN -- SET NOCOUNT ON added to prevent extra result sets from
最近,多種軟體都出現了一個啟動時的錯誤提示 “無法定位程式輸入焦點_except_handler4_common於動態連結程式庫msvcrt.dll上”。出現這個提示情況是:Windows Xp 系統; 軟體包括:window live writer 2009, windows messenger 2009, firefox 3.5 等非常新的版本。這個提示出現後,點擊確定,並不影響程式的使用。這個問題出現的原因,其實微軟自己的問題。可謂是微軟的Vista 後遺症吧。在 Vista