S
Siv
Hi,
Does anyone have a function that when called returns which operating system
we are running on. E.g:
Select Case GetOSVer()
Case 1 'Win95
...
Case 2 'Win98
...
Case 3 'Win98SE
...
Case 4 'WinME
...
Case 5 'WinNT4
...
Case 6 'Win2k
...
Case 7 'WinXP
...
End select
I'm sure I could figure out my own version, but why re-invent the wheel!
Siv
Does anyone have a function that when called returns which operating system
we are running on. E.g:
Select Case GetOSVer()
Case 1 'Win95
...
Case 2 'Win98
...
Case 3 'Win98SE
...
Case 4 'WinME
...
Case 5 'WinNT4
...
Case 6 'Win2k
...
Case 7 'WinXP
...
End select
I'm sure I could figure out my own version, but why re-invent the wheel!
Siv