码迷,mamicode.com
首页 >  
搜索关键字:forms    ( 2772个结果
asp.net获取屏幕截图、活动窗口截图
Rectangle R = System.Windows.Forms.Screen.PrimaryScreen.Bounds;//获取活动窗口截图//Rectangle R = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea;//获取整个屏...
分类:Web程序   时间:2014-07-22 23:14:34    阅读次数:367
inherited在消息中的作用
好奇一下。看来Object Pascal确实与Windows深入结合了。unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Std.....
分类:其他好文   时间:2014-05-02 00:02:51    阅读次数:275
把文本以图片的形式保存
private void ToConvert_Click(object sender, EventArgs e) { string strPath = System.Windows.Forms.Application.StartupPath; ...
分类:其他好文   时间:2014-05-01 14:44:33    阅读次数:346
xml与dataset的数据交互
1.this.dsConfig = new DataSet();//使用指定的文件将 XML 架构和数据读入 System.Data.DataSet。 this.dsConfig.ReadXml(System.Windows.Forms.Application.StartupP...
分类:其他好文   时间:2014-05-01 13:47:02    阅读次数:304
c# winform 循环遍历界面上的所有控件,foreach,Controls,AllowDrop
foreach(System.Windows.Forms.Controlcontrolinthis.groupBox2.Controls)//遍历groupBox2上的所有控件{ if(controlisSystem.Windows.Forms.PictureBox) { ...
分类:Windows程序   时间:2014-04-30 17:55:41    阅读次数:867
select设置innerHMTL
select控件在标准浏览器下可以直接innerHTML设置内容,IE则不行。HTML结构: 先看直接使用select.innerHTMLvar form = document.forms["form1"]; var select = form["select1"]; select...
分类:其他好文   时间:2014-04-29 16:04:37    阅读次数:431
IE11下Forms身份认证无法保存Cookie的问题
ASP.NET中使用Forms身份认证常见的做法如下:1. 网站根目录下的Web.config添加authentication节点 2. 在manager子目录下添加Web.config文件并加入下面的内容: 这样,用户...
分类:其他好文   时间:2014-04-29 14:23:02    阅读次数:497
java设置环境变量小工具
unit MainUnit;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Registry;type TfrmMain = ...
分类:编程语言   时间:2014-04-29 10:32:46    阅读次数:436
WPF 打开文件 打开路径对话框
WPF调用WinForm中的 OpenFileDialog 和 FolderBrowserDialog 来实现响应的功能对应的引用程序集:using System.Windows.Forms; OpenFileDialog openFileDialog = new OpenFileDialog();...
分类:其他好文   时间:2014-04-29 09:24:45    阅读次数:404
wxFormBuilder初体验
第一步打开wxFormBuilder修改工程信息并保存工程Name: 工程名File: 生成代码(.py)文件名Code_generation: 生成代码类型第二步创建窗体切换至forms页选择Form按钮创建框架(或Dialog按钮创建对话框)修改窗体信息name:窗体类名title:窗体标题第三...
分类:其他好文   时间:2014-04-27 22:48:15    阅读次数:1071
2772条   上一页 1 ... 275 276 277 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!