Quantcast
Channel: BCA HUB » ASP Code
Viewing all articles
Browse latest Browse all 8

ASP Program for Displaying whether a computer is 16 or 32 bit?

$
0
0

ASP Program for Displaying whether a computer is 16 or 32 bit?

Using this Code you can dispaly whether client computer is 16 or 32 bit .

  • Create new Aspx page

  • Switch to design mode now double click on it ( Directly go to Load Event) and

  • Copy paste this Below Code .

If Request.Browser.Win16 = True Then
       Response.Write("Win16")
End If

If Request.Browser.Win32 = True Then
        Response.Write("Win32")
else
        Response.Write("Win64")
End If

Share


Viewing all articles
Browse latest Browse all 8

Latest Images

Trending Articles





Latest Images