CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Browser RAM

  1. #1
    Join Date
    Dec 2001
    Location
    Tamil Nadu, India
    Posts
    1

    Browser RAM

    Does anybody have idea how to get the hardware information of a PC, which accessing a site? I am developing a web application and I want to know the user's machine's RAM and processor type and it's speed when he access this site wothour installing any active-X. Is it possible to know?


    Thanks,
    Anshu

    Anshu

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542

    Re: Browser RAM


    "Without installing ActiveX" means without the user's permission ?

    Not possible with Standard Browser Security I think. You either need a user browsing with low security settings, or you need to ask the user's permission to run the ActiveX thing.


    Manish
    http://www.manishmalik.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured