在Windows中复制和粘贴 [英] Copy and paste within Windows

查看:69
本文介绍了在Windows中复制和粘贴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在这样的环境中工作:使用了许多应用程序,包括财政管理系统,以及其他自定义应用程序,其中一些是使用.NET技术编写的.

我想知道是否可以创建执行复制和粘贴"宏并将数据从一个应用程序复制到另一个应用程序的应用程序,最好不要修改应用程序本身的源代码(由于许可限制). >
我希望这不是一个愚蠢的问题,但是,我想对宏进行编码,使它们表示可以接受过程语言中的以下参数:

复制(ApplicationToCopyFrom,FormToCopyFrom,X_toCopyFrom,Y_toCopyFrom,ValueType,ApplicationToCopyTo,FormToCopyTo,计算,修剪)

I work in an environment where a number of applications are used including Exchequer, and, other custom applications, some of which are written using .NET technologies.

I was wondering whether it was possible to create applications that carry out "copy and paste" macros and copy data from one application to another, preferably without having to modify the source code of the applications themselves (due to licensing restrictions).

I hope that this is not a dumb question, however, I would like to code macros that would say accept the following parameters in terms of a procedural language:

Copy(ApplicationToCopyFrom, FormToCopyFrom, X_toCopyFrom, Y_toCopyFrom, ValueType, ApplicationToCopyTo, FormToCopyTo, Calculation, Trimming)

推荐答案

如果可以将一个应用程序中的数据复制到剪贴板,则只要应用程序允许粘贴,就应该能够将相同的数据粘贴到另一个应用程序中.如果您正在尝试将数据粘贴到不允许粘贴的位置,那么IMO将无法帮助您.
If you can copy data in one application to the clipboard, you should be able to paste the same data in another application so long that application allows pasting. If you are trying to paste data to a location that does not allow pasting, then, IMO, no macro would be able to help you out.


这篇关于在Windows中复制和粘贴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆