.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

double buffer

3 REPLIES 3
Reply
Message 1 of 4
quigs
297 Views, 3 Replies

double buffer

Hi there,

I am still having trouble with my GUI objects  dialogs objects flickering.

I have read that maybe double buffering may help.  Is anyone familiar with this?

 

Kind regards,

 

Martin.

My name is Martin.. 😄
3 REPLIES 3
Message 2 of 4
mohnston
in reply to: quigs

I have had those problems with DataGridViews.

I use this in my form initialization:

typeof(DataGridView).InvokeMember(
	"DoubleBuffered",
	BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.SetProperty,
	null,
	myDataGridView,
	new object[] { true });

 

CAD Programming Solutions
Message 3 of 4
jeff
in reply to: quigs

Have you tried setting the forms DoubleBuffered property to true?

You can also find your answers @ TheSwamp
Message 4 of 4
quigs
in reply to: mohnston

THANK YOU THANK YOU THANK YOU.

It worked, You have mde me so happy, LOL.

Thanks again mohnston.

Cheers,

 

Martin.

 

My name is Martin.. 😄

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost