How I can Paste content to text box from clipboard ?
hi Wertis
Where exactly do you want to paste? generally in a form or table you can. even in reports you can paste fron clipboard or notepad.
CTRL-V
I would like to handle it with code, for example to propose for user some value (from clipboard) automatically in some texbox
thanks for responce shona:)
here is something about clipboard data handling http://msdn.microsoft.com/en-us/library/system.windows.forms.dataformats.aspx
i have creted new variable (automation) with 'System_Windows_Forms'.IDataObject and stuck here. please advice how to make it work.many thanks