Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: ThreeState checkBox? Pin
Xenoserv23-May-09 17:02
Xenoserv23-May-09 17:02 
GeneralRe: ThreeState checkBox? Pin
Mycroft Holmes23-May-09 17:45
professionalMycroft Holmes23-May-09 17:45 
AnswerRe: ThreeState checkBox? Pin
Luc Pattyn23-May-09 17:05
sitebuilderLuc Pattyn23-May-09 17:05 
AnswerRe: ThreeState checkBox? Pin
PIEBALDconsult23-May-09 17:52
mvePIEBALDconsult23-May-09 17:52 
GeneralRe: ThreeState checkBox? Pin
Xenoserv23-May-09 21:20
Xenoserv23-May-09 21:20 
AnswerRe: ThreeState checkBox? Pin
DaveyM6924-May-09 0:53
professionalDaveyM6924-May-09 0:53 
QuestionInstall Files In Root Directory Pin
BlitzPackage23-May-09 12:30
BlitzPackage23-May-09 12:30 
AnswerRe: Install Files In Root Directory Pin
Luc Pattyn23-May-09 12:40
sitebuilderLuc Pattyn23-May-09 12:40 
IMO you should not do so. It gets messy pretty soon. AFAIK Vista and future Windows will prevent regular users from doing that anyhow.

The app itself belongs somewhere under C:\Program Files\ using some folder hierarchy reflecting company and product name and possibly version.

The data files your app needs could go in one of the special folders provided for such purpose.
See Environment.GetFolderPath, and SpecialFolder.ApplicationData/CommonApplicationData. There too some folder hierarchy should be applied.

And the user-visible files your app deals with (its documents) probably belong somewhere inside "My Documents" which also should be reached through the corresponding SpecialFolder.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Install Files In Root Directory Pin
BlitzPackage23-May-09 12:54
BlitzPackage23-May-09 12:54 
GeneralRe: Install Files In Root Directory Pin
Luc Pattyn23-May-09 13:04
sitebuilderLuc Pattyn23-May-09 13:04 
GeneralRe: Install Files In Root Directory Pin
BlitzPackage23-May-09 13:15
BlitzPackage23-May-09 13:15 
AnswerRe: Install Files In Root Directory Pin
harold aptroot23-May-09 12:59
harold aptroot23-May-09 12:59 
AnswerRe: Install Files In Root Directory Pin
BlitzPackage23-May-09 13:10
BlitzPackage23-May-09 13:10 
AnswerRe: Install Files In Root Directory Pin
Eddy Vluggen23-May-09 21:10
professionalEddy Vluggen23-May-09 21:10 
Questionhow to make the service to get stopped by itself once it has performed its job? Pin
Gilly Kumar23-May-09 12:09
Gilly Kumar23-May-09 12:09 
AnswerRe: how to make the service to get stopped by itself once it has performed its job? Pin
PIEBALDconsult23-May-09 17:54
mvePIEBALDconsult23-May-09 17:54 
GeneralRe: how to make the service to get stopped by itself once it has performed its job? Pin
Gilly Kumar24-May-09 3:02
Gilly Kumar24-May-09 3:02 
QuestionPostMessage a mouse click without bringing the target window into focus?? Pin
FocusedWolf23-May-09 11:52
FocusedWolf23-May-09 11:52 
AnswerRe: PostMessage a mouse click without bringing the target window into focus?? Pin
Luc Pattyn23-May-09 12:00
sitebuilderLuc Pattyn23-May-09 12:00 
QuestionWaiting for response in NetworkStream Pin
Quake2Player23-May-09 9:34
Quake2Player23-May-09 9:34 
AnswerRe: Waiting for response in NetworkStream Pin
Eddy Vluggen23-May-09 21:15
professionalEddy Vluggen23-May-09 21:15 
AnswerRe: Waiting for response in NetworkStream Pin
Quake2Player23-May-09 21:21
Quake2Player23-May-09 21:21 
GeneralRe: Waiting for response in NetworkStream Pin
Luc Pattyn24-May-09 1:38
sitebuilderLuc Pattyn24-May-09 1:38 
QuestionReading XML File Pin
M_Aurelius23-May-09 8:26
M_Aurelius23-May-09 8:26 
AnswerRe: Reading XML File Pin
Henry Minute23-May-09 14:02
Henry Minute23-May-09 14:02 

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.