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

C#

 
QuestionHow to let the application work with plugins? Pin
softwarejaeger6-Dec-08 4:06
softwarejaeger6-Dec-08 4:06 
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 
Actually what I wrote previously is not quite correct since the relative path is evaluated by Excel so it depends where the excel starts from. Sorry about that.

What you could do is that you use absolute paths in the parameter you pass to the Excel, but if you want the path to be relative from your application point of view, you can use for example Assembly.GetExecutingAssembly and get the location of your application from there. After that you would modify the path the way you want.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: error opening excel sheet in c# Pin
Dave Kreskowiak6-Dec-08 4:59
mveDave Kreskowiak6-Dec-08 4:59 
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 

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.