Flicker free form
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hello,
I have an application with some pictureboxes and panels in the main
form.
If I drag something over it, it flickers.
Do I have to deal with this in every control visible in my main form?
Or can I just tell the main form somehow: don't do that!?
I tried setting the form style to doublebuffer, but it didn't work.
bye bembi
.
Relevant Pages
- Re: Flicker free form
... Adam - http://www.aejw.com/?page=contact ... I have an application with some pictureboxes and panels in the main ... the sample given was written by the bpowell guy...who want's to listen to that guy anyways?!? ... (microsoft.public.dotnet.languages.csharp) - Re: How do I make pictureboxes move when I drag them?
... > I'm trying to make a sort of puzzle where users can click pieces ... > (pictureBoxes) and drag them to where they want them on the form, ... I think you should redraw the form in mouse move event instead of only ... (microsoft.public.dotnet.languages.csharp) - How do I make pictureboxes move when I drag them?
... I'm trying to make a sort of puzzle where users can click pieces ... when I click the pictureBoxes and drag them they don't ... (microsoft.public.dotnet.languages.csharp) - Re: Preview Panel problems in VB .Net 2005
... I've tried panels, textboxes, pictureboxes ... I keep following links to forums containing this error code, ... (microsoft.public.windowsmedia.encoder) - Re: Maximum size of form in designer
... I think it's dependent on the resolution set for your dev PC's display. ... > I need to add 8 panels on a form, each with different controls, that I ... > I can drag the form borders horizontally on the designer though. ... (microsoft.public.dotnet.framework.compactframework) |
|