Quote:
quote:Originally posted by rajanikrishna
Hello,
I am not clear about your question. But as i understood,
use system object CLIPBOARD
clipboard.getText 'to get back from the clipboard
clipboard.setText 'to copy the text to clipboard
To open internet explorer, use
Project -> References -> Microsoft Internet Controls
dim objIE as new InternetExplorer
ie.menubar=true
ie.visible.true
ie.navigate2 "http://p2p.wrox.com"
-------------
Rajani
|
Thank you for your time and for your answer.
the answer about the explorer win is really good.
In my other question I mean something else.
how can i send through
vb messge to any window to copy the selected text. like CTRL+C I want to know if it is possible to do that without CTRL+C.
some program event can copy text of button or caption, they even do the select affect on the text(BABYLON).
I think it is too complicated, but yet I give it a try and ask. my be some body know.
alot of thnx.