Windows Registry Key C#

  • Thread starter Thread starter Giovanni De Angelis
  • Start date 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....
 
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:
 
Wow...I've solve all my problems and now it works well...
Thanks a lot Chris...
bye

Giovanni


Giovanni De Angelis ha scritto:
 
Back
Top