Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / December 2006

Tip: Looking for answers? Try searching our database.

UserControl - Painting in Control-Designer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Karsten Sosna - 23 Dec 2006 05:57 GMT
Hello NG,
hope i have a little problem. I have a usercontrol thats paint itself in
OnPaint-Method. It works at runtime and at designtime on forms or other
controls. So i need a way to paint the control in the Control-Designer.

Thanks for help and informations.
--
Regards Karsten
Bob Powell [MVP] - 28 Dec 2006 07:18 GMT
Hi Karsten,
User controls should paint quite happily in the control designer.
Perhaps I'm not understanding the question. Could you expand upon it a
little?

Signature

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.

> Hello NG,
> hope i have a little problem. I have a usercontrol thats paint itself in
[quoted text clipped - 4 lines]
> --
> Regards Karsten
Karsten Sosna - 29 Dec 2006 11:15 GMT
> User controls should paint quite happily in the control designer. Perhaps
> I'm not understanding the question. Could you expand upon it a little?

Hello Bob,
if i create new UserControl(Projekt >> Add new usercontrol) it opens the
ControlDesigner and i can add e.g. Button, Label or something else. Now, if
i want is, then i take some Graphics-Op's in the UserControl, like
PaintBackground, i want to see the changes in the ControlDesigner. Like if
you add the Control on a Form. I read thats possible with implementing a
ControlDesigner-Class, but there are no samples.

Hope this was better. Sorry my english is very bad.

Regards Karsten
Bob Powell [MVP] - 31 Dec 2006 15:21 GMT
Unfortunately this is not possible. While you're writing the behaviours
of the user control the code isn't compiled and the designer actually
uses an ordinary user control to host the child controls. The OnPaint
override etc will not run.

To debug the overrides in your control you need to run it in some sort
of host. VS2005 provides a new control host for this purpose but I find
that even this is not sufficient sometimes.

See my site for an article on how to debug controls and user controls
using a second instance of VS.

Signature

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.

>> User controls should paint quite happily in the control designer. Perhaps
>> I'm not understanding the question. Could you expand upon it a little?
[quoted text clipped - 10 lines]
>
> Regards Karsten

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.