I am migrating to VB, so I need a little help:
in Delphi I have:
type osVer = (
osVerUnknown,
osVerWin95,
osVerWin95OSR2,
....
function GetVersion : osVer;
....
I need to translate to VB…
Until i’ll get any help from you, i’ll keep on searching the net.
thanks
That maps to vb’s
enumconstruct:As a side note, this kind of OS detection… you’ll be hard pressed to find an actual application for it.