I am trying to use the global clipboard that is associated with Forms when I start the application.
I simply issued the Clipboard.Open(Form1.handle); and the compiler says
Unidentified identifier (Clipboard)
I tried to use Form1.Clipboard.Open(Form1.handle) and that did not help at all.
So what do I need to do in order to get access to its features?
Thanks,
MarkV