From: Kari on 8 Feb 2010 10:05 What function should I use foer testing Windows version? There have been problems (as you probably know) with my apps running on XP/Vista/7. I could fix some of them on the fly if I only know the version the user has. If there is a function, what are the return codes for the versions? Kari
From: John Martens on 8 Feb 2010 10:50 os() Op 8-2-2010 16:05, Kari schreef: > What function should I use foer testing Windows version? There have been > problems (as you probably know) with my apps running on XP/Vista/7. I could > fix some of them on the fly if I only know the version the user has. > > If there is a function, what are the return codes for the versions? > > Kari > >
From: dlzc on 8 Feb 2010 10:59 Dear Kari: On Feb 8, 8:05 am, "Kari" <kari.hyvo...(a)dbcoy.com> wrote: > What function should I use foer testing > Windows version? If you RUN the command line VER, and parse its output, you will get "[Version 5.1.nnnn]" for XP, and "[Version 6.1.nnnn]" for Windows 7. (Presumably Vista returns "[Version 6.0.nnnn]".) .... if you don't get any integral-to-VO answers... David A. Smith
From: Karl Faller on 8 Feb 2010 11:48 Kari, have a look at OS() in the help... Karl >What function should I use foer testing Windows version? There have been >problems (as you probably know) with my apps running on XP/Vista/7. I could >fix some of them on the fly if I only know the version the user has. > >If there is a function, what are the return codes for the versions? > >Kari >
From: Kari on 9 Feb 2010 08:20 Thanks to everyone! Kari
|
Next
|
Last
Pages: 1 2 Prev: Pull in a MEF all of my edit windows close 2.8 Next: Owner Alignement Question |