码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
oracle文件版本
strings-a$AU_TOP/forms/US/GLXFCRVL.fmb|grep'$Header'比如strings -a /u02/CRP2/apps/apps_st/appl/ap/12.0.0/patch/115/sql/apcnfrmb.pls |grep '$Header'strin...
分类:数据库   时间:2014-11-04 19:16:46    阅读次数:176
依据函数名字符串执行函数
这个问题虽然不是很严重,但却困扰本人许久。曾经多方询问朋友、查阅资料均无法达到效果。今日偶然查到一些东西,经实测的却可行,也算了却了一桩心愿。不再废话直接贴DEMO代码 1 unit Unit2; 2 3 interface 4 5 uses 6 Vcl.Dialogs, Vcl.Forms...
分类:其他好文   时间:2014-11-04 14:57:33    阅读次数:188
C#将dataGridView中显示的数据导出到Excel(超实用版)
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Office.Interop; using Microsoft.Office.Interop.Excel; using System.Windows.Forms; using Excel = Mi...
分类:Windows程序   时间:2014-10-31 23:42:04    阅读次数:804
C# 学习笔记2 C#底层的一些命令运行
C#在DCP中运行的方法:1、转到相应的目录cd d:\12、输入csc /target:exe 2.cs或者csc /t:exe 2.cs或者csc 2.cs在里边引用外部程序集的方法:csc /r:System.Windows.Forms.dll 2.cs引用多个外部程序集则: csc /r:S...
分类:Windows程序   时间:2014-10-31 07:42:33    阅读次数:250
使用Graphics绘制字体阴影代码
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Linq;using System.Windows.Forms;namespa...
分类:其他好文   时间:2014-10-31 06:21:10    阅读次数:259
C#通过事件跨类调用WPF主窗口中的控件
xaml.cs文件:using System;using System.Timers;using System.Windows;using System.Windows.Forms;namespace ControlUsed{ public partial class MainWind...
分类:Windows程序   时间:2014-10-30 18:43:53    阅读次数:783
winform下重画ListBox
Windows Forms是由Win32 API封装的开发组件,最初是为了替代mfc,但却没有体现与Model View Controller架构对应的特色,进而在.net framework 3.0中推出了wpf,富控件数据显示方面,利用模板功能轻松实现。在winform下要想自定义一些用户控件,...
分类:Windows程序   时间:2014-10-30 18:34:37    阅读次数:342
C#捕获全局异常
using System; using System.Collections.Generic; using System.Windows.Forms; using System.IO; namespace GobalException { static class Program { /// ...
分类:Windows程序   时间:2014-10-30 13:29:37    阅读次数:324
clojure的参数分解,Binding Forms (Destructuring)
clojure的let参数分解,文档描述的很清楚。比如它举的例子 (let?[[a?b?c?&?d?:as?e]?[1?2?3?4?5?6?7]] ??[a?b?c?d?e]) ? ->[1?2?3?(4?5?6?7)?[1?2?3?4?5?6?7]] 这个let,使用其...
分类:其他好文   时间:2014-10-25 16:01:44    阅读次数:183
VB.Net中确认退出对话框的实现
实现方法分为两大类:窗体事件和控件事件,下面就一一展示: 一、FormClosing事件(又分以下几种方法) a.Private Sub frmPractise_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.F...
分类:Web程序   时间:2014-10-24 18:40:28    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!