
F WinForm
文章平均质量分 83
wovow
这个作者很懒,什么都没留下…
展开
-
Drag and Drop support for column reordering in DataGrid control
Link From :http://www.codeproject.com/cs/miscctrl/ElvinDataGridEx.aspIntroductionDataGrid is one of the most powerful Windows?Forms control. By using default DataGrid property settings you can转载 2004-11-04 20:24:00 · 905 阅读 · 0 评论 -
Visual C#实现自定义组件的设计
一.前言 Visual C#作为一门新兴的编程语言,具有许多其它语言无法比拟的优点。它既有VB的快速简洁,同时又不失C++的高效性能,而且作为一门基于组件编程的语言,它在组件编程方面有着相当强大和完善的功能。本文笔者就通过运用Visual C#编写一个Pop3邮件接收组件向大家介绍如何用Visual C#进行组件编程以及编程过程中的一些方法和技巧,最后还给出了一个对该Pop3组件进行测试的W转载 2004-11-26 20:51:00 · 1230 阅读 · 0 评论 -
C# Key Processing Techniques
The keys on a computer keyboard, unlike those in a conventional typewriter, fall into several categories: Normal input characters, including alphanumeric characters and punctuation marks. Functi转载 2004-11-24 20:07:00 · 3329 阅读 · 0 评论 -
Processing Global Mouse and Keyboard Hooks in C#
Download source files - 7.94 Kb Download demo project - 5.20 Kb IntroductionThis class allows you to tap keyboard and mouse and/or to detect their activity even when an application runs in t转载 2004-11-06 21:40:00 · 1261 阅读 · 0 评论 -
Global System Hooks in .NET
Download demo project - 105 KB Download source - 154 KB IntroductionThis article discusses the use of global system hooks in .NET applications. A reusable class library is developed along转载 2004-11-06 21:38:00 · 1360 阅读 · 0 评论 -
HOW TO: Set a Windows Hook in Visual C# .NET
HOW TO: Set a Windows Hook in Visual C# .NETArticle ID:318804Last Review:February 10, 2003Revision:2.0This article was previously published under Q318804IN THIS TAS转载 2004-11-06 21:35:00 · 1255 阅读 · 0 评论 -
键盘敲击计数器·.NET中实现Global Hook
自从开始做现在这份工作以后,发现自己敲键盘明显增多,日常工作就是以编程以及type in各种各样东西为主,抑或就是在MSN Messenger上“笔谈”,以致我觉得我的键盘都有些承受不了了,“Alt”键有些粘滞。所以我打算短期内去买一个微软人体工学键盘,应该会对我的手腕和手指有好处。突然我又想到,很想知道一下我每天敲击键盘多少下。搜索了一下Google没有找到什么有关的结果,就自己用C#写了一个小转载 2004-11-06 21:33:00 · 1513 阅读 · 0 评论 -
实现拖放 DataGrid 列
拖放 DataGrid 列发布日期: 09/19/2004 | 更新日期: 09/19/2004Chris SanoMicrosoft Corporation摘要:了解如何利用基本的 GDI 功能,从而通过 DataGrid 控件获得可视化效果。通过跨越托管边界进行调用,可以利用本机 GDI 功能来执行屏幕捕获,并最终获得拖放体验。下载 ColumnDragData转载 2004-11-05 15:58:00 · 928 阅读 · 0 评论 -
SourceGrid - Open Source C# Grid Control
Download Source and Binary - 593 Kb Official SourceGrid Website IntroductionSourceGrid is a Windows Forms control written entirely in C#, my goal is to create a simple but flexible grid to转载 2004-11-05 15:54:00 · 2365 阅读 · 0 评论 -
用制作C#作屏幕捕获程序
我们已经了解了Visual Basic或者Delphi等语言是如何来实现对屏幕图象捕获的。那么对于C#来说,是如何实现这种功能的?本文就来探讨一下这个问题。 一. 程序设计开发及运行环境: (1).微软视窗2000服务器版 (2)..Net FrameWork SDK Beta 2 二. 程序设计的关键步骤以及具体的实现方法: (1).转载 2004-11-26 21:19:00 · 1049 阅读 · 0 评论