How can I find the processor ID in a computer?
I don't know, but it seems like I'm not alone because no one else here has been able to answer that question yet either.
The situation is like this, we have a software with a very restrictive licensing mode and it is suppouse to run only in...
This could be thought of as "What's the next number in a base 26 series?" Where a=0, b=1, etc.
Private Function nextB26() As String
'calculate next base26 value
Dim i As Integer
Dim finished As Boolean
Dim nextNum As String
'prefix up to 25 leading...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.