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
  1. Home
  2. General Programming
  3. C#
  4. API Hooking

API Hooking

Scheduled Pinned Locked Moved C#
csharpjson
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Satish Pai
    wrote on last edited by
    #1

    Hi Experts, I want to Create a Virtual Drive using C#. Exactly same as M-files. Thanks & Regards Satish

    L 1 Reply Last reply
    0
    • S Satish Pai

      Hi Experts, I want to Create a Virtual Drive using C#. Exactly same as M-files. Thanks & Regards Satish

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Take a look at DOKAN[^], a user-mode file system. There are some examples on the site, also for .NET :) I'm trying to interface it to SQL Server, isn't fully working yet :)

      I are troll :)

      S 1 Reply Last reply
      0
      • L Lost User

        Take a look at DOKAN[^], a user-mode file system. There are some examples on the site, also for .NET :) I'm trying to interface it to SQL Server, isn't fully working yet :)

        I are troll :)

        S Offline
        S Offline
        Satish Pai
        wrote on last edited by
        #3

        HI,Tell me what is wrong in this code i am not able to view the Windows Folder openFileDialog1.CustomPlaces.Add("33E28130-4E1E-4676-835A-98395C3BC3BB"); openFileDialog1.AutoUpgradeEnabled = true; // Add Links custom place using GUID openFileDialog1.CustomPlaces.Add( new FileDialogCustomPlace( new Guid("BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968"))); // Add Windows custom place using file path. openFileDialog1.CustomPlaces.Add(@"c:\Windows\"); openFileDialog1.ShowDialog();

        L H 2 Replies Last reply
        0
        • S Satish Pai

          HI,Tell me what is wrong in this code i am not able to view the Windows Folder openFileDialog1.CustomPlaces.Add("33E28130-4E1E-4676-835A-98395C3BC3BB"); openFileDialog1.AutoUpgradeEnabled = true; // Add Links custom place using GUID openFileDialog1.CustomPlaces.Add( new FileDialogCustomPlace( new Guid("BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968"))); // Add Windows custom place using file path. openFileDialog1.CustomPlaces.Add(@"c:\Windows\"); openFileDialog1.ShowDialog();

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Looks like the example from MSDN[^]. I haven't got time to test the code myself - did you get an error, or did the openFileDialog just open without the new CustomPlace?

          I are troll :)

          S 1 Reply Last reply
          0
          • L Lost User

            Looks like the example from MSDN[^]. I haven't got time to test the code myself - did you get an error, or did the openFileDialog just open without the new CustomPlace?

            I are troll :)

            S Offline
            S Offline
            Satish Pai
            wrote on last edited by
            #5

            Yes The the openFileDialog just opened without new custom Place.Tell me what to do ?

            L 1 Reply Last reply
            0
            • S Satish Pai

              HI,Tell me what is wrong in this code i am not able to view the Windows Folder openFileDialog1.CustomPlaces.Add("33E28130-4E1E-4676-835A-98395C3BC3BB"); openFileDialog1.AutoUpgradeEnabled = true; // Add Links custom place using GUID openFileDialog1.CustomPlaces.Add( new FileDialogCustomPlace( new Guid("BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968"))); // Add Windows custom place using file path. openFileDialog1.CustomPlaces.Add(@"c:\Windows\"); openFileDialog1.ShowDialog();

              H Offline
              H Offline
              Henry Minute
              wrote on last edited by
              #6

              Don't ask the same question in two places at once!! It is rude.

              Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

              1 Reply Last reply
              0
              • S Satish Pai

                Yes The the openFileDialog just opened without new custom Place.Tell me what to do ?

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Try it on a computer with a different operating system. It won't work on Windows XP, according to MSDN :(

                I are troll :)

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

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