大约有 10,000 项符合查询结果(耗时:0.0152秒) [XML]

https://www.tsingfun.com/it/cp... 

C++应用程序添加VBScript和JavaScript支持 - C/C++ - 清泛网 - 专注C/C++及内核技术

...SSCRIPT.OCXC++程序中调用JavaScript及VBScript。效果截图: 源码点此下载。 Introduction I am always amazed to see how the script control (msscript.ocx) is fun to use and at the same time how C++ developers reacted when it's time to use. Maybe the extension (.ocx) make them ...
https://www.tsingfun.com/it/cp... 

C++应用程序添加VBScript和JavaScript支持 - C/C++ - 清泛网 - 专注C/C++及内核技术

...SSCRIPT.OCXC++程序中调用JavaScript及VBScript。效果截图: 源码点此下载。 Introduction I am always amazed to see how the script control (msscript.ocx) is fun to use and at the same time how C++ developers reacted when it's time to use. Maybe the extension (.ocx) make them ...
https://www.fun123.cn/referenc... 

Popup弹出菜单扩展 · App Inventor 2 中文网

...creen1.Initialize do // 设置按钮为锚点 set Popup1.Anchor to Button1 // 从字符串设置菜单项 set Popup1.MenuItemsFromString to "选项1::icon1.png,选项2::icon2.png::T,选项3" // 显示弹出菜单 when Button1.Click do // 显示菜单 call Popup1.Show // ...
https://www.tsingfun.com/it/cp... 

C++应用程序添加VBScript和JavaScript支持 - C/C++ - 清泛网移动版 - 专注C/C++及内核技术

...SSCRIPT.OCXC++程序中调用JavaScript及VBScript。效果截图: 源码点此下载。 Introduction I am always amazed to see how the script control (msscript.ocx) is fun to use and at the same time how C++ developers reacted when it's time to use. Maybe the extension (.ocx) make them ...
https://www.tsingfun.com/it/cpp/1209.html 

MFC CString::Format()函数详解 - C/C++ - 清泛网 - 专注C/C++及内核技术

MFC CString::Format()函数详解我编写程序时经常会使用CString::Format()来格式化字符串!但往往只是使用了Format很少一部分功能,比如整型转换成字符串!不过今天我想...我编写程序时经常会使用CString::Format()来格式化字符串!但...
https://www.tsingfun.com/it/cpp/1577.html 

MFC OnKeyDown没反应,不响应键盘操作 - C/C++ - 清泛网 - 专注C/C++及内核技术

MFC OnKeyDown没反应,不响应键盘操作MFC中添加键盘的消息响应,通常是通过OnKeyDown函数来完成消息的捕捉和响应。afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, U...MFC中添加键盘的消息响应,通常是通过OnKeyDown函数来完成消息的捕捉和...
https://www.tsingfun.com/it/cpp/2118.html 

MFC Dialog中嵌View、动态创建View的方法 - C/C++ - 清泛网 - 专注C/C++及内核技术

MFC Dialog中嵌View、动态创建View的方法1、OnInitDialog是CDialog的函数,像CWnd等没有的话可以放构造函数中,然后OnPaint()函数中改变大小并显示视图。 2、OnInitialUpdate:使用MDI框架创建视图时会自动被框架调用,这里的View是自...
https://www.tsingfun.com/it/cpp/2128.html 

VC 对话框背景色覆盖CEdit背景色的解决方法 - C/C++ - 清泛网 - 专注C/C++及内核技术

...设置背景色时,CEdit自绘背景色正常(CEdit自绘请参考《MFC CEdit自绘、MFC圆角输框》),但是对话框如何OnCtlColor中设置背...对话框不设置背景色时,CEdit自绘背景色正常(CEdit自绘请参考《MFC CEdit自绘、MFC圆角输框》),但...
https://www.tsingfun.com/it/tech/1429.html 

正则表达式 30 分钟门教程 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...懂。当我告诉你这是“30分钟门教程”时,请不要试图30秒内门。 事实是,我身边有个才接触电脑,对操作都不是很熟练的人通过自己学习这篇教程,最后都能文章采集系统中使用正则表达式完成任务。而且,他写的...
https://www.tsingfun.com/it/cpp/2112.html 

MFC 获取并移动其他应用程序窗口的方法 - C/C++ - 清泛网 - 专注C/C++及内核技术

...信息,可以使用Spy++(微软vs自带工具,没有的话请自行下载),这个软件很好用,可以获得窗口类名称,标题等信息(还可以监视窗口消息)。 //FindWindowEx:用于获取应用程序中指定子窗口的句柄 HWND FindWindowEx( HWND hwndParen...