Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to let the application work with plugins? Pin
Marcelo Emmerich7-Dec-08 6:27
Marcelo Emmerich7-Dec-08 6:27 
GeneralRe: How to let the application work with plugins? Pin
softwarejaeger9-Dec-08 20:02
softwarejaeger9-Dec-08 20:02 
GeneralRe: How to let the application work with plugins? Pin
softwarejaeger10-Dec-08 1:04
softwarejaeger10-Dec-08 1:04 
Questionerror opening excel sheet in c# Pin
emilio_ts6-Dec-08 3:32
emilio_ts6-Dec-08 3:32 
AnswerRe: error opening excel sheet in c# Pin
Wendelius6-Dec-08 3:53
mentorWendelius6-Dec-08 3:53 
GeneralRe: error opening excel sheet in c# Pin
emilio_ts6-Dec-08 3:59
emilio_ts6-Dec-08 3:59 
GeneralRe: error opening excel sheet in c# Pin
Wendelius6-Dec-08 4:30
mentorWendelius6-Dec-08 4:30 
GeneralRe: error opening excel sheet in c# Pin
Dave Kreskowiak6-Dec-08 4:59
mveDave Kreskowiak6-Dec-08 4:59 
It does recognize relative paths and they are relative to the "current directory". The problem is you cannot reliably control, nor assume, what the current directory is. Just launching the .EXE from a folder does not make that folder the current directory. It could be anything. So, knowing that, best practice is to always use fully qualified path names to the files you're working with. Also, the forward slash character, "/", is reserved for command line switches, even though it does work for paths, this can cause you problems that are hard to trace down in future projects. Back slashes, "\", are reserved for path specifications.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: error opening excel sheet in c# Pin
emilio_ts6-Dec-08 5:23
emilio_ts6-Dec-08 5:23 
GeneralRe: error opening excel sheet in c# Pin
Luc Pattyn6-Dec-08 6:23
sitebuilderLuc Pattyn6-Dec-08 6:23 
QuestionTranslating With Babylon using C# Pin
CRAZYCRICKET2256-Dec-08 2:46
CRAZYCRICKET2256-Dec-08 2:46 
QuestionI loathe regular expressions. Pin
jas0n236-Dec-08 1:48
jas0n236-Dec-08 1:48 
AnswerRe: I loathe regular expressions. Pin
beatles16926-Dec-08 3:16
beatles16926-Dec-08 3:16 
GeneralRe: I loathe regular expressions. Pin
jas0n236-Dec-08 3:17
jas0n236-Dec-08 3:17 
AnswerRe: I loathe regular expressions. Pin
Guffa6-Dec-08 3:38
Guffa6-Dec-08 3:38 
AnswerRe: I loathe regular expressions. Pin
Wes Aday6-Dec-08 7:08
professionalWes Aday6-Dec-08 7:08 
GeneralRe: I loathe regular expressions. Pin
Paul Conrad6-Dec-08 7:35
professionalPaul Conrad6-Dec-08 7:35 
GeneralRe: I loathe regular expressions. Pin
jas0n2311-Dec-08 20:14
jas0n2311-Dec-08 20:14 
QuestionHelp needed. Pin
vinay_K6-Dec-08 1:22
vinay_K6-Dec-08 1:22 
QuestionRemove Child Form Control box from MDI Form Pin
Karmendra Suthar5-Dec-08 23:54
Karmendra Suthar5-Dec-08 23:54 
AnswerRe: Remove Child Form Control box from MDI Form Pin
Dave Kreskowiak6-Dec-08 4:24
mveDave Kreskowiak6-Dec-08 4:24 
GeneralRe: Remove Child Form Control box from MDI Form Pin
Karmendra Suthar6-Dec-08 4:32
Karmendra Suthar6-Dec-08 4:32 
GeneralRe: Remove Child Form Control box from MDI Form Pin
Dave Kreskowiak6-Dec-08 5:05
mveDave Kreskowiak6-Dec-08 5:05 
QuestionMicrosoft Sample Pin
AmbitiousBeginner5-Dec-08 23:03
AmbitiousBeginner5-Dec-08 23:03 
QuestionHow to know the .net version of a windows application just looking the code? Pin
Krushna Sahu5-Dec-08 20:57
Krushna Sahu5-Dec-08 20:57 

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.