roaming-profile Questions
3
Solved
I am working on an iPhone application and would really like to determine if the device is roaming so that I can intelligently avoid costing my users expensive connections if out of their home netwo...
Reconcile asked 23/5, 2009 at 0:39
1
In my .NET client application I use the default settings provider with Scope=User and Roaming=True. This works fine in most environments, no matter if client or Terminal Server, except for a custom...
Modernize asked 6/1, 2014 at 9:19
2
Solved
I have a WPF application that must run for all users of a machine with the same settings. The settings must be read/write. I have previously been storing user configuration settings in CommonApplic...
Steib asked 6/12, 2011 at 20:50
2
Solved
Introductory Example
This code
Properties.Settings.Default.MyUserSettingBlah = "some new value";
Properties.Settings.Default.Save();
saves the user.config file to
C:\Users\MyUserName\AppData\L...
Salim asked 22/7, 2010 at 10:6
2
Solved
i want to to persist some filenames for the user (e.g. recent files).
Let's use six example files:
c:\Documents & Settings\Ian\My Documents\Budget.xls
c:\Documents & Settings\Ian\My Docume...
Decompose asked 5/7, 2010 at 17:3
1
© 2022 - 2024 — McMap. All rights reserved.