Hi Eric, as far as I know, Windows API contains some functions to help you do this: - OpenClipboard - SetClipboardData - CloseClipboard For details, check MSDN at [ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/htm/_wcesdk_Win32_SetClipboardData.asp ]. You can use these via Call Library too. Good Luck!
I have this vi that do exactly what you want but by making a call to Windows API, (as Lab Viewer points out). I don't remember from where I download it nor the original author. If somebody knows, please post it to give the author the appropriate merit.
I send you two VIs to write text to clipboard or get text from clipboard straight formard using WinAPI functions (DLL calls). Forget the VIs of the NI support topic "Programmatically Copying Text to the Clipboard from a LabVIEW String Control" where they use keyboard simulation...