Okay, so the problem is:
I need a way to display a graphic with a few lines of text over the picture. An amount determined at run-time of these will be created.
They also needs to be contained in a scrollable container, and scroll properly. It sounds simple but I'm not very experienced with C++/CLI or the forms designer.
so my question is, is there a way to attach labels to a picturebox, and is there a control in which I can place pictureboxes and scroll them?