码迷,mamicode.com
首页 >  
搜索关键字:winform    ( 5452个结果
C# WinForm控件、自定义控件整理(大全)
转:http://www.cnblogs.com/top5/archive/2010/04/29/1724039.html对C# WinForm开发系列收集的控件使用方面进行整理, 加入了一些文章, 不断补充充实, 完善这方面.基础 - 常用控件C# WinForm开发系列 - CheckBox/B...
分类:Windows程序   时间:2014-11-19 07:19:35    阅读次数:347
工具栏ToolStrip能触发焦点控件的Leave、Validating、DataError等事件以验证数据 z
public class ToolStripEx : ToolStrip{ protected override void OnClick(EventArgs e) { base.OnClick(e); Form fm = FindForm(); ...
分类:其他好文   时间:2014-11-19 07:11:54    阅读次数:287
推荐一个winform 界面交互类库转
// Copyright (c) 2008 CodeToast.com and Nicholas Brookins//This code is free to use in any application for any use if this notice is left intact.//Jus...
分类:Windows程序   时间:2014-11-19 07:06:50    阅读次数:334
ActiveReports 9实战教程(1): 手把手搭建环境Visual Studio 2013
ActiveReports 9刚刚发布3天,微软就发布了 Visual Studio Community 2013 开发环境。 Visual Studio Community 2013 提供完整功能的 IDE ,可开发 Windows、Android 和 iOS 应用。支持:C++,?Python,?HTML5,?...
分类:其他好文   时间:2014-11-19 02:26:34    阅读次数:287
好的学习文章链接
C#Winform程序如何发布并自动升级(图解)http://www.sufeinet.com/forum.php?mod=viewthread&tid=2187写自己的ASP.NETMVC框架(上)http://www.cnblogs.com/fish-li/archive/2012/02/12/2348395.htmlMVC入门教程http://www.cnblogs.com/iamlilinfeng/archive/2013/04/01/2..
分类:其他好文   时间:2014-11-19 02:19:09    阅读次数:169
c#MD5加密
c#MD5加密...
分类:Windows程序   时间:2014-11-19 01:28:54    阅读次数:184
winform中使用dsoframer提示"Unable to display the inactive document.Click here to reacitive the document."
在winform中使用dsoframer 1.3载入word文档,但是在axFramerControl1.Open("NPOI.docx");在axFramerControl1控件中却显示Unable to display the inactive document.Click here to reacitive the document. 遇到这种情况的解决办法有两种方式,一是代码实现设置控件...
分类:Windows程序   时间:2014-11-19 01:13:44    阅读次数:222
OpenCV2+入门系列(三):遍历图像的几种方法
根据OpenCV中Mat类型的结构和内存中存储方式,此处给出三种对图像进行遍历的方法。首先给出基础的读取图片代码,在中间替换三种遍历方法即可,本文中,程序将遍历图像并将所有像素点置为255,所有运行结果中命令行里的数字为程序执行时间。#include "stdafx.h"#include #in.....
分类:其他好文   时间:2014-11-18 23:57:05    阅读次数:284
C#使用Quartz.NET详细讲解
Quartz.NET是一个开源的作业调度框架,是OpenSymphony 的 Quartz API的.NET移植,它用C#写成,可用于winform和asp.net应用中。它提供了巨大的灵活性而不牺牲简单性。你能够用它来为执行一个作业而创建简单的或复杂的调度。它有很多特征,如:数据库支持,集群,插件...
分类:Windows程序   时间:2014-11-18 23:48:56    阅读次数:241
winform对图片进行灰度处理
//图片进行灰度处理 //originalImage为原图像 返回灰度图像 private Bitmap GrayImage(Bitmap originalImage) { ImageAttributes image...
分类:Windows程序   时间:2014-11-18 23:36:36    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!