I am using VB6 and im trying to change a registry entry and ive done some searching on the internet but i just can't seem to find what i need. I need to change the value of a REG_DWORD entry. Here is the location and specific entry that i need to change:

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"CurrentEffectPreset"=dword:00000003

the current value is 3 and i just need something simple to put in the program so i can change it to 0,1,2, or 3 with the click of a button. any help would be greatly appreciated.