Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,918 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello ,
I have a winform that perform some sql queries during the loading which cause the application performance issue during the loading .
so is there any way to perform this query after the application is fully loaded.
thanks in advance
You could put the queries inside a Task or a Thread, like a BackgroundWorker : BackgroundWorker Class