|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Open Window Explorer in "My Documents" or other Special Fodlers"How does one open Windows Explorer to the Selected Special folder.
Ex My Documents, My Music, Temporary Internet Files etc. -- Thanks in advance Robert rober***@nas.net "Robert" <rober***@nas.net> wrote in message Something like this:news:Ol%23K94SaFHA.228@TK2MSFTNGP12.phx.gbl... > How does one open Windows Explorer to the Selected Special folder. > Ex My Documents, My Music, Temporary Internet Files etc. > > -- > Thanks in advance > Robert > rober***@nas.net > > explorer.exe ,/e,/n, "My Documents" Works OK on XP but I haven't tried it on 2K, etc... Jim Edgar "Robert" <rober***@nas.net> wrote See if these have what you need:> How does one open Windows Explorer to the Selected Special folder. > Ex My Documents, My Music, Temporary Internet Files etc. LFS Private Const sysAdminTools = sysControlPanel & "\::{D20EA4E1-3957-11d2-A40B-0C5020524153}" Private Const sysComputer = ", ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" Private Const sysConnections = sysControlPanel & "\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}" Private Const sysControlPanel = sysComputer & "\::{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private Const sysDesktop = sysComputer & " /select," Private Const sysDocuments = ", ::{450D8FBA-AD25-11D0-98A8-0800361B1103}" Private Const sysFax = sysDocuments & "\Fax" Private Const sysFonts = sysControlPanel & "\::{D20EA4E1-3957-11d2-A40B-0C5020524152}" Private Const sysIExplorer = ", ::{871C5380-42A0-1069-A2EA-08002B30309D}" Private Const sysNetworkPlaces = ", ::{208D2C60-3AEA-1069-A2D7-08002B30309D}" Private Const sysPictures = sysDocuments & "\My Pictures" Private Const sysPrinters = sysControlPanel & "\::{2227A280-3AEA-1069-A2DE-08002B30309D}" Private Const sysRecycleBin = ", ::{645FF040-5081-101B-9F08-00AA002F954E}" Private Const sysTasks = ", ::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}" Private Sub Form_Load() Shell "explorer " & sysDocuments, vbNormalFocus End Sub
Subclassing Help
Delphi For VB Developers (again) Reading XML data to VB Variables extending Type structure and Run-time error '49': Bad DLL calling convention Scanning for Wordpad.exe program Adjusting Contrast or Brightness in VB6 Installed Program Comms support VB6 Application version VB6 and Perl on 2000/XP: Req recommendation for interprocess communication |
|||||||||||||||||||||||