Mar 26, 2002 #1 sacsac Programmer Dec 10, 2000 177 GB Does anyone have sample code which I can use in VB6 to find out the Operating System (e.g. Win 95/Win98/NT/XP etc)?
Does anyone have sample code which I can use in VB6 to find out the Operating System (e.g. Win 95/Win98/NT/XP etc)?
Mar 27, 2002 2 #2 Bastel Programmer Mar 25, 2002 11 DE Hello try http://www.mvps.org/vbnet/code/system/getversionex.htmwhich seams to be the one you're looking for. Bastel Upvote 0 Downvote
Hello try http://www.mvps.org/vbnet/code/system/getversionex.htmwhich seams to be the one you're looking for. Bastel
Mar 27, 2002 1 #3 Jon4747 Programmer Aug 22, 2001 234 CA Hi, Use a SysInfo control MyVar = SysInfo1.OSPlatform ' where 0 = unknown, 1 = win95/98, 2 = nt Jon Upvote 0 Downvote