CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Location
    Colombia
    Posts
    15

    Question View a file window CALL

    I need my VB 5.0 Application to make a Api call to windows, to show a file windows window.

    I need to show a Windows window... for example
    "My PC" Window or "C:\" Window

    Any help would be great

    THanks

    Santiago

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210
    Code:
    Shell "explorer C:\", vbNormalFocus

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