..NET 2.0 on has the new DrawToBitmap method. Does this not work for you?
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
[quoted text, click to view] mash wrote:
> I have a user control which renders some text and also has a child control
> that renders an image and other graphics. Is there a way I could get my user
> control to draw to an Image. What I want to do is have my User Control added
> to a Word document as part of a test report.
> So I'd like to have my control and all child controls render to an image
> that I could then save and insert into a Word document.
> Any ideas or examples?