Advertisement
2002C Files/ File Controls/ Input/ Output #8769

Open Folders As Windows from VB5

This code is for those people who want to open up folders/directories as separate windows, as compared to the alternative fileboxes.

AI

Tóm tắt bởi AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Mã nguồn
original-source
Directory = "C:\"
Shell "Explorer " + Directory, vbNormalFocus
' The above code opens the C:\ directory as a new window
Bình luận gốc (3)
Được khôi phục từ Wayback Machine