I've just found a similiar question to this here:
C# Drag and Drop with one pictureBox
It just works fine for me, what the first answer contains, but my problem is, that I want to make a Winforms App where it is possible to drag and drop more than one pictureBox elements on another. I mean in the example it's just possible to drag and drop a single pictureBox on another. But I want to drag and drop more pictureBoxes on the largest one.
To better understand what I'm up to: I want to program a classic game with C#:
By the way: I have already advanced skills in programming with C# but I never made a Winforms application with Drag and Drop events.
Thanks for your help!