Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Data in the registry...
#1
I'm working with a plugin for Winamp...File Write where I want to set up the options outside of Winamp.

I emailed the guy who wrote the plug in and asked:
Where is the data for the File Write dll?!?!
He replied:
Quote:In the registry. Under HKCU\Software\Jasper van de Gronde\...

So with knowing that...and only that...what do I do now to start working with this?
Here is more information on the plugin:
http://home.hccnet.nl/th.v.d.gronde/dev/...index.html


Thanks,
Jimmy Vig
#2
str Registry="Software\Jasper van de Gronde\File Writer output plugin"
str s
if(rget(s "StringToBeExpanded" Registry))
out s

So I'm assuming I can write the same way.


Forum Jump:


Users browsing this thread: 1 Guest(s)