I have a graphic that is made up of some text labels and a number of shapes - oval, rectangles etc. From the user's point of view it appears as a single logo. The problem is that I want to be able to easily cut & paste the graphic as a single object from one application to another without multiple-selecting the dozen or so objects that it is actually made up of. When I put them in a container like a frame or a picturebox, that does the trick but I need the frame or picturebox to be transparent.
I have seen references to achieving this sort of thing via several lines of code and/or API calls but am I missing something simple? Setting FillStyle property seems to have no effect.
Thanks in advance.
I have seen references to achieving this sort of thing via several lines of code and/or API calls but am I missing something simple? Setting FillStyle property seems to have no effect.
Thanks in advance.