码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
Xamarin.Forms<三>
Page主要分为ContentPage、MasterDetailPage、NavigationPage、TabbedPage和CarouselPage。 ContentPage 一个单独的页面,可以放一个或多个控件,属于page里面是最底层的元素。 1 /// 2 /// Con...
分类:其他好文   时间:2014-12-19 17:23:31    阅读次数:278
SharePoint安全 - SharePoint网站常用页面URL索引
一. 主要网站内容 首页 /default.aspx /Pages/default.aspx 网站设置 /_layouts/settings.aspx 所有网站内容 /_layouts/viewlsts.aspx 移动端所有网站内容 /_layouts/mobile/mbllists.aspx 共享文档 /shared documents/forms/allite...
分类:Web程序   时间:2014-12-19 15:46:34    阅读次数:345
.NET中的三种Timer的区别和用法
//1.实现按用户定义的时间间隔引发事件的计时器。此计时器最宜用于 Windows 窗体应用程序中,并且必须在窗口中使用。System.Windows.Forms.Timer// 2.提供以指定的时间间隔执行方法的机制。无法继承此类。System.Threading.Timer//3.在应用程序中生...
分类:Web程序   时间:2014-12-19 14:26:25    阅读次数:195
Xamarin.Forms<一>
Xamarin这一新鲜玩意,让好多C#开发人员看到了开发IOS和Android的希望,我们就满怀希望的用上了这新鲜 玩意,不过Xamarin就如美丽的月球一样,满满的都是坑~。废话不多了,先从View层的控件开始,也主要是我负责的View层,一点点摸索过来的,不过肯定会有瑕疵。各个控件View .....
分类:其他好文   时间:2014-12-19 12:59:06    阅读次数:240
delphiXE7关于android 检测屏幕是否处于关闭状态
unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra.....
分类:移动开发   时间:2014-12-19 11:44:23    阅读次数:504
黄聪:C#禁止Webbrowser中的脚本错误提示,自动屏蔽弹出窗口
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Runtime.CompilerServices;using System.Runtime....
分类:Windows程序   时间:2014-12-18 18:24:48    阅读次数:703
ShowModal 和 Show 的区别
Show: Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen. ShowModal: Use ShowModal to show a form as a modal form.  A modal form is ...
分类:其他好文   时间:2014-12-17 18:28:10    阅读次数:219
C# Winform防止闪频和再次运行
using System; using System.Collections.Generic; using System.Windows.Forms; namespace pm_sjz_gupiao { static class Program { /// /// 应用程序的主入口点。 /// [S...
分类:Windows程序   时间:2014-12-16 16:45:48    阅读次数:247
FireDAC中的SQLite(二)
我们接下来将要使用FDDemo.sdb数据库进行访问,开始我们的第一个SQLite访问例子。 我们的FDDemo.sdb存放目录在:C:\Program Files (x86)\Embarcadero\Studio\14.0\Samples\Data 新建VCL Forms Application ...
分类:数据库   时间:2014-12-16 13:14:28    阅读次数:227
Delphi中使用@取函数地址的问题(转)
Delphi中使用@取函数地址的问题例如以下代码:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs;type TForm1 = clas...
分类:Windows程序   时间:2014-12-15 18:55:51    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!