文件批量改名工具
摘要:The "FileReName" is a simple yet a powerful tool with Regular Expression support , which enables you to rename filesas a batch, :)【Download】FileReName 1.0Next Revision will add ReDo support.It's my pl...
阅读全文
[Sql Server]How To:Clean Data of All User Table in DataBase
摘要:So Crazy Answer: SP_MSForEachTable N'truncate table ?' About this crazyunknown System PROCEDURE
阅读全文
[C# WinForm] How to: Get the Name of a DataGrid Column
摘要:This is a formidable mission!:)But a complex question always has a simple answer private void dataGrid1_MouseDown(object sender, MouseEventArgs e){ DataGrid.HitTestInfo hti= ((DataGrid) sender).Hi...
阅读全文
[C# winform]How To:Create and use TrayIcon Control
摘要:step1. Create a solution with C# winfrom project. now,we hava a new Form named "form1" step2. Drag-Drop an NotifyIcon control named "notifyIcon1" step3. Drag-Drop a ContextMenu control named "contextM...
阅读全文