I was wondering, is it possible to highlight & copy text to the clipboard from within textbox1.text using my button2 all in one step.
I am using the " Clipboard.SetDataObject(TextBox1.SelectedText)" command within my button2 properties, but I still have to highlight the text.
I am using the " Clipboard.SetDataObject(TextBox1.SelectedText)" command within my button2 properties, but I still have to highlight the text.