问题描述
我有一个应用程序将电子邮件ID复制到我的应用程序中的剪贴板。我想要的是,当用户点击浏览器的文本框(IE,Chrome,FF)并按下我的应用程序的粘贴按钮时,它应该将剪贴板的内容粘贴到该聚焦的TextBox中。请注意,我的应用程序是在MFC,c ++中创建的。我已经实现了从我的应用程序中将文本复制到剪贴板的代码,但我想知道如何从应用程序触发事件时将文本粘贴到我的应用程序之外。如果问题不明确,请评论。我们将非常感谢您的帮助。在此先感谢。
I have an application which copies the Email Id to clipboard in my application. What i want to next is, When the user clicks on the text box of the Browser(IE,Chrome,FF) And presses the paste button of my application , it should paste the contents of the clipboard in that focused TextBox. Please Note that my Application is Created in MFC, c++. I have Implemented code for copying the text to clipboard from within my application, but am wondering how will it be possible to paste the text outside my application , when the event is fired from my application. If question is not clear please comment it. Your Help will be highly appreciated. Thanks In Advance.
推荐答案
这篇关于使用MFC应用程序将剪贴板中的文本粘贴到浏览器焦点的文本框中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!