Hi all,
I have a Winform that contains a datagridview, bindingsource, file explorer control, etc...
I need add several controls (Custom UserControls) to a Panel dynamically (like Panel.Controls.Add(...)). This process can be slow.
I want to show to the user a message (waiting).
What is the best way? I use Backgroundworker but I have problems, my application not responds and datagridview not shows scrollbar vertical, and another strange things.
Thanks in advance, kind regards