F
Fred Flintstone
I have a project, that loops through a lot of wmi queries, and while its
looping, the window will not repaint, I can't move or size the window.
I remember having a similar problem back in an excel macro, and I ran a
command that told the application to process windows messages.
Is there such a thing in vb.net, or is there a way to make sure windows
messages get processed in big cpu greedy loops?
Also, Is it a big deal to make code multy threaded? Where should a person
start looking for info regarding multitreaded programming in vb.net?
looping, the window will not repaint, I can't move or size the window.
I remember having a similar problem back in an excel macro, and I ran a
command that told the application to process windows messages.
Is there such a thing in vb.net, or is there a way to make sure windows
messages get processed in big cpu greedy loops?
Also, Is it a big deal to make code multy threaded? Where should a person
start looking for info regarding multitreaded programming in vb.net?