Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: Enabling dataGridView sorting for a bound List Pin
Pete O'Hanlon16-Dec-07 12:20
mvePete O'Hanlon16-Dec-07 12:20 
GeneralRe: Enabling dataGridView sorting for a bound List Pin
martin_hughes16-Dec-07 12:33
martin_hughes16-Dec-07 12:33 
GeneralRe: Enabling dataGridView sorting for a bound List Pin
Pete O'Hanlon17-Dec-07 1:15
mvePete O'Hanlon17-Dec-07 1:15 
GeneralRe: Enabling dataGridView sorting for a bound List Pin
martin_hughes17-Dec-07 4:45
martin_hughes17-Dec-07 4:45 
GeneralRe: Enabling dataGridView sorting for a bound List Pin
Pete O'Hanlon17-Dec-07 8:56
mvePete O'Hanlon17-Dec-07 8:56 
GeneralRe: Enabling dataGridView sorting for a bound List Pin
martin_hughes17-Dec-07 9:50
martin_hughes17-Dec-07 9:50 
GeneralRe: Enabling dataGridView sorting for a bound List [modified] Pin
Pete O'Hanlon17-Dec-07 10:00
mvePete O'Hanlon17-Dec-07 10:00 
QuestionFilepaths on Linux and Windows Pin
Johan Martensson16-Dec-07 1:04
Johan Martensson16-Dec-07 1:04 
Could someone clear something up for me...
I'm trying to figure out how to work with filepaths on both Linux and Windows.

If I create a string like the one below, it will work on Windows but not on Linux because of the backslashes.

string s = Application.StartupPath + @"\config\settings.txt";

Would I get the correct path on both operating systems if I use this:

string s = Path.GetFullPath(Application.StartupPath + @"\config\settings.txt");

Or do I have to parse the string manually by using "DirectorySeparatorChar"?
http://johanmartensson.se - Home of MPEG4Watcher

GeneralRe: Filepaths on Linux and Windows Pin
Luc Pattyn16-Dec-07 5:14
sitebuilderLuc Pattyn16-Dec-07 5:14 
GeneralRe: Filepaths on Linux and Windows Pin
Johan Martensson16-Dec-07 22:16
Johan Martensson16-Dec-07 22:16 
GeneralRotate Problem Pin
anupamwb15-Dec-07 22:43
anupamwb15-Dec-07 22:43 
GeneralRe: Rotate Problem Pin
Guffa16-Dec-07 0:22
Guffa16-Dec-07 0:22 
GeneralRe: Rotate Problem Pin
anupamwb16-Dec-07 3:58
anupamwb16-Dec-07 3:58 
AnswerRe: Rotate Problem Pin
techieboi16-Dec-07 17:00
techieboi16-Dec-07 17:00 
GeneralCatch Mouse Event Pin
Sabry190515-Dec-07 22:05
Sabry190515-Dec-07 22:05 
GeneralRe: Catch Mouse Event Pin
Y_R16-Dec-07 5:53
Y_R16-Dec-07 5:53 
QuestionHelp me to design a user form maker! Pin
arefkarimi15-Dec-07 19:12
arefkarimi15-Dec-07 19:12 
GeneralRe: Help me to design a user form maker! Pin
GuyThiebaut16-Dec-07 6:49
professionalGuyThiebaut16-Dec-07 6:49 
GeneralRe: Help me to design a user form maker! Pin
arefkarimi16-Dec-07 18:41
arefkarimi16-Dec-07 18:41 
GeneralRe: Help me to design a user form maker! Pin
GuyThiebaut16-Dec-07 22:40
professionalGuyThiebaut16-Dec-07 22:40 
GeneralDelayed Clipboard rendering Pin
peterchen15-Dec-07 17:40
peterchen15-Dec-07 17:40 
AnswerRe: Delayed Clipboard rendering Pin
Ravi Bhavnani15-Dec-07 20:40
professionalRavi Bhavnani15-Dec-07 20:40 
GeneralOut of Memory Pin
MAW3015-Dec-07 15:41
MAW3015-Dec-07 15:41 
GeneralRe: Out of Memory Pin
Mark Churchill15-Dec-07 19:05
Mark Churchill15-Dec-07 19:05 
JokeRe: Out of Memory Pin
Vasudevan Deepak Kumar15-Dec-07 22:02
Vasudevan Deepak Kumar15-Dec-07 22: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.