Pendulum
Computer
- Jan 28, 2003
- 2
Just joined so I could ask this tough question. I work for a company and we use Zope. Problem with Zope is no IDE, you have to use a browser to access it. I'm trying to design a program in VB6 to speed up typing certain things.
Now the problem:
If you select text in a TextArea in the browser (IE, Mozilla, or Netscape) I'm trying to find a way to grab that selected text. As of right now I'll end up using keybd_event to send information so it gets inserted into that TextArea, and the clipboard (making a person copy the selected text there first) to get the selected text. If anyone knows a way to grab the selected text from the TextArea and possibly even write to the TextArea at the current cursor position I would really love to know.
I've searched the net and can't find anything online to help me at all.
Thanks in advance to anyone who responds!
Now the problem:
If you select text in a TextArea in the browser (IE, Mozilla, or Netscape) I'm trying to find a way to grab that selected text. As of right now I'll end up using keybd_event to send information so it gets inserted into that TextArea, and the clipboard (making a person copy the selected text there first) to get the selected text. If anyone knows a way to grab the selected text from the TextArea and possibly even write to the TextArea at the current cursor position I would really love to know.
I've searched the net and can't find anything online to help me at all.
Thanks in advance to anyone who responds!