[Reply inline] On 10/31/07, Miguel de Icaza <[EMAIL PROTECTED]> 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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
