Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
AnswerRe: extracting HTML using .net 1.1 Pin
Christian Graus23-Nov-08 13:03
protectorChristian Graus23-Nov-08 13:03 
GeneralRe: extracting HTML using .net 1.1 Pin
sdmerk23-Nov-08 13:20
sdmerk23-Nov-08 13:20 
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 
Use a system-defined directory for the current user. You can retrieve these using Environment.GetFolderPath, passing in one of the SpecialFolder enum constants.

MSDN has several articles about proper directories to store settings and data files under. Here's one: Best Practice Guidelines for Creating Applications that Migrate Easily[^]



Tech, life, family, faith: Give me a visit.
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango



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 
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 

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.