Thanx for the help. That's exactly what I was looking for. I don't intend on putting anything in the registry that is not already there, but I need to access values for compatibility with an existing solution.
- Robert Beaubien - Sr. Programmer - Kool Software - -----Original Message----- From: Jeff Gonzalez [mailto:rjg444@;hotmail.com] Sent: Thursday, November 14, 2002 2:14 PM To: dotnet Subject: Re: Registry You should avoid using the registry if possible. For things like application settings and what not, there is IsolatedStorage. The Registry classes are in Microsoft.Win32 though if you just have to have them. =) Isolated Storage ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemioisolatedstorageisolateds toragememberstopic.htm Registry Access [C#] http://www.codeproject.com/useritems/dotnet_registry.asp Registry Access [VB.NET] http://www.devcity.net/forums/faq.asp?fid=30&cat=Registry ----Original Message Follows---- From: Robert Beaubien <[EMAIL PROTECTED]> Reply-To: "dotnet" <[EMAIL PROTECTED]> To: "dotnet" <[EMAIL PROTECTED]> Subject: Registry Date: Thu, 14 Nov 2002 14:10:15 -0700 Now do I access the Registry using .NET methods? Thanx, - Robert Beaubien - Sr. Programmer - Kool Software - --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ Jeff Gonzalez .NET Software Engineer Email : [EMAIL PROTECTED], [EMAIL PROTECTED] http://www.15seconds.com/issue/wa.htm#gonzalez _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
