I’m trying to set the DoubleBuffer = True to all Canvases on a form if the program is running in Windows but I just can’t get the code right. Can someone please help?!?
//
// Adjustments for Win32
//
App.UseGDIPlus = True
For Each Canvas In frmOakflat As picCanvas
picCanvas.DoubleBuffer = True
Next
The help file doesn’t have any examples using objects that I can find. TIA!