CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Northern Utah, U.S. of America
    Posts
    38

    'My Computer" Browser equivalent

    To those who can help,

    I am looking for the VB( V5.0 ) source code that, pretty much, emulates the Win9x "My Computer" browser(with features and looks) that shows up on the Win9x screen. I would like to add a little bit to it. Can any one help? Thanks in advance.

    VBFingers.



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: 'My Computer" Browser equivalent

    I wrote some code for the CG site that emulates Windows Explorer - it is written in VB6 though, although it only uses the Scripting Runtime (which you can download from http://msdn.microsoft.com/scripting) - so it should be quite straightforward to convert it to VB5.

    Take a look at http://codeguru.developer.com/vb/articles/1958.shtml

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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