Advertisement
4_2005-2006 Windows API Call/ Explanation #168240

Copy to Clipboard

how to copy from textbox to clipboard?

AI

AI சுருக்கம்: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

மூலக் குறியீடு
original-source
'harap faham2 sendiri la yek
Private Sub Command1_Click()
  Clipboard.Clear
  Clipboard.SetText Text1.Text
End Sub
Private Sub Command2_Click()
  Text1.Text = Clipboard.GetText
End Sub
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது