Code Project精彩分享
Applications
Crafting a C# forms Editor From scratch
建立一個類似C#的環境, 實現控制元件拖拉,屬性
Packet Capture and Analayzer
網路封包截獲
A tool to change the default source control client
在一臺機器上用不同的兩個原始碼,… 什麼意思?....
I just wanted to use two different source control providers on the same machine. I installed both clients but I discovered that the later installed is always the default. I searched the net all over for a tool, but no usable application was found. So I decided to write my own.
BatchRebuilder – Batch rebuilder for your Visual Studio .net Projects
批次重建工程,把工程檔案轉移… 怪異
ControlInspector – monitor Windows Forms events as they are fired ( like Spy++ for .NET )
Windows窗體事件監視器
The Paperless Desktop
無紙辦公桌面
使用Microsoft'sDocument Imaging Library (MODI), 包括多TIFF整理和Outlook輸出
XsdTidy beautifies the Xsd.exe output *with full DocBook.NET Wrapper
美化Xsd.exe輸出….
HtmlHelp library and example viewer
一個htmlHelp類(包括Html Help chm)和簡單的演示程式
HTML Table of Contents Generator
讀入一個html頁面,然後輸出它內部的Table內容
Building the CVS Root File Changing Utility
Tool for Viewing Drag and Drop and Clipboard formats
檢視剪貼簿和拖拽的內容
My Explorer In C#
建立一個類似資源管理器的程式
C Sharp Ripper
CD音軌抓取程式
Write your own Code Generator or Template Engine in .NET
寫一個自己的Code發生器或者程式模版
iTiunes Style. Music using MSN Desktop Search API
用MSN Desktop API製作音樂瀏覽器
JawBreaker Game in C#
泡泡堂之類遊戲
.NET DUMeter clone
繪製直方圖一類的東西..有點音樂味道…
Gammit! An easy to use application for desktop gamma correction
改變桌面Gammit值
Use a timer to create a simple alarm application
使用Timer做一個簡單的提醒程式
SVGPad - Application and class library for editing SVG documents.
一個關於編輯SVG文件的類和Demo
Prune My Recent Documents and associated Registry keys
去除新近文件的關聯熱鍵
Transport Stream Analyzer for HDTV standard
HDTV流分析
SwitchNetConfig - Laptop users, quickly switch network and proxy configuration in different places
膝上型電腦快速切換網路和代理程式
C# Popup Killer
關閉彈出視窗
C# Expression Parser using RPN
使用PRN動態解析表示式 ps: (3+6*7/2).
xmove - Regex enabled file move command
移動檔案或者目錄, 難道是用正規表示式? --#..
Performance Monitor Grid
網格監視器, 監視網格內計算機的效能情況
Web Applications
Web Applications的javaScript壓縮器
Announcer in C#.NET using Microsoft Agent
如何使用Microsoft Agent的四個小人 :) 動畫提示, 很有趣
Finding things in your favorite text editor with C#
搜尋源程式, 找到文字出現地點
File Contents Watcher Application
檔案內容變動監視器
RSS Feed Creator
RSS Feed是RSS閱讀嗎?...
Building a Tiny WebServer in less than 500 lines
一個簡單的web伺服器
A C# Personal Organizer
C#個人訊息程式
An Extensible Expression Evaluation Package (EEEP!)
解析數學公式 (1.789 * 154) / .32
WeatherNotify
天氣預報程式
Timer Computer Shutdown
定時關機
Dynamic Dialog Box
動態新增ListView紀錄… 0_0………………………………..
Info.NET, the way to collect and organize your data on the side of your screen, similar to Dashboard on MSN 8
建立螢幕旁邊的個人面版, 包括現有的程式和股票訊息,新聞,天氣等.
Strongly Typed Configuration Class Generator for VS.NET
VS.NET下的構造類 把CS和resx檔案構造成xfg檔案
HtmBuilder
從模版構造htm頁
Parsing Supplemental Event Log Data
將Event log的byte轉換成有用的資料
WebTester in C#
Web applications測試工具
C# Compiler
C#程式編譯器, 使用csc
Show/Hide Outlook Express Tray App
Business Dates Calculation
Demo使用 .NET庫進行商業計算…
HardLinks - Manage your library of common classes
NTFS分割槽下管理類 NTFS分割槽?.. --#...不明白…
Visual Studio Editor Clone V0.1a
仿VS.NET介面編輯器
SnippetManager written by Tim Sneath extended with cool tooltip
片斷管理工具, 滑鼠提醒.
Zoomer - Capture/Zoom/Add Filter/Choose Format/Save
一個截圖工具, 有待考察具體
PluginManager
外掛自動控制
Yahoo Emoticons, Hidden emoticons (smileys) and Emotes in your system tray
Yahoo聊天用的字元轉義? --#.... 怪人…………………..
Link 4 game with intermediate computer intelligence
Link4 遊戲
Password file manager - simple double click to look at your password file
AlarmTimer
提醒程式
TaskLister 1.0a
專案進度追蹤程式
Freakshow - a sample application in C#
一個例子集合, 包括剪貼簿, TCP C/S, NetWork, File Change, Cmd, Net Shares(共享)
Notepad application using C#
記事本..
Thumbsuck
Demo for Google's Image Search
JavaScript. Code Compressor
javaScript壓縮
Using a system tray application to check , send and configure emails
A Simple Clock
一個表 Time 的表……………..
Backup Utility in C#
程式備份
Logon Account Permissions Checker
Attributes
Custom Data Binding Through Reflection
透過反射進行資料繫結
Creating and Using Attributes in your .NET application
在application中建立和使用屬性
Assembly Attributes
程式中使用屬性集合 ps: csc.exe /unsafe /? /all
Casting from a Collection to a Data Table using Generics and Attributes
使用屬性解決問題時候所涉及的
Beginners
Worker Threads in C#
C#如何使用執行緒
Creating a C# Service Step-by-Step: Lesson I
Creating a C# Service Step-by-Step Lesson II
一步一步建立一個C# Service
Attributes in C#
關於C#屬性概念
Quick C#
C#快速入門
Writing Unsafe code using C#
Unsafe programming in C#
C#使用不安全程式碼程式
Events and event handling in C#
C#事件和事件控制程式碼
Writing a Windows Form. Application For .NET Framework Using C#
手寫C#窗體程式
Introduction to inheritance, polymorphism in C#
C#中的多型
Enums and Structs in C#
C#的enum和結構
Boxing and UnBoxing in C#
Boxing and unboxing in C#
箱子操作.
Destructors in C#
C#中使用析構
Computational Geometry
Polygon Triangulation in C#
多邊形分割成三角形
Writing a fast formula interpreter
快速的公式解析程式 (支援sin, cos類)
Controls
PropertyGrid and Drop Down properties
三種下拉條樣式
What's up with BeginInvoke?
Extended .NET 2.0 WebBrowser Control
擴充套件程式設計WebBrowser控制元件, 這裡實現了一個多頁面瀏覽器
Bit Flags Type Converter
屬性選擇條
Adobe Color Picker Clone part 1
Adobe取色工具
Ordering Items in the Property Grid
Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
使用XmlTextWriter和XmlTextReader從XML檔案讀寫TreeView
Save ListView settings
儲存, 設定ListView 可以手動指定列, 寬度
A Simple Bitmap Button Implementation
Bitmap按鈕, 2005已經支援
Easy to use Performance Testing Component
簡單計算成分的測試成績
How to drag information from a DataGridView control
從DataGridView拖拉訊息到其它控制元件(i.e. ListBox).
ColoredErrorProvider: Custom Extender Provider, based on ErrorProvider class.
彩色錯誤提示
Menu handler for Most Recently Used files
把最近使用的文件放入Menu
Why a DragDrop event is not fired on the Client
為什麼拖拉到使用者介面以後沒有觸發?
Save a TreeView into an XML File
TreeView和XML
Undockable Custom Control in an MDI Application
窗體停靠在MDI程式一邊
Useful Hints/Tips for TextBox
TextBox提示和標籤
A Single Instance Control Component in C#
檢測程式是不是唯一執行
How to capture image and print the MSChart
從MSChart中獲取影像
PropertyGrid Control in WinForms
如何使用屬性控制元件
How to change scrollbars position in a multiline textbox
改變textbox中捲軸值
Correct theme support for the .NET CheckBox control
繪製CheckBox? No 原始碼.
Database
Best Practice for Binding WinForms ListControls
繫結listBox和ComboBox的技巧
SQL JDBC
Project RDL - Open Source Report Definition Language implementation in C#
Generating Database Tables using Attributes
用屬性建立資料庫
MyByteFX.DataHelper
Saving Master-Details form. using XML
從XML建立資料庫
JET to SQL Converter
輸入access輸出sql過程
Managing Data Sources in C#
資料來源管理器
Data Archive
管理光碟檔案的…. 資料放在資料庫裡…. 怎麼在這裡.. –_-#..
Implementing a strongly typed collection with sort/filter/GetChanges features
對資料庫排序, 過濾? 有待考證
TwinXBase service
將DBX檔案加入服務, 並且和access資料庫連線… 學習
How to generate an SQL filter clause using C#
關於C#使用SQL過濾之句的程式
C# Relational Database
關於相關資料庫 PS: 不太明白… 似乎不是兩個相關聯資料庫的樣子….
Populate data from database in a ComboBox
繫結資料到ComboBox,雙聯繫結
C# class that creates 'INSERT INTO' SQL queries
建立SQL查詢
DataSets, DataGrids etcEnhanced DataSet Quick Watch
Dataset快速檢視器
Data Debugger Visualizer
監視Dataset,DataTable,DataView,DataRow,DataColimn物件
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 1
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 2
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 3
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4
一個關於dataTables,DataSet,DataGrid的指南
DataGrid With Well-behaved ToolTips
在DataGrid上滑鼠停留提示
How to add other controls to DataGrid - (Part I )
在DataGrid上新增其它控制元件
DataGridView Printing by Selecting Columns and Rows
DataGridView列印選擇的列
Using the DataGrid Control
如何使用DataGrid控制元件, 包括插入, 更新, 刪除, 從XML讀, 重新整理, 寫XML, 寫文字檔案
How to improve performance of typed DataSet creation
Printing Selected Columns and Rows in a DataGrid
列印DataGrid上選擇的行和列
A Free HTML Report generator for DataSets.
輸入DataSet檔案輸出成網頁報表形式 ps: 可是dataset檔案是什麼?...
Resizing Datagrid Columns to content, keeping the table styles
根據內容自動調整Datagrid表頭寬度, 保持表風格
DataGrid Formatting
DataGrid格式類, 可以定義各種DataGrid風格
Client side scrollable dataset
實現dataset旁邊捲軸效果, 用javaScript.
Updating a DataSet with Multiple Tables using Enterprise Library
更新多表關聯結構, 使用庫
Tweaking a Windows DataGrid control
關於使用DataGird控制元件, 動態新增刪除列, text, check欄位
BindingSource and BindingNavigator in C# 2.0
繫結資料來源到資料導航, 哭一個先….
Sorting DataGrid programmatically
DataGrid排序程式
Using a DataTable with minimal/partial Update stored procedures
對資料表小塊或者區域性更新
Extended DataSet Quick Watch
擴充套件的Dataset快速檢視工具
Checking for optional columns in a DataTable
監測可選擇列 (bool列)
How to Convert a Collection Base to a DataSet
如何將Collection Base轉換為Dataset
Encrypt and decrypt DataSets to XML files
加密和解密Dataset到XML檔案
Distinct IDs from DataSet
充DataSet返回獨特的values
DataGrid Cell Tooltip
讀取DataGrid單元格和表頭
Fuzzy Logic
Neural Networks on C#
使用C#進行神經網路計算, 和幾個應用程式問題
Hopfield model of neural network for pattern recognition
Hopfield model of 模式識別的神經網路
C# application to create and recognize mouse gestures (.NET)
C#程式建立及認可滑鼠姿勢, 模糊尋找對應影像
GDI+
Creating a Watermarked Photograph with GDI+ for .NET
使用GDI+建立一個水印圖, 包括水印圖片和文字
Resizing a Photographic image with GDI+ for .NET
使用GDI+調整圖片大小
A Page Turn Effect Using C#
用C#建立一個翻頁效果
ImageConverter - Converts images to a specific image format, changing sizes on the flow
轉換圖片大小和格式
Article Four: Building a UI Platform. in C# - Painting Text to the Pixel
建立影像字型在介面上.. 很多種方案
EnhancedImage Project
影像縮放和透明度調節
Matrix Transformation of Images in C#, using .NET GDI+
影像矩陣變化
Drawing POSTNET Barcodes with C#
繪製條形碼
Create a fractal Christmas tree
繪製一棵不規則聖誕樹
Creating fancy text effects with C#
建立一個異樣的字型樣式
A simple TIFF management class
簡單的TIFF管理類
Web Image Browser - Lots of images and no time to publish them?
Web形式釋出圖片
Thumbnail Generator - An easy way to process thumbnails from a large amount of images
簡單處理批次圖片
C# Asteroids without DirectX
C#使用DirectX製作的一個星球遊戲
Flicker Free Drawing in C#
繪製一段動畫, 兩條運動的線
Drawing and Editing Lines with GDI+
繪製並編輯線,類似鋼筆功能
Using MeasureCharacterRanges to Draw Text
使用非對齊方法繪製文字
Photo Album in C#
一個照片管理器
GDI+ 3D Demo using C#
使用GDI+繪製3D影像
General
Asynchronous Method Invocation
非同步方法, 使用C#進行一個非堵塞的方式.
I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port
I/O Ports Uncensored Part 2 - Controlling LCDs (Liquid Crystal Displays) and VFDs (Vacuum Fluorescent Displays) with Parallel Port
I/0埠部分2- 在相同埠上控制LCD和VFDs
Step by Step: Event handling in C#
實現一個事件處理用C#
A General Fast Method Invoker
Fast Dynamic Property Access with C#
How to Edit and Persist Collections with CollectionEditor
一個可以編輯的項管理控制元件
How to Test Private and Protected methods in .NET
一個私有and保護方法的測試程式.. 做什麼用的呢?
Read/Write XML files, Config files, INI files, or the Registry
讀寫 XML,INI,Config,登錄檔程式
A New Task Scheduler Class Library for .NET
Understanding Simple Data Binding
理解簡單的資料繫結
VSA Scripting in .NET
在.net下使用VSA指令碼
Managed Application Shutdown
關於程式關閉的, 包括使用快捷鍵關閉程式?.. --#..
Gmail Agent API v0.5 / Mail Notifier & Address Importer
Gmail API & DEMO
Most Recently Used (MRU) Menu class for .NET 2.0 in C#
最近訪問過的文件
Mapping Text to Enum entries
字串對應mapping
Using IFilter in C#
使用C#操作DOC格式….
The Application Automation Layer - Using XML to generate Menus
使用XML產生Menus
Windows Message ID constants
列舉大部分系統ID訊息
TypeLoader for .NET
C# Script. (the missing puzzle piece)
An article on a "scripting engine" for the C# language.
指令碼發生器
Inside C# 2.0 Anonymous Methods
C#2.0的匿名方法
Conditional Invoking of Methods Using Delegates and Reflection
使用代理和反射有條件的呼叫方法
RSS Reader
RSS閱讀器
A BitStream Class for the .NET Framework
二進位制流類
Optimized IP to ISO3166 Country Code Mapping in C#
轉換IP到ISO3166國家程式碼, 得到所在地點
A fast equivalent for System.Random
快速相似的 Random
Arithmetic Overflow Checking using checked/unchecked
使用溢位選擇演算法有效解決並且修正一些缺陷
Self installing .NET service using the Win32 API
使用API安裝.NET Windows服務
Neural Network OCR
optical character recognition of 神經網路的一些想法
Descriptive Enumerations
C#中的搜舉
Macro Management Framework
宏管理器, DEMO: ACCESS的宏
Plug-in Manager
外掛管理和一個金屬拉絲介面..
C# BigInteger Class
一個大整數類, 可以支援到很大的整數……
Advanced Unit Testing, Part I - Overview
Advanced Unit Testing, Part II - Core Implementation
Advanced Unit Testing, Part III - Testing Processes
Advanced Unit Testing, Part IV - Fixture Setup/Teardown, Test Repetition And Performance Tests
單元測試I – 總論
Abstract class versus Interface
C#抽象類
Accessing an EJB from .NET Using IIOP.NET: an Example
用IIOP.NET訪問EJB
Microsoft Web Browser Automation using C#
C#自動操作WebBrower , 自動填表和導向
Passing parameters to predicates
Stripping Accents from Latin Characters: A Foray into Unicode Normalization
剝離拉丁文上的重音符號, 一個Unicode標準化內部的襲擊
SystemTrayNotifyIcon with Event Generator
事件驅動的系統托盤事件動畫
Iteration Performance in .NET
大數量反覆執行時候幾種處理辦法的效能比較
.NET Connector for Microsoft Outlook
連線OutLook
Add run-time functionality to your application by providing a plug-in mechanism
從文章中提取e-mail
Assert Enhancements
斷言
The myUML Project.
這個文件解決開啟和處理UML圖表
A small set of routines for compressing and decompressing various types of data
一個小程式對所有型別檔案進行壓縮和解壓縮
Extreme Optimization #1.1: Mapping IP addresses to country codes.
對映IP地址對應的國家地區程式碼
An Undo/Redo Buffer Framework
一個撤銷/重做 的緩衝框架
Simulating polymorphic operator overloads with C#
模擬多型operator過載
Simple Application Settings Persistence
紀錄application的情況, 以再次使用
C# Documenting and Commenting
產生大量的文件和程式碼註釋 使用comment tag
Humanizing the Enumerations
A C# Password Generator
一個密碼發生器
An SVG framework in C# and an SVG-GDI+ bridge
C#使用SVG影像並且在SVG-GDI之間做一個橋
Blackjack - a real world OOD example
一個準確的OOD例子
General Guidelines for C# Class Implementation
C#類實現泛型指導方針
Create String Variables from Embedded Resources Files
從內含的資原始檔建立一個字串變數
Dynamic Proxy Creation Using C# Emit
C#建立動態的代理伺服器
Runtime C# Expression Evaluator
表示式求值
Using CollectionBase and DictionaryBase
Verifying .MD5 file verification databases
一個MD5加密檔案確認
Visual Studio 2010 Concept IDE
VS2010概念 IDE J
Simplifying Exception-Safe Code
HighResClock - C# High Resolution Clock Class
大精確度的時鐘類
Runtime Compiled Symbolic Expressions
表示式解析
Generated Access to .NET Resource Strings
訪問資源字串
Implementing Perl-style. list operations using C# 2.0
C#執行Perl風格的list工具
Using Unmanaged code and assembler in C#
使用不安全的程式碼和彙編程式, 使用DLL
Command Line Windows Services Manager
操作windows服務於本機或者遠端機
The Runaway Application
使用XML-RPC溝通C#和java程式
High-Performance Timer in C#
一個高效能的Timer控制元件
Improving String.Format
改良的String.Format
Server Enumerator
伺服器搜舉
An Introduction to Business Objects in C#
一篇商業物件入門……
Automating the code writing process using macros
使用宏寫程式?... 可以更快更簡單…. --#...
The Interface construct in C#
從類中使用介面, 讓程式更柔韌靈活
Application and component configuration
從XML檔案讀檔案初始化構造
Autocaster - Implicit interfaces for .NET
MultiLanguage Applications
多語言應用程式
Command Line Written in C#
A realtime event log monitoring tool
一個事件監視工具
UniqueStringList
唯一字串列表
notes
Effective C# - 效能
StopWatch with digital display
數字顯示控制元件的秒錶
Option Library
一個屬性介面………..
Jalali Calendar
一個波斯計演算法的日曆,
The Application Automation Layer - Using XML To Dynamically Generate GUI Elements--Forms And Controls
一個執行時由XML檔案建立使用者介面的例子, Form和控制元件
Understanding the 'using' statement in C#
理解C#的using宣告
Accessing alternative data-streams of files on an NTFS volume
訪問NTFS卷檔案的資料流
Populate data from database in a ComboBox
資料從資料庫繫結到ComboBox上
Poker Card Library and Poker Bot Challenge
一個紙牌庫…..
Three C# Tips: Indexed properties, property delegates, and read-only subproperties
三個C#技術….. 名字都沒看明白….
Static Keyword Demystified
解密靜態關鍵字
Accessing COM+ component using C#
C#訪問COM+成員
Castle's DynamicProxy for .NET
Explains how to use DynamicProxy to intercept on object instances.
Declarative Programming--Unifying Form. And Web Development
統一Form和Web開發, 從XML分別建立form介面和web介面
Shell.NET
一個和Unix相似的控制檯程式
The tiny wrapper class for URL history interface in C#
一個關於歷史Url的類
Performance considerations for strings in C#
C#字串效能考慮
Intelligent Systems - Part I
智慧系統
Intercepting method calls in C#, an approach to AOSD
中途擷取方法, 一個AOSD辦法
Desktop Switching
桌面轉換
SparseArray for C#
C#稀疏佇列
Object Comparer
物件比較
Writing Hello World in different styles using C# and .NET
不同方式寫hallo world
Use Reflection To Generate Complete Color Chart
使用反射建立顏色圖表
Custom ConfigurationSettings through configuration resource embedding
定製程式配置放入資源裡
CRC Encoding
CRC編碼
Creating Cool Agent User Interfaces
使用Windows小人的有趣窗體
Whereis for Windows
模擬Unix的dos…..
Dynamically load a class and execute a method in .NET
動態載入一個類或者執行一個方法
Use WM_COPYDATA to send data to/from C++ and C# Windows processes
使用WM_COPYDATA給窗體程式發訊息….
Opening multiple document windows with previous instance
帶引數開啟一個窗體….
Working with Crystal Reports in C#
C#水晶報表
Simple Source Line Counter in C# for C#
計算Code行數程式
INI Class using C#
INI類…………
Benchmarking Direct, Delegate and Reflection Method Invocations
代理或者反射方法
Generic Object Factory
動態構造類
Effective C# - Part I
已有譯
Synchronize access to stream data section by section
同步訪問處理資料流的各部分
Fractions in C#
分解表示式…. 一步一步
Get System Info using C#
得到系統訊息
JS Parser
javaScript剖析器
WinXpStyle. Class
使用WinXp風格, 應該能解決掉風格問題
PDF creation using C# (and Office) from RTF/DOC files
從RTF/DOC建立PDF檔案
Base64 Encoder/Decoder in C#
Base64編碼解碼
STL-Style. Functor Delegates
C++ STL風格的函式… --#...
Asynchronous Context Processor
Flattening a Hierarchy – a producer thread to get all files in a folder and subfolders
搜舉檔案和資料夾
Yet Another Chess Board Control
國際象棋控制元件?.....
Multilingual Support in C#
多語言支援
Implementing Object Undo and Redo capabilities in .NET
取消, 重做
Operator overloading for Mathematical Libraries
過載數學運算子
Graphic Button Controls for Skins
皮膚繪製按鈕風格
Mail Checker 1.0
監測E-MAIL
Optimize your C# with Inline ASM via ATL and C++
Single Instance Children Forms in MDI Applications
C# MDI程式
File Watcher Windows Service in C#
Windows服務 - 檔案監視器
Conversion of Decimal to any Base (Binary, Octal or Hexa) and vice-versa (C#)
進位制轉換器
Understanding the System.Buffer class
理解System.Buffer類
Passing binary data in xml: a C# example which puts and gets icon and bitmaps to and from a xml file.
從XML檔案中讀圖示和點陣圖檔案
CSC.EXE CMDLGen
Embed Win32 resources in C# programs
在C#程式中嵌入WIN32資源
Using POP3 with C# to download and parse your mail.
使用POP3下載並且分析E-MAIL
A .NET File System Watcher
檔案系統監視器
Top 10 tips and tricks to jazz up your C# business solutions/server products
Generic IComparer
類比較
Gregorian Date To ISO Date Converter
Date轉換成ISO標準形式
Javascript. to find the weeknumber (Gregorian Calendar)
A Comparative Study of Java and C#
比較java和C#
EmailSender
傳送E-MAIL
How to convert DOC into other formats using C#
轉換DOC檔案到其它形式
Enhancing User Experience - Part 1 : A Simple Unit Converter Application
一個簡單的單位轉換, 介面很棒
UNIX timestamp to System.DateTime
A computational statistics class
Enums as a DataSource
搜舉資料來源到listbox
Run a Command Line Tool as a Windows Application in C#
使用cmd
Multi-threaded polling process - base for NT-Service
多執行緒, 包括執行緒監視
Internet web macros in C#
Message Queue Part I - Using message queue for connectionless programming
訊息佇列I- 在無連線情況下使用訊息佇列
Decompiling CHM (help) files with C#
反編譯CHM檔案
Converting JScript.NET to C#.
A custom DateTime
一個定製的時間類 11/12/2001 10:36:51 ~ 17/08/2003 09:56:17 = 6/8/1 0:40:34
Automatic Expandable Properties in a PropertyGrid
擴充套件PropertyGrid
CleanUp Files using C Sharp
清除檔案
Dotnet eXtended framework
.NET擴充套件框架
FlashCard101
一個教學用的卡片程式, 從XML檔案中得到word來源
Encryption/Decryption with .NET
加密解密
mbNotes: electronic notes v1.1
標記小程式
.NET Rational (fraction) value type using Decimals, written in C#
關於十進位制的有理數?... 包括 1M/3M這樣的寫法 --#...
Static Events
靜態事件
Generics
Graphics
Creating Bitmap Regions for Forms and Buttons
使用點陣圖介面和按鈕 很帥窗體
Drawing UPC-A Barcodes with C#
繪製條形碼
3D Pie Chart
繪製3D餅圖, 帥
Screen Capturing
螢幕截獲, 多狀況, 非常的截獲
Screen Captures, Window Captures and Window Icon Captures with Spy++ style. Window Finder!
窗體截獲, 非常的截獲…
Capturing the Screen Image in C#
擷取螢幕
A flexible charting library for .NET
繪製曲線圖
Creating EAN-13 Barcodes with C#
繪製EAN-13型別的條形碼
DrawTools
各種繪圖工具, 圓, 方, 線, 曲
Fractal Snow
雪花
Locus Effects
資料指向, 資料查詢, 帥透了!
ß-----------
Output graphics files using your printing code
EXIFextractor library to extract EXIF information
提取圖片的EXIF資訊
Writing effect plug-ins for Paint.NET 2.1 in C#
Don't Flicker! Double Buffer!
雙緩衝
Free Maps from the Web Using Web Mapping Service
使用web服務對映得到地圖
GPaint
很帥的字型, 建立出來Google logo字型
The Koch Curve - Snowflake!
Koch曲線畫的雪花
BorderBug
關於DrawImage border problem
2D Math Curve Presentation for your Project
2D數學曲線
Importing 3D objects into Avalon from 3DS files
使用3DS檔案, 需要WINFX支援
Drawing Component to build GIS and CAM applications
Map component for building GIS applications (GisMap)
GIS & CAM
The Art of Noise
噪點藝術…
Watermark Creator
圖片水印
Image Rotation in .NET
影像旋轉
Image Capture
影像部分擷取
Reading Adobe images
讀取影像檔案
Painless yet unsafe grayscale conversion in C#
灰度演算法
Mandelbrot Set for C#
This program draws the mandelbrot set in C#. It also uses XmlSerialization to save settings, 剪貼簿複製影像 or save it to a bmp file.
Multiple Matrices With ColorMatrix in C#
Simple Charts Using OWC (Office Web Component)
使用Office web C繪製簡單圖表
Converting image files to OTA file format (Mobile Picture Message)
轉變圖形檔案到OTA檔案格式
Quick Snip - Lightweight image resizer
快速調整resizer, 註冊系統右鍵選單
Folder Resize
資料夾Resize
Reading Barcodes from an Image - II
從影像讀取條形碼
Drawing L
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/818/viewspace-2808398/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Code Project精彩系列Project
- [分享]巴菲特的精彩言論
- Xcode中的 workspace, project, target, schemeXCodeProjectScheme
- Xcode一個project生成多個AppXCodeProjectAPP
- 分享兩款精彩的詳情頁設計作品
- 《千萬別上魔術的當》精彩譯文分享
- http://code.google.com/hosting/moved?project=goclipseHTTPGoProject
- 聊聊 Xcode 專案檔案中的 project.pbxprojXCodeProject
- Fiori 應用通過 Adaptation Project 的增強方式分享APTProject
- 一週精彩內容分享(第 3 期):開工大吉的 B 面
- Project: OCFSProject
- OA projectProject
- vscode外掛分享VSCode
- jsp+tomcat+ 建立project 配置projectJSTomcatProject
- 和 .project 檔案說“再見”—— VS Code Java 1.1.0 背後的故事ProjectJava
- 歡迎參與討論POP(Project Oriented Project)Project
- Prettier your projectProject
- sbt建立projectProject
- pycharm最新code碼,分享給大家PyCharm
- 精彩分享 | 歡樂遊戲 Istio 雲原生服務網格三年實踐思考遊戲
- error MSB8031 Building an MFC project for a non-Unicode character set is deprecatedErrorUIProjectUnicode
- 在google code上開了一個java版的ETL小工具project:jmyetlGoJavaProject
- Sekai Project的世界AIProject
- Wireless Communication ProjectProject
- Pair_Work ProjectAIProject
- Project Three: Simple WorldProject
- 服務可達,達者為先,產品釋出會嘉賓精彩觀點分享!
- 【高能慎點】7.26【J+】資料安全與行業實戰分享精彩回顧行業
- Visual Studio Code 常用外掛分享
- 前沿資料乾貨、硬核案例分享,Smartbi V10新品線上交流會精彩日程曝光!
- Generating Pods project failedProjectAI
- Gradle Project Sync FailedGradleProjectAI
- idea--Project StructureIdeaProjectStruct
- Idea Project Structure配置IdeaProjectStruct
- My first Upgrade projectProject
- Activities of one day in agile projectProject
- 中文Project Office X 啟用安裝包「Project Office X 破解下載」Project
- Windows7更加的精彩Windows