End Google Ads 201810 - BS.net 01 --> Hello CodeProject. I'm having problems using this codeproject: http://www.codeproject.com/Articles/...arcodes-with-C

Now it draws fine when I don't use this code in my Form1.cs protected override CreateParams CreateParams { get { CreateParams cp = base.CreateParams; cp.ExStyle |= 0x02000000; // Turn on WS_EX_COMPOSITED return cp; } }
BUT I need the above code because it prevents all my controls from flickering easily. For some reason tho while using that code, the EAN13 barcode won't Draw to the pictureBox at all

Is there a way to edit that EAN13 barcode code to make it able to work while using the CreateParams code up above?

I need the barcode code working but I also can't let my huge application to flicker.

Please help CodeProject I would be so thankful