VS 2008 (VB Express) Registry.GetValue question

M

Matt Pollicove

Hi there.

I'm trying to read from:
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current

to get the value in: (Default)

using: strCurrentSound =
My.Computer.Registry.GetValue("HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\",
".Current", tmp)

But I can't get a value and I know there's a filename stored there.

Can anyone tell me where I'm going wrong?

Thanks,
Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top