we have an outdated application made in VB6. When we add new windows to this application, we create them using WPF, and we open the COM interface to open it from VB6. The problem is that the first time you open the WPF window, it takes some time, because the system needs to load the WPF runtime.
Is there a way to load the runtime in the background so that the user does not have to wait while opening a window?
Thanks.
source share