I have no code to show because I have no clue how to do this.
Private Sub cmaCopy_Click() End Sub




Posted 12 December 2008 - 04:24 PM
Private Sub cmaCopy_Click() End Sub
Posted 13 December 2008 - 02:20 AM
Jaalenn, on 12 Dec, 2008 - 03:24 PM, said:
Private Sub cmaCopy_Click() End Sub
Posted 13 December 2008 - 09:42 AM
Private Sub cmaCopy_Click()
Clipboard.Clear
Clipboard.SetText txtResults.SelText
End Sub
Posted 13 December 2008 - 11:17 AM
Jaalenn, on 13 Dec, 2008 - 08:42 AM, said:
Private Sub SelectALL() 'lets assume that you have a text box named textbox1 textbox1.selstart = 0 textbox1.sellength = len(textbox1.text) 'this is how you can Select the whole text 'to copy the selected text Clipboard.settext textbox1.seltext 'This copies the selected text to Clipboard End Sub
This post has been edited by kasbaba: 13 December 2008 - 11:18 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
