资源列表
PointerDemo
- C# 指针Pointer演示源码,在控制台窗口中运行,不要双击生成的Exe文件哦。代码中包括了对字符的加密和解密,将字符串指针p指向字符数组b,并将参数p传给函数,对给定字符串进行加密处理,异或运算等。-C# Pointer Pointer demonstration source code, running in the console window, do not double-click the generated Exe file oh. Character code includes
XMLWriter
- Visual C# XMLWriter XML读取器,可了解到如何使用C#写XML声明,引用样式,写DOCTYPE声明,写一个元素(根元素)、写入 CDATA、写标记元素、缓冲器内的内容写入文件,将XML文件的内容显示在控制台中。-Visual C# XMLWriter XML reader, you can learn how to use C# to write the XML declaration, the reference style, write DOCTYPE declarati
ExecuteTransaction
- C# 执行Transaction事务的一般例子,创建SqlTransaction 对象并用SqlConnection对象的BeginTransaction()方法开始事务,将Transaction属性设置为上面所生成的SqlTransaction对象。-C# implementation of Transaction Services General example, to create a SqlTransaction object and using BeginTransaction ()
Splitter
- C# Splitter窗口分栏控件,有的说是分割窗体用的,就这么个意思吧,把窗体可分为多个不同结构的部分,可以是上、下结构,也可以是左、右结构,或者是更复杂的结构,这个窗体分栏不属于超级强大型,但以实用为主,新手也能轻松上手。-C# Splitter Window column controls, some say that split form used on such a meaning of it, the form can be divided into several differen
DraggingForm
- 无标题栏,无边框的窗体拖动 C#代码实例,为方便测试,弄成了黑色背景,没了关闭按钮,关闭时请按Alt+F4,另外你可以在黑色区域按住鼠标左键拖动本窗口到任意地方,拖动无边框窗体的完美例子。Visual c#实现无标题栏窗口。-No title bar, no border form drag C# code examples, to facilitate testing, ended up with a black background, not the Close button, when c
AlarmClock
- C#小闹钟程序,很不错,可添加一个小闹钟,应用于Windows中的日历控件,用来设置闹钟的,之前发过有类似的闹钟和时钟程序-C# small alarm clock program, very good, you can add a small alarm clock, calendar controls used in Windows, used to set the alarm clock, hair before and had a similar alarm clock program
BackColor
- C# BackColor绘制渐变背景的实现,渐变的背景色挺实用的,如截图所示,平铺到窗体背景的效果。-C# BackColor draw achieve gradient background gradient background color very practical, as shown in the screenshot, tiled to form the background effect.
Calendar
- 风格经典的C# Calendar日历控件,那个滑动条挺有意思啊,可让时间走的更快。如果你在写一个C#程序,在窗体上显示日历相关控件的时候,可参照本示例来实现。-Style classic C# Calendar Calendar control, the slider quite interesting ah, can make the time go faster. If you are writing a C# program that displays a calendar-related
StatusBar
- 可在顶部状态栏、底部状态栏显示相关信息,本例中将显示鼠标坐标信息,上边的状态栏和下边的是不一样的,你看下边的状态栏一个是背光的,一个是向光的,阴影效果不错,觉得挺适合C#初学者参考。-At the top of the status bar at the bottom status bar displays information, in this case the information is displayed in the mouse coordinates, above and belo
TreeView
- 又一个TreeView树形视图菜单,基于C#源码环境,也就是树形菜单,可展开显示所属的子项目,使用挺广泛,如果你想学习下如何在C#中使用TreeView,本源码相信是个不错的示例,简单,没有其它额外功能,如上图示,点击“+”图标,将会依次显示出包括有子项目的文件夹视图,当检测子级中又包括有子级目录的话,会自动显示“+”。-Another TreeView tree view menu, based on C# source environment, that is, the menu tree,
MessageBoxShow
- 在C#中弹出窗口,有现成的函数供我们用,今天就是使用MessageBox.Show来实现弹出窗口,如果你对其用法不太熟悉,你正好可比照本源码实例来学习一下。-Pop-up window in C#, there are ready-made functions for us to use, to achieve today is to use MessageBox.Show pop-up window, if you are not familiar with its usage, you ju
Inherit
- C#窗体继承源码,Father是DLL文件夹,用来生成所需的调用DLL,Children文件夹下是可执行程序,运行时需要把Father文件夹生成的DLL拷贝到Children文件夹下,通过运行的窗体演示私有与公共窗体的继承。-C# Form inheritance source, Father is a DLL file folder, used to generate the required call DLL, Children folder is an executable program
