I work on WinForms app (VB.NET) which handles CRUD operations. When it loads the data, it seems state like \"Not Responding\" and when loading finished, every thing will be norm
You could use a BackgroundWorker to offload lengthy operations on a background thread to avoid blocking the main UI thread.