K
K
keltkelt2020-08-14 06:52:23
C++ / C#
keltkelt, 2020-08-14 06:52:23

Clipboard (clipboard) in C# console application?

I need that when placing a group of files on the clipboard, and then starting the program, a certain folder structure is created and the files are placed there according to their type. Then unzipped etc.

I'm trying to make a console application.

using System.Windows.Forms is needed for the Clipboard, and it needs a reference.

There is no Assemblies in the link manager, in which you need to look for System.Windows.Forms in tips from the Internet, it is only in Core, but this addition does not work. They write that you need to use NuGet. There is no System.Windows.Forms

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-08-14
@keltkelt

Make a Winform Net Framework application.
Then in the project properties on the tab select the console application
3129484297.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question