Hi..
I was wondering..
Would it be possible to delete registry files using code? Maybe API?
And no.. I'm not making a virus.. I know one person who would reply would say that. :-)
Printable View
Hi..
I was wondering..
Would it be possible to delete registry files using code? Maybe API?
And no.. I'm not making a virus.. I know one person who would reply would say that. :-)
OK.. thanks :-)
Be careful when dealing with the Registry
e.g if you saved some colors to the registry you would delete as folows as example
VB Code:
Deletesetting "MyApp","Colors" 'To delete just an individual setting,also supply the setting name: Deletesetting "MyApp","Colors","Other" 'look at some examples first'
the registry is not a file...... its a large catalog. you can delete keys from the registry..... but there are no files.