Copy & paste data between 2 notepads in C# - Urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deviparimala
    New Member
    • Jan 2007
    • 5

    Copy & paste data between 2 notepads in C# - Urgent

    Hi All,

    I'm opening 2 notepads in my windows application. I copy data from one notepad and paste it another notepad. The data should not get pasted into the second notepad.

    Can I handle this programatically ?

    Any help will do......
  • enreil
    New Member
    • Jan 2007
    • 86

    #2
    Can you set the second notepad to read-only?

    Originally posted by deviparimala
    Hi All,

    I'm opening 2 notepads in my windows application. I copy data from one notepad and paste it another notepad. The data should not get pasted into the second notepad.

    Can I handle this programatically ?

    Any help will do......

    Comment

    • nmsreddi
      Contributor
      • Jul 2006
      • 366

      #3
      Hello

      What actually is your problem which you dont want to allow the send one to paste. why you need to copy and paste you always want the second note pad empty what exactly is your requirement .some one has given the best solution just keep it as read only.

      Be some more specific if any need

      Comment

      Working...