How to speed up .NET winforms rendering

前端 未结 5 1858
慢半拍i
慢半拍i 2021-01-12 01:28

I have a series of forms and navigate between them.

Each form has a set of controls for which I load properties from SQLite database and this is the long (about 1s)

5条回答
  •  独厮守ぢ
    2021-01-12 01:52

    this link has some nice solution, as far as i think BackgroundWorker process should help. http://devcomponents.com/blog/?p=361

提交回复
热议问题