addin

  1. eagle00789

    Question not able to read registry

    I have the following 2 lines of code to read some value from the registry upon opening my about-form, but the registry isn't being read and the default value isn't used. Dim LicenseTo = My.Computer.Registry.GetValue("HKEY_CURRENT_USER\Software\sample\app\License", "LicenseTo", "DEMO")...
  2. S

    VS Explorer for Visual Studio released.

    VS Explorer adds a Windows Explorer-Like file and folder browsing window to Visual Studio. It provides complete access to file and folder context menus (including 3rd party extensions such as TortoiseSVN) and drag-drop functionality which allows directly adding files/folders to your projects. VS...
Back
Top