CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Join Date
    Aug 2011
    Posts
    28

    Enumerate the browsers in one's computer

    The title says it all ? would someone know about this help me ? 10q

  2. #2
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    My post sux, no one cares ?

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Enumerate the browsers in one's computer

    Don't think there is a enumerate function for that.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Enumerate the browsers in one's computer

    Quote Originally Posted by Befefe View Post
    My post sux, no one cares ?
    Your post isn't clear. Enumerate running browsers? Enumerate non-running browsers? What are you looking for?

    As far as posting "no one cares"... Keep in mind that we're volunteers here. So there isn't a staff available waiting for YOU to post.

    Be patient and someone will try to help you.

  5. #5
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    Thank you, I'd like to know what browsers a computer is installed with.

    I am thinking to make a text list of all browsers (collected in wiki) then search the whole computer for the matched browser string. (This is exhausting)

  6. #6
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Enumerate the browsers in one's computer

    The only thing the system knows is the 'default browser'. This info is stored in the registry. AFAIK windows doesn't has a list of all the installed browsers. Browsers just 'regular' programs.

  7. #7
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Enumerate the browsers in one's computer

    Quote Originally Posted by Befefe View Post
    Thank you, I'd like to know what browsers a computer is installed with.

    I am thinking to make a text list of all browsers (collected in wiki) then search the whole computer for the matched browser string. (This is exhausting)
    It's also inefficient and there is no guarantee if you find the browser, it's the match you are looking for or if the browser even will start.

    Generally a quest like this leads to a dead end.

    If you can tell us why you want to know all the browsers, then we might be able to suggest alternative approaches.

  8. #8
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    I do that because I want to get a list of installed browsers

  9. #9
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Enumerate the browsers in one's computer

    Quote Originally Posted by Befefe View Post
    I do that because I want to get a list of installed browsers
    I got that. I'm wondering why you need the list of installed browsers.

  10. #10
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    Because I need to see that list in my listview

  11. #11
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Enumerate the browsers in one's computer

    Quote Originally Posted by Befefe View Post
    Because I need to see that list in my listview
    sigh. What type of program is this? What are you tyring to achieve?

  12. #12
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    I program in MFC VC++ and I want to get a list of installed browsers. no more or less

  13. #13
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Enumerate the browsers in one's computer

    Well, thanks for your helpful reply. You've made it easy for me to help you.

    Good luck.

  14. #14
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    Quote Originally Posted by Arjay View Post
    Well, thanks for your helpful reply. You've made it easy for me to help you.

    Good luck.
    I guess your wish already helps. Thanks for real questions.

  15. #15
    Join Date
    Aug 2011
    Posts
    28

    Re: Enumerate the browsers in one's computer

    Arjay, could you delete this thread for me ? I have asked this question for 2 days and its clear that no one, except you and some others, actually pays attention to this for a reply, while you always try to make me tell me doing and my concrete type of program plot

Page 1 of 2 12 LastLast

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