I'm just getting started with the 19.1 Graphics Library mostly because I have yet another customer request for a report that I've been working on now for a couple of weeks. There's a main view that drives the report and now the customer wants to be able to copy and paste an image into the view and have it show up on the report which is List & Label.

Where to start? If I put a cImageContainer on my view I can't paste an image into it. The customer images will most likely be from screen shots, or the Windows Snipping tool so pasting is kind of necessary. I can paste into a cRichEdit box but then I need to determine the image size before passing it to the report but this control isn't necessarily designed for images.

Is there a better control for this?