Does anyone have experience or knowledge about how to prevent the WinForm interface from flickering when embedded into a chart using SetParent?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I've attempted to embed a WinForm control into a chart by utilizing the Win32API's SetParent function. However, the interface doesn't display consistently;
it flickers excessively, making it almost impossible to see. Has anyone encountered and resolved a similar issue?