Matt_Mikolaj
04-19-2006, 08:36 PM
Hello!
I'm new to Visual Basic (:rolleyes:) and I'm having a problem. I want to create a simple text editor with a paste function, but when I try doing something like:
TextField1.text += "Example Clipboard Contents"
The "Example Clipboard Contents" always is placed at the end of the text in the text box, and not where the cursor currently is. Can anyone tell me how to fix this?
Thanks!
~Matt
I'm new to Visual Basic (:rolleyes:) and I'm having a problem. I want to create a simple text editor with a paste function, but when I try doing something like:
TextField1.text += "Example Clipboard Contents"
The "Example Clipboard Contents" always is placed at the end of the text in the text box, and not where the cursor currently is. Can anyone tell me how to fix this?
Thanks!
~Matt