Gosh, man! You need to tell us that this is a web page! The use the of the terms "program" and the use of the Clipboard class made me assume this was a Windows app.
There is obviously no server side clipboard in web apps. The client clipboard is accessible through client side script only and is not a straightforward process because it is fraught with security restrictions and all browsers handle it differently. See <http://brooknovak.wordpress.com/2009/07/28/accessing-the-system- clipboard-with-javascript/> for a detailed explanation. On Oct 2, 4:13 pm, Rob Buonocore <[email protected]> wrote: > I added the reference to System.Windows.Forms (Website > Add > Reference) and then entered an import line in the code file. > > Imports System.Windows.Forms > > Partial Class _Default > Inherits System.Web.UI.Page > > The only problem is that it then made all my list boxes invalid. I > get an error on all of them that reads > > ....Can not be converted to System.Windows.Forms.ListControl > > These are ASP List Controls that I put in and not windows list > controls. -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
