Form background image flicker C# .Net
Programming language: Visual C# .Net
Hello!
My program have a form with a listbox, combobox, progressbar, groupbox and labels.
I want to have a background image (jpg) over the entire form.
The other controls have been set to Transparent BackColor.
BackgroundImage property isn't so good solution I think.
My program flicker if I open it or if another program is over and I set focus on my program.
Both the picture and all the other controls on the form flicker.
Can someone give me a better or perfect solution what I can do?
Should I use GDI or directx, how to do that?
Thanks!