I am using VB.NET version 7.1. This is NOT a Windows app it is a WEB app. I am converting from VB6. My program interfaces with another program which has a button that puts data on the clipboard. I need a button on my app that when clicked, will paste the data from the clipboard to a specified text box. This works perfectly in VB6 but I haven't a clue how to get it to work in a .NET Web app. Any help will be greatly appreciated.