Tags: .net, .net framework 2.0, .net framework 3.0, .net framework 3.5, .net framework 4.0, c#, vb.net, dotnet, console |
Categories: Programlama, SSS (FAQ), Tip
Posted by
okutbay on
13.11.2009 17:32 |
Yorumlar (0)
Clipboard is a windows object. If you want to use clipboard in your .NET framework console applications you must reference `System.Windows.Forms` and mark your main method with `STAThreadAttribute` attribute.
Then you can use this class's methods e.g. Clipboard.SetText("some text to store in the clipboard");
Happy coding.
Bu yazıyı ilk değerlendiren siz olun
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
We, the developers sometimes need work with different languages for some projects. Especially if you are a .NET developer you will need a conversion tool to convert C# to VB.NET or VB.NET to C#.
Here is a useful free tools for that need.
C Sharp to VB.NET
VB.NET to C Sharp
You can check other tool from Toolbox section
Bu yazıyı ilk değerlendiren siz olun
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5