Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
QuestionThreading related question with GUI Pin
EliottA23-Nov-08 12:39
EliottA23-Nov-08 12:39 
AnswerRe: Threading related question with GUI Pin
Mark Churchill23-Nov-08 13:56
Mark Churchill23-Nov-08 13:56 
GeneralRe: Threading related question with GUI Pin
EliottA24-Nov-08 5:12
EliottA24-Nov-08 5:12 
GeneralRe: Threading related question with GUI Pin
Mark Churchill24-Nov-08 13:06
Mark Churchill24-Nov-08 13:06 
QuestionC# App Data Storage Location XP/Vista Pin
Jammer23-Nov-08 9:32
Jammer23-Nov-08 9:32 
AnswerRe: C# App Data Storage Location XP/Vista Pin
Judah Gabriel Himango23-Nov-08 10:46
sponsorJudah Gabriel Himango23-Nov-08 10:46 
GeneralRe: C# App Data Storage Location XP/Vista Pin
Jammer23-Nov-08 10:57
Jammer23-Nov-08 10:57 
AnswerRe: C# App Data Storage Location XP/Vista Pin
Mark Salsbery24-Nov-08 7:36
Mark Salsbery24-Nov-08 7:36 
See Environment.SpecialFolder Enumeration[^]

The recommended place for common (to all users) app data would be under CommonApplicationData.

For per-user data, the ApplicationData and LocalApplicationData can be used for roaming/non roaming per-user
data respectively.

The recommended path for your application under those special folders is

<companyname>/<productname>/<productversion>/...any other subfolders here...


Note: If you use a folder under CommonApplicationData, your installer (or an admin)
will need to give your folder proper access rights for all the users you want
to be able to use your app running un-elevated.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: C# App Data Storage Location XP/Vista Pin
Jammer24-Nov-08 8:28
Jammer24-Nov-08 8:28 
GeneralRe: C# App Data Storage Location XP/Vista Pin
Mark Salsbery24-Nov-08 8:52
Mark Salsbery24-Nov-08 8:52 
GeneralRe: C# App Data Storage Location XP/Vista Pin
Jammer24-Nov-08 10:00
Jammer24-Nov-08 10:00 
QuestionHow to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 7:42
MAP Tiger23-Nov-08 7:42 
AnswerRe: How to execute javascript function from BHO Pin
Christian Graus23-Nov-08 9:20
protectorChristian Graus23-Nov-08 9:20 
GeneralRe: How to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 17:28
MAP Tiger23-Nov-08 17:28 
GeneralRe: How to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 17:40
MAP Tiger23-Nov-08 17:40 
GeneralRe: How to execute javascript function from BHO Pin
Rick Kirch22-Dec-10 6:45
Rick Kirch22-Dec-10 6:45 
QuestionCross threading in class library Pin
MAP Tiger23-Nov-08 7:42
MAP Tiger23-Nov-08 7:42 
AnswerRe: Cross threading in class library Pin
Judah Gabriel Himango23-Nov-08 8:34
sponsorJudah Gabriel Himango23-Nov-08 8:34 
GeneralRe: Cross threading in class library Pin
MAP Tiger23-Nov-08 18:46
MAP Tiger23-Nov-08 18:46 
QuestionXML DTD Vaildation Pin
Alex Grose23-Nov-08 6:53
Alex Grose23-Nov-08 6:53 
GeneralDragging the panel on the form Pin
Sokka9323-Nov-08 5:28
Sokka9323-Nov-08 5:28 
RantRe: Dragging the panel on the form Pin
Paul Conrad23-Nov-08 6:31
professionalPaul Conrad23-Nov-08 6:31 
AnswerRe: Dragging the panel on the form Pin
Sokka9323-Nov-08 6:46
Sokka9323-Nov-08 6:46 
GeneralRe: Dragging the panel on the form Pin
Paul Conrad23-Nov-08 6:48
professionalPaul Conrad23-Nov-08 6:48 
GeneralRe: Dragging the panel on the form Pin
Sokka9323-Nov-08 6:52
Sokka9323-Nov-08 6:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.