大约有 420 项符合查询结果(耗时:0.0095秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...P/IP传输协议 【UDP】 UrsAI2UDP 拓展 - UDP广播通信协议 【蓝牙】BlueToothLE 拓展:低功耗蓝牙(BLE) Iot 专题 【WIFI】TaifunWiFi 拓展:手机WiFi连接管理 【FTP】App Inventor 2 FTP 上传下载全方案总结 【MD5、密码安全】Encrypt.Security 安...
https://www.tsingfun.com/it/tech/1142.html 

Office在线预览及PDF在线预览的实现方式大集合 - 更多技术 - 清泛网 - 专注...

...blog/archive/2012/11/29/2794110.html 四、第三方ActiveX浏览器控件 如科瀚的SOAOffice中间件、卓正软件的pageoffice控件、WebOffice控件、国外的Office Viewer ActiveX Control 优点: 可在线编辑等。 缺点: 1、客户端需安装控件。 2、付费。 ...
https://www.fun123.cn/reference/creative/ 

App Inventor 2 中文网原创内容 · App Inventor 2 中文网

...巧】App Inventor 2 模拟sleep函数 【技巧】App Inventor 2 过滤蓝牙设备列表 【代码简洁之道】App Inventor 2 任何(Any)代码块 【技巧】代码块导出图像,以及还原 【技巧】块拓展:参数可变 【技巧】拷贝及分享功能 【技巧】App I...
https://www.tsingfun.com/it/cpp/1873.html 

MFC的多国语言界面的实现 - C/C++ - 清泛网 - 专注C/C++及内核技术

...行不同语言的定制,根据资源对应的语言,设置对话框和控件的标题等。 3. Locale 程序的语言选择跟操作系统语言(System Locale)、用户设置语言(User Locale)和线程语言(Thread Locale)有关。程序运行时,是根据线程语言来选择资源...
https://www.tsingfun.com/it/tech/2275.html 

Delphi Raize Components界面框架简介 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...面框架简介Delphi项目中诸如TRzBitBtn,TRzEdit,TRzComboBox之类的控件属于Raize Components。Raize Components 是Borland Delphi 和Borland C++ Delphi项目中诸如TRzBitBtn,TRzEdit,TRzComboBox之类的控件属于Raize Components。 Raize Components 是Borland Delphi 和Borland C++Bu...
https://www.fun123.cn/reference/extensions 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...P/IP传输协议 【UDP】 UrsAI2UDP 拓展 - UDP广播通信协议 【蓝牙】BlueToothLE 拓展:低功耗蓝牙(BLE) Iot 专题 【WIFI】TaifunWiFi 拓展:手机WiFi连接管理 【FTP】App Inventor 2 FTP 上传下载全方案总结 【MD5、密码安全】Encrypt.Security 安...
https://www.fun123.cn/reference/extensions/ 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...P/IP传输协议 【UDP】 UrsAI2UDP 拓展 - UDP广播通信协议 【蓝牙】BlueToothLE 拓展:低功耗蓝牙(BLE) Iot 专题 【WIFI】TaifunWiFi 拓展:手机WiFi连接管理 【FTP】App Inventor 2 FTP 上传下载全方案总结 【MD5、密码安全】Encrypt.Security 安...
https://www.tsingfun.com/it/cpp/1252.html 

MFC CListCtrl使用方法详解 - C/C++ - 清泛网 - 专注C/C++及内核技术

...的listctrl) dwStyle |= LVS_EX_CHECKBOXES;//item前生成checkbox控件 m_list.SetExtendedStyle(dwStyle); //设置扩展风格 注:listview的style请查阅msdn http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50lrflistviewstyles.as...
https://www.tsingfun.com/it/cpp/1447.html 

WSAAsyncSelect模型 - C/C++ - 清泛网 - 专注C/C++及内核技术

...来了"; SetDlgItemText(IDC_EDIT1,strContent);//将内容显示到Edit控件 } break; case FD_WRITE: { } break; case FD_READ: { char szText[1024]={0}; if(recv(s,szText,1024,0)==-1) closesocket(s); else { GetDlgItemText(IDC_EDIT1,strContent); ...
https://bbs.tsingfun.com/thread-895-1-1.html 

warning RC2182: duplicate dialog control ID 1002 - C++ UI - 清泛IT社区,为创新赋能!

原因:报错行的控件ID值(这里是1002),与其他的控件ID值一样,发生冲突了。 解决:resource.h中将值一样的控件ID改为不同的值。