progpradip
Programmer
- Nov 26, 2008
- 23
In C#, when MessageBox is being displayed, we can use Ctrl + C to make copy of all contents in messagebox: Caption, Content, ButtonText. And we can paste that text in notepad.
Is there any way so that we can copy all visible text content of Form? Please, help me on this.
Is there any way so that we can copy all visible text content of Form? Please, help me on this.