Jump to content

Visual Basic .NET: Difference between revisions

m
no edit summary
m (toying around with registry ... file associations look promising)
mNo edit summary
Line 23: Line 23:


Since .bsl in an unique suffix it would be enough to set 2 nodes:
Since .bsl in an unique suffix it would be enough to set 2 nodes:
  SOFTWARE\Classes\bsl_auto_file\shell\edit\command, ""(leave value name empty), (path to bsl editor), RegistryValueKind.String
  SOFTWARE\Classes\bsl_auto_file\shell\edit\command, ""(leave value name empty), (path to bsl editor plus file as argument), RegistryValueKind.String
  SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bsl\OpenWithProgids, bsl_auto_file, New Byte() {}, RegistryValueKind.None
  SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bsl\OpenWithProgids, bsl_auto_file, New Byte() {}, RegistryValueKind.None


8,452

edits