[Mono-winforms-list] [PATCH] Patch for System.Windows.Forms.Application to match MSDN specifications for Application Data
Justin Cherniak
justin.cherniak at gmail.com
Thu Nov 1 11:44:57 EDT 2007
[Reply inline]
On 10/31/07, Miguel de Icaza <miguel at ximian.com> wrote:
> Hello,
>
> > Let me ask, is there any documentation on writing tests, I'm a little
> > unclear on how/where to do this?
>
> But most importantly, this seems to change where things get loaded from,
> where is that documented at?
These changes are documents in MSDN
(http://msdn2.microsoft.com/en-us/library/system.windows.forms.application.commonappdatapath(vs.80).aspx):
"If a path does not exist, one is created in the following format:
Base Path\CompanyName\ProductName\ProductVersion"
> It also seems like some changes to the registry were done, why were
> those done?
> >
The changes to the registry follow the same pattern as above,
specifying that the keys are created if they don't exist.
Again from MSDN
(http://msdn2.microsoft.com/en-us/library/system.windows.forms.application.commonappdataregistry(VS.80).aspx):
"Property Value:
A RegistryKey representing the registry key of the application data
that is shared among all users.
Remarks:
If the key does not exist, it is created in the following format:
LocalMachine\Software\CompanyName\ProductName\ProductVersion
"
Thanks,
Justin
More information about the Mono-winforms-list
mailing list