I'm using VB.net, with the mozilla activex controll. And I'm trying to copy the selected text to the clipboard using the following line:
Browser.ExecWB(OLECMDID.OLECMDID_COPY, OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT) Works fine in with the IE controll, but with mozilla/gecko it only copies to the clipboard the first time the code is run. The following times it's like the line is skipped. Anyone know how to get this working properly? I actuially dont' even need to use the clipboard, but I can't find any other way to access the selected text. Thanks ~Zarneth _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
