Looping ones to refresh data? Just three. I used it this way... Code: Private tAlive As Boolean Private Sub aThread() tAlive = True Do While tAlive 'Do some code Thread.Sleep(1000) Application.DoEvents() Loop End Sub
You should do Private Shared tAlive As Boolean. it makes it thread safe so your other threads can then use the variable EDIT: and one more thing about the threads... you do not need Application.DoEvents when you have that extra thread. because you dont need to process messages on the thread you call it from because it has no message pump
shared doesnt mean you have to use it for everything ... but then again when you do your formclose or exit method you can just set it once and kill all threads at the same time
Hey bro, 1. I forgot about that. Originally there was a reason for it, that will be sorted on the coming weeks (languages will be added). Hence it saying 'Click for Options.'. 2. Nope, I'll look into it and possibly whip up a solution. 3. In the Experience Index Dialog? If you rerun WEI it won't automatically refresh, so you'd use that button. 4. Meh, not really an issue. Regards, The Dev. Edit: By the way, is the issue still there where if you're in the home tab, holding left mouse click on 'OEM Editor' would not load the UI properly?
1. When you're ready give me strings to translate. Though it would require a lot of work from your side turning the UI to RTL. 3. Yeah I got it, but I the icon itself isn't clear to me. Meh, did you really think I wouldn't say the issue still exist if it was? That issue was fixed.
so from what i saw last night. there was no issue with service+ . we consolidated the code and if it fails the program will notify you and continue.
This is correct. Plus I wouldn't expect this app to be widely used in a virtual environment. Edit: Have spotted a mistake in some code while stopping the Certificate Propagation Service, this has been fixed, expect an update soon.
Quick update: Sorry about the WinTK thread downtime, there was a bit of a misunderstanding and my thread was locked, but all has been corrected now. Regards, The Dev.
Yeah, also thanks to PMR for helping with this update Admin elevation is done, just the error reporter needs sending to the server, as opposed to sending a direct email.