Display contextmenu and then paste information into a text box.

  • Thread starter Thread starter Paul Bromley
  • Start date Start date
P

Paul Bromley

I have a VB.Net application and what I would like to do is achive the
following:-

Minimise the application.
Right click in a text box of a Web page dipalyed in an external instance of
internet explorer and display a conetxmenu from my application.
Selet an option on the Contextmenu that will allow me to paste text into a
text box on the web page.

How can I do this??

Best wishes

Paul Bromley
 
Thanks Cor,

I suppose I could use the axwebbrowser control and tehn maybe I could use my
own context menu, I have used this control in the past. The other 'fix'
that I thought of to this was to copy my text first to clipboard and then
just get the user to paste this into the box. Many thanks as ever.

Paul Bromley
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top