Welcome Guest Search | Active Topics | Sign In | Register

Webbrowser Copy Paste functions Options
Rick Morayniss
Posted: Wednesday, April 15, 2015 8:10:21 AM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
In my IE website that is being rewritten using the eo.webbrowser control, I had a copy /paste process.
In doing research, I found that tis function is an IE only function (not supported in chrome).
Is there any way, inside the webbrowser control, that I can resurrect this function (it I very popular among my users).

Thanks
eo_support
Posted: Wednesday, April 15, 2015 9:19:47 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

Unfortunately no. There is no way to do that. If Chrome browser doesn't have it, then EO.WebBrowser won't have it since EO.WebBrowser is built with Chrome's source code.

Thanks!
Rick Morayniss
Posted: Wednesday, April 15, 2015 9:49:35 AM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
Thanks for the reply. I am now looking for a work around.
Is it possible that JSExtInvoke can be used as a work around to get the data from the webpage, put in the clipboard from the c# side?
Do you have any docs or examples of how to use JSExtInvoke, I looked but did not see anything.
eo_support
Posted: Friday, April 17, 2015 7:43:16 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

It is possible for you to do so. You can look into how to use JavaScript extension here:

http://www.essentialobjects.com/doc/6/advanced/jsext.aspx

The supplied TabbedBrowser sample also demonstrated this feature. So you can take a look of the source code and see how it works.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.