Hello again,
how can I use clipboard in VC?
Hello again,
how can I use clipboard in VC?
Hello again,
how can I use clipboard in VC?
Generally you can call any .Net function. An example:
invoke type System.Windows.Clipboard::SetDataObject(type DateTime::Now::ToLongTimeString()). *> Copy Time to Clipboard
declare ClipboardValue as string.
set ClipboardValue to "Time in Clipboard is " & type System.Windows.Clipboard::GetText(). *> Get Text from Clipboard
Hello again,
how can I use clipboard in VC?
thanx again :-)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.