-
复制、剪切和粘贴数据
复制、剪切和粘贴数据
---- 将数据复制或剪切到剪贴板上
---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。
---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。
---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。
---- 2. 访问选定对象的CopyToClipboard成员函数。
---- 3. 如果用户选择剪切命令而不是复制,那么从你的应用程序中删除那些数据。
-copy, cut and paste data-replication of data to the clipboard or shear on---- 1. Determined to be copied data is a local data or an embedded object or link.- If the data is embedded in an object or a link to create a pointer to the selected data COleClientItem pointer. Yes- if the localization of the data and applications is a server, and then from COleServerItem succession of a new category, and the creation of the object. Otherwise, the data for the establishment of a COleDataSource targets.---- 2. Visit selected object CopyToClipboard member function.---- 3. If users choose shear order not reproduce, and then from your application to delete those data.
- 2022-07-09 06:39:06下载
- 积分:1
-
an index calculated linear curve of small programs, calculates linear exponentia...
一个计算线性指数曲线的小程序,calculates linear exponential curve。-an index calculated linear curve of small programs, calculates linear exponential curve.
- 2022-03-07 16:37:58下载
- 积分:1
-
一个用VC编成的计算器小程序模仿WINDOWS的计算器的格式
一个用VC编成的计算器小程序模仿WINDOWS的计算器的格式-a VC into the calculator small program to imitate the Windows calculator format
- 2022-02-04 16:39:14下载
- 积分:1
-
包含信息的采集系统(当前用户、存储信息,…
一个包含获取系统信息(当前用户,内存信息,硬盘序列号,操作系统版本,计算机名,IP地址等)函数的pas文件,其中含有应用各函数方法的例子!-Acquisition system that contains information (current user, memory information, hard drive serial number, operating system version, computer name, IP address, etc.) function of the pas file, which contains application examples of the function!
- 2023-02-17 04:45:04下载
- 积分:1
-
VC++ MFC 不可移动的窗体.rar
VC++ MFC 不可移动的窗体.rar-VC++ MFC immovable form. Rar
- 2022-09-22 02:35:03下载
- 积分:1
-
Based on the WinCE operating system, SMDK2410 hardware development platform unde...
基于WinCE操作系统、SMDK2410硬件开发平台下的WIO -Based on the WinCE operating system, SMDK2410 hardware development platform under the WIO
- 2023-05-20 22:00:03下载
- 积分:1
-
2443系统的BSP,源代码
2443 wince5.0 bsp, source code-2443 wince5.0 bsp,source code
- 2022-02-05 06:17:51下载
- 积分:1
-
闹钟程序,大家看看啊
闹钟程序,大家看看啊-alarm procedures, we see ah
- 2022-02-15 14:40:45下载
- 积分:1
-
后台运行热键调出程序
后台运行热键调出程序-background hotkey transfer procedures
- 2022-03-12 12:45:48下载
- 积分:1
-
使用 C# 编写简易 ASP.NET Web 服务器
你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio
我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个支持 ASP NET 的 Web 服务器怎么样 NO NO NO 如果你只是想找个这样的工具的话 那完全没必要 我们知道使用 VS 可以运行 ASP NET 程序
那么我们就可以找出 VS 所调用的程序 将其拷贝到没有 VS 和 IIS 的环境中运行
就能运行 ASP NET 程序了 安装了 VS 的朋友可以到 C: Program Files Common Files Microsoft Shared DevServer
这个目录里面找找看 这个程序的使用方式如下 ">你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio 我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个
- 2022-03-15 11:11:47下载
- 积分:1