With the above code i sometimes get "Invalid Procedure Call or Argument" :(Code:DeleteSetting App.EXEName, "Case Number", "Value"
Any ideas what could be wrong?
Printable View
With the above code i sometimes get "Invalid Procedure Call or Argument" :(Code:DeleteSetting App.EXEName, "Case Number", "Value"
Any ideas what could be wrong?
Never mind i have gone with API just need to write it up properly in the morning :) But if anyone can give me an insight into why it errors it would be great :D
DeleteSetting gives an error if the subkey doesn't exist.(Better off with the APIs, particularly SHDeleteKey :thumb: )Code:Invalid ....... Argument