Click here to Skip to main content
16,012,759 members
Home / Discussions / C#
   

C#

 
GeneralRe: file viewer Pin
User 663428923-Nov-09 1:15
User 663428923-Nov-09 1:15 
GeneralRe: file viewer Pin
Ashfield23-Nov-09 1:22
Ashfield23-Nov-09 1:22 
AnswerRe: file viewer Pin
dojohansen23-Nov-09 1:30
dojohansen23-Nov-09 1:30 
QuestionNeed help-How to add Bing Maps in a C# Pin
ashz100022-Nov-09 11:18
ashz100022-Nov-09 11:18 
AnswerRe: Need help-How to add Bing Maps in a C# Pin
Blue_Boy22-Nov-09 11:59
Blue_Boy22-Nov-09 11:59 
JokeRe: Need help-How to add Bing Maps in a C# Pin
Luc Pattyn22-Nov-09 13:47
sitebuilderLuc Pattyn22-Nov-09 13:47 
QuestionGetting application config directory folder path Pin
Jordanwb22-Nov-09 10:50
Jordanwb22-Nov-09 10:50 
AnswerRe: Getting application config directory folder path Pin
Dave Kreskowiak22-Nov-09 18:32
mveDave Kreskowiak22-Nov-09 18:32 
The app.config file is usually in the same folder as the .EXE. Assembly.GetExecutingAssembly.Location() will return the full path to the .EXE that is running. You can use the Path class to get just the path without the .EXE filename and use that to build the complete path to the app.config.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




Questionproblem in change form's Skin Pin
SajjadZare22-Nov-09 10:27
SajjadZare22-Nov-09 10:27 
AnswerRe: problem in change form's Skin Pin
Dave Kreskowiak22-Nov-09 18:27
mveDave Kreskowiak22-Nov-09 18:27 
AnswerRe: problem in change form's Skin Pin
Shameel22-Nov-09 23:17
professionalShameel22-Nov-09 23:17 
Questionflowlayout Pin
farokhian22-Nov-09 10:01
farokhian22-Nov-09 10:01 
AnswerRe: flowlayout Pin
Luc Pattyn22-Nov-09 10:18
sitebuilderLuc Pattyn22-Nov-09 10:18 
AnswerRe: flowlayout Pin
Shameel22-Nov-09 23:19
professionalShameel22-Nov-09 23:19 
Questionwia user interface Pin
mehrdad33322-Nov-09 8:50
mehrdad33322-Nov-09 8:50 
AnswerRe: wia user interface Pin
Ashfield22-Nov-09 21:38
Ashfield22-Nov-09 21:38 
QuestionHow to change form's skin ? [modified] Pin
SajjadZare22-Nov-09 5:31
SajjadZare22-Nov-09 5:31 
AnswerRe: How to change form's skin ? Pin
Richard MacCutchan22-Nov-09 7:08
mveRichard MacCutchan22-Nov-09 7:08 
QuestionNeed to Learn Split Method Pin
M Riaz Bashir22-Nov-09 0:38
M Riaz Bashir22-Nov-09 0:38 
AnswerRe: Need to Learn Split Method Pin
Richard MacCutchan22-Nov-09 1:14
mveRichard MacCutchan22-Nov-09 1:14 
GeneralRe: Need to Learn Split Method Pin
M Riaz Bashir22-Nov-09 1:45
M Riaz Bashir22-Nov-09 1:45 
GeneralRe: Need to Learn Split Method Pin
Richard MacCutchan22-Nov-09 2:00
mveRichard MacCutchan22-Nov-09 2:00 
GeneralRe: Need to Learn Split Method Pin
PIEBALDconsult22-Nov-09 3:49
mvePIEBALDconsult22-Nov-09 3:49 
GeneralRe: Need to Learn Split Method Pin
OriginalGriff22-Nov-09 4:28
mveOriginalGriff22-Nov-09 4:28 
GeneralRe: Need to Learn Split Method Pin
Shameel22-Nov-09 23:24
professionalShameel22-Nov-09 23:24 

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.