码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
从零开始学Xamarin.Forms(三) Android 制作启动画面
Xamarin.Forms 在启动的时候相当慢,必须添加一个启动界面,步骤如下: 1.将启动画面的图片命名为:splash_screen.png,并拷贝到 Resources 文件夹下的相应 Drawable 文件夹中;     2.在其中的 Drawable 文件夹下创建 splashscreen.xml ,内容为: <bitmap xmlns:android="http://sch...
分类:移动开发   时间:2014-08-11 17:47:32    阅读次数:231
javascript模拟post提交
通过js模拟post提交1:请求需要的参数过长,超过get允许的最大长度2:想要隐藏地址栏的参数//新创建一个form表单document.write('');var myForm=document.forms['myForm'];myForm.action='runEmpAttendance';m...
分类:编程语言   时间:2014-08-11 14:25:22    阅读次数:326
Winform判断是否已启动
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.Net...
分类:Windows程序   时间:2014-08-11 11:30:32    阅读次数:301
winform,wpf,winrt获取屏幕分辨率
winform当前的屏幕除任务栏外的工作域大小this.Width=System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width;this.Height=System.Windows.Forms.Screen.PrimaryScreen.Wo...
分类:Windows程序   时间:2014-08-08 15:42:26    阅读次数:400
虚拟方法virtual的用法
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Butto...
分类:其他好文   时间:2014-08-08 01:40:24    阅读次数:223
激活 jave platform se
1.有的网页上面会显示这个,但是点击后没反应解决方案:firefox- >工具-附加组件管理器-“插件”找到“Java(TM) Platform SE 7”,把“询问是否激活”改为“总是激活”。来源:http://nufeng.net/solve-firefox-open-ebs-forms-pro...
分类:其他好文   时间:2014-08-07 12:01:39    阅读次数:170
[WinForm]为TextBox设置水印文字
关键代码: using System; using System.Runtime.InteropServices; using System.Windows.Forms; namespace WinFormUtilHelpV2 { /// /// 基于.NET 2.0的TextBox工具类 /// ...
分类:Windows程序   时间:2014-08-07 09:44:49    阅读次数:281
【转】Xamarin Forms 介绍
特此声明,本篇博文转自:http://blog.csdn.net/kinfey/article/details/29621381 什么是 Xamarin Forms ? Xamarin Forms 是一个高效创建跨平台用户界面的库 。通过Xamarin Forms 可以一次编码生成基于主流移动平台(...
分类:其他好文   时间:2014-08-06 21:56:02    阅读次数:323
当ASP.NET Forms验证方式遭遇苹果IOS
用FormsAuthenticationTicket.Version存储用户角色ID。 一开始还为自己的机智和精巧的设计洋洋得意,而且在安卓手机上运行完全没有问题。但是在IOS上,不管我Version设置为什么值,它的值始终都是2. 很奇怪。根据msdn的解释:如果 FormsAuthentic...
分类:移动开发   时间:2014-08-06 18:49:11    阅读次数:285
Powershell使用 OpenFileDialog类 假死问题解决。
我创建了一个打开文件的函数。代码内容:functionOpenfile{ Add-Type-AssemblyNameSystem.Windows.Forms $openfile=New-ObjectSystem.Windows.Forms.OpenFileDialog $openfile.Filter=‘图片|*.jpg|AllFiles|*.*‘ $openfile.InitialDirectory="C:\ManageOperate\StaffPhoto" [vo..
分类:其他好文   时间:2014-08-05 23:00:10    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!