H Herfried K. Wagner [MVP] Sep 20, 2006 #2 yxq said: How to detect the OS info that is x86 or x64 in Windows XP? Click to expand... Check out the replies of Thomas Scheidegger [MVP] in this thead: <URL:http://groups.google.de/group/micro...et.csharp/browse_frm/thread/0efe34d5266ef049/>
yxq said: How to detect the OS info that is x86 or x64 in Windows XP? Click to expand... Check out the replies of Thomas Scheidegger [MVP] in this thead: <URL:http://groups.google.de/group/micro...et.csharp/browse_frm/thread/0efe34d5266ef049/>
T Theo Verweij Sep 24, 2006 #3 yxq said: Hello, How to detect the OS info that is x86 or x64 in Windows XP? Thank you Click to expand... If environ("ProgramFiles(x86)") = "" then 'x86 else 'x64 end if
yxq said: Hello, How to detect the OS info that is x86 or x64 in Windows XP? Thank you Click to expand... If environ("ProgramFiles(x86)") = "" then 'x86 else 'x64 end if