码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
Change the maximum no. of controls on MSCRM Dashboards MSCRM 仪表盘 控件 数量 更改
The maximum number of controls allowed on MSCRM dashboards are 6. You cannot put the more than 6 graphs/charts/iframes/webresources etc. on the dashbo...
分类:其他好文   时间:2014-12-05 12:37:52    阅读次数:139
红绿灯模拟
1 unit TrafficLight3; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, Std...
分类:其他好文   时间:2014-12-05 12:09:51    阅读次数:202
VB6之WebBrowser控件
UI短手或者GDI+用烦的童鞋可以借用WebBrowser打造漂亮的程序界面,只需要下载一个好看点的html代码就够了。引用: Microsoft Html Object Library部件: Microsoft Internet Controls这里以一个简单的登陆界面作为示例,实现代码:Pr.....
分类:Web程序   时间:2014-12-03 23:11:45    阅读次数:1350
delphi json uLkJSON
delphi 7 json 做个笔记,留着以后用--源码unit Umain;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;ty.....
分类:Windows程序   时间:2014-12-03 17:09:30    阅读次数:920
从UITableView删除一行与Model-View-Controls模型
正如在以前的帖子说,但是我在转到故事版(StoryBoard)教程之前,我有另外一个问题来回答。我如何从UITableView删除一行呢?当人们构建简单的表视图引用程序后,这是另一个常见的??问题。同样的,它比你想象的更容易。但在进入编码部分,我打算给你介绍一个程序员使用最多的设计模式,用户界面??...
分类:其他好文   时间:2014-12-02 18:51:01    阅读次数:242
C# winform清空控件文本
有一个简单的方法: foreach (Control Ctrol in this.Controls) { if (Ctrol is TextBox) { Ctrol.Text = ""; } } 这里的Control Ctrol表示某个控件Ctrol,this指代某个容器,这个就是指代Form1,这...
分类:Windows程序   时间:2014-11-28 01:02:38    阅读次数:402
resignFirstResponder
What is this resignFirstResponder business? Here is the short version:Some view objects are also controls. A control is a view that the user can inter...
分类:其他好文   时间:2014-11-27 20:06:09    阅读次数:129
[WPF系列]Button 自定义
A Simple Cross Button for WPF CREATING MORE COMPLEX BUTTONS IN XAML WPF Custom Controls - Without The Pain Creating a Custom WPF Button Template in XA...
分类:Windows程序   时间:2014-11-27 18:07:27    阅读次数:324
VBS操作剪切板
'设置剪切板的内容Dim Form, TextBoxSet Form = CreateObject("Forms.Form.1")Set TextBox = Form.Controls.Add("Forms.TextBox.1").ObjectTextBox.MultiLine = TrueText...
分类:其他好文   时间:2014-11-26 17:57:34    阅读次数:196
Labview中嵌入flex/flash
将flash动画作为ActiveX文档插入LabVIEW程序的前面板的方法(1)在前面板插入Controls的ActiveX Container控件。(2)在Container控件上单击鼠标右键,在弹出的菜单中选择Insert ActiveX Object。(3)在对话框的上一栏中选择Create ...
分类:其他好文   时间:2014-11-26 12:48:45    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!