Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

AndersHolmstrom

@AndersHolmstrom
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help to access Digital Camera from C#
    A AndersHolmstrom

    One of my cameras "Canon PowerShot SD750" is not shown as a drive (x:\) as my Nikon D50 does. It appears as "Scanners and cameras" in the explorer.

    C# csharp linux help tutorial question

  • Help to access Digital Camera from C#
    A AndersHolmstrom

    Hi, I need help to access the files on my digital camera. I have tryed to access it with

            String path;
            Shell32.ShellClass shell = new Shell32.ShellClass();
            Shell32.Folder2 folder = (Shell32.Folder2)shell.BrowseForFolder(
              this.Handle.ToInt32(), 
              "Select Folder...", 
              0, 
              Shell32.ShellSpecialFolderConstants.ssfDESKTOP 
            );
            path = folder.Self.Path;
    

    path = ";;{E211B736-43FD-11D1-9EFB-0000F8757FCD}\\devid:{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}\\0000:" Unfortunately this path is not accessable with

                String \[\] files = Directory.GetFiles(path);
    

    Any idea how to access the files?

    C# csharp linux help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups