代码搜索:控件交互
找到约 10,000 项符合「控件交互」的源代码
代码结果 10,000
www.eeworm.com/read/152555/12106794
doc 控件说明.doc
www.eeworm.com/read/338993/12268162
txt webbrwse控件.txt
增加Com组件Microsoft 浏览器
int Zero=0;
object OZero=Zero;
string Str="";
object OStr=Str;
axWebBrowser1.Navigate("http://localhost/myasp",ref OZero,ref OStr,ref OStr,ref OStr);
www.eeworm.com/read/338993/12268327
txt 清空控件.txt
string mytext;
foreach(Control co in this.Controls)
{
mytext=co.GetType().ToString();
if(mytext=="System.Windows.Forms.TextBox")
((TextBox)co).Text="";
}
www.eeworm.com/read/250372/12411140
ocx num控件.ocx
www.eeworm.com/read/250304/12415241
txt 控件说明.txt
{*************************************************/
* 表格式报表处理系统 of DELPHI
* 原创:王寒松
* 优化(Ver 4.02):宋科(Godman)
* 优化内容:
1、增加对流的支持
2、将生成临时文件改为用内存流
3、优化了一些代码,更OO
4、将部分全局变量改为类域
www.eeworm.com/read/131546/14138132
exe richtextbox控件.exe
www.eeworm.com/read/131546/14138133
pdb richtextbox控件.pdb
www.eeworm.com/read/131546/14138140
sln richtextbox控件.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RichTextBox控件", "RichTextBox控件.vbproj", "{B0FF1F31-19A8-4FD6-8D1A-858FA9F55A28}"
Proj