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. Web Development
  3. ASP.NET
  4. How to write in registry

How to write in registry

Scheduled Pinned Locked Moved ASP.NET
questionwindows-admintutorial
4 Posts 4 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.
  • F Offline
    F Offline
    FishiFishi
    wrote on last edited by
    #1

    How can i create a folder/file in registry and how can I write in the registry file?

    Regards, Qaiser Nadeem

    H V 2 Replies Last reply
    0
    • F FishiFishi

      How can i create a folder/file in registry and how can I write in the registry file?

      Regards, Qaiser Nadeem

      H Offline
      H Offline
      Hareesh P R
      wrote on last edited by
      #2

      using Microsoft.Win32; ------........................ RegistryKey rsub = Registry.CurrentUser;//under currrent user rsub.CreateSubKey("abc"); RegistryKey r = Registry.CurrentUser.OpenSubKey("abcd", true); r.SetValue("sdate", DateTime.Now.Date.ToShortDateString()); r.SetValue("version", "00-0000"); -..........................

      Hari

      1 Reply Last reply
      0
      • F FishiFishi

        How can i create a folder/file in registry and how can I write in the registry file?

        Regards, Qaiser Nadeem

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        Do not cross-post. Your other similar duplicated post in C# forum has already getting responses: http://www.codeproject.com/script/comments/forums.asp?msg=2163581&forumid=1649#xx2163581xx[^]

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        B 1 Reply Last reply
        0
        • V Vasudevan Deepak Kumar

          Do not cross-post. Your other similar duplicated post in C# forum has already getting responses: http://www.codeproject.com/script/comments/forums.asp?msg=2163581&forumid=1649#xx2163581xx[^]

          Vasudevan Deepak Kumar Personal Homepage Tech Gossips

          B Offline
          B Offline
          Bino B
          wrote on last edited by
          #4

          Eben if its a cross post its kind of informative. :mad:

          Regards Bino

          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