Hia all Is there any method using VB.NET API to detect Win Edition (e.g. Home/Professional/...)
I tried the sample i found here How can I determine the Windows version from a VB 6 app?, but osv.OSVSize = Len(osv)
gets me an error in VB2010Espress: Variable 'osv' is used before it has been assigned a value...
PS I don't want to use WMI