03-16-2012, 06:16 PM
All except for that
Line which will freeze the GUI lol.
I know how to avoid doing this with automated back and forth or "shared" (as I like to call it) multi-threading UI timers.
Code:
Threading.Thread.Sleep(2000)
Line which will freeze the GUI lol.
I know how to avoid doing this with automated back and forth or "shared" (as I like to call it) multi-threading UI timers.