Brice Carpentier wrote: > Hi folks ! > I was looking for a way to handle copy/paste (I mean putting something > in a kind of clipboard in order to be used outside the application). > Is there any classes / interfaces that handles this in a cross plateform > way ? (I must admit I didn't stfw for very long, but ".NET copy paste" > doesn't deliver very useful results...
You should have searched for Clipboard instead. Here is the documentation for .NET on MSDN : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsclipboardclasstopic.asp However, I don't know where MONO is with respect to the clipboard support. Pierre _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
