Hello,
I use DeleteSetting to delete some application registry entries
It works well if the registry entry exists, but if not exist it will throw and exception, I catch it, but I want to prevent it from being thrown.
How can I check if this entry does not exist then don't run this code?
Thank you friends
I use DeleteSetting to delete some application registry entries
Visual Basic:
DeleteSetting("MyApp", "Section")
How can I check if this entry does not exist then don't run this code?
Thank you friends