How Can I apply Threading in multiple forms
One of my forms consist of around 100 controls so it took 30 seconds to navigate to that form

I use form.showDialog() to show that form then close it by Me.close(0

I dont Know where to place threading in my application code