Windows Registry Key C#

  • Thread starter Giovanni De Angelis
  • Start date
G

Giovanni De Angelis

Hi all,
I am trying to develop a program in C# and I need to change some
registry keys with a dinamic entries. Let's explain better.
I've to change automatically the "Briefcase Path" key of the
partnership created by Microsoft Active Sync but the name is not fixed.

I'd like to find in the registry the key named "Briefcase Path" and
then to change the value with a chosen one.
Usually the key is located in:

\HKEY_CURRENT_USER\Software\Microsoft\Windows CE
Services\Partners\NUMPARTNERSHIP\Service\Synchronisation\BriefCase Path



and NUMPARTNERSHIP is a name dinamically created for each parntnership
by Active Sync. Does anybody knows a way to solve this problem in C#?


Thanks for your advice


Giovanni

Ps.I'm sorry as I've posted the same message on Developer...Hope you'll
help me....
 
G

Giovanni De Angelis

Thanx a lot....Now I'm trying to put the pieces together to solve my
problems...
Have a nice day..

Giovanni



Chris Fulstow ha scritto:
 
G

Giovanni De Angelis

Wow...I've solve all my problems and now it works well...
Thanks a lot Chris...
bye

Giovanni


Giovanni De Angelis ha scritto:
 

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