Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
AnswerRe: How and Why a Super class can keep the reference of its sub class Pin
Christian Graus3-Dec-08 18:12
protectorChristian Graus3-Dec-08 18:12 
GeneralRe: How and Why a Super class can keep the reference of its sub class Pin
amit sahu203-Dec-08 18:25
amit sahu203-Dec-08 18:25 
GeneralRe: How and Why a Super class can keep the reference of its sub class Pin
Christian Graus3-Dec-08 18:31
protectorChristian Graus3-Dec-08 18:31 
QuestionOpenFileDialog directory path Pin
Maddie from Dartford3-Dec-08 17:35
Maddie from Dartford3-Dec-08 17:35 
AnswerRe: OpenFileDialog directory path Pin
CodingYoshi3-Dec-08 17:42
CodingYoshi3-Dec-08 17:42 
GeneralRe: OpenFileDialog directory path Pin
Maddie from Dartford3-Dec-08 19:10
Maddie from Dartford3-Dec-08 19:10 
AnswerRe: OpenFileDialog directory path Pin
tonyjsebastian13-Dec-08 17:46
tonyjsebastian13-Dec-08 17:46 
GeneralRe: OpenFileDialog directory path Pin
Luc Pattyn3-Dec-08 17:47
sitebuilderLuc Pattyn3-Dec-08 17:47 
Hi,

it all depends on FileDialog.RestoreDirectory:

- by default false, meaning your app's current directory will be set to your most recent selection (hence two dialogs will influence each other)
- when true, current directory is not affected (but if you want a dialog to open where
it got closed last time, then you have to program for that explicitly).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: OpenFileDialog directory path Pin
tonyjsebastian13-Dec-08 18:18
tonyjsebastian13-Dec-08 18:18 
GeneralRe: OpenFileDialog directory path Pin
Maddie from Dartford3-Dec-08 19:05
Maddie from Dartford3-Dec-08 19:05 
GeneralRe: OpenFileDialog directory path Pin
Guffa3-Dec-08 19:52
Guffa3-Dec-08 19:52 
GeneralRe: OpenFileDialog directory path Pin
Maddie from Dartford3-Dec-08 21:31
Maddie from Dartford3-Dec-08 21:31 
GeneralRe: OpenFileDialog directory path Pin
Guffa3-Dec-08 22:07
Guffa3-Dec-08 22:07 
QuestionWriting All listView1 Items, Weird... Pin
jas0n233-Dec-08 16:52
jas0n233-Dec-08 16:52 
AnswerRe: Writing All listView1 Items, Weird... Pin
CodingYoshi3-Dec-08 17:58
CodingYoshi3-Dec-08 17:58 
AnswerRe: Writing All listView1 Items, Weird... Pin
Christian Graus3-Dec-08 18:11
protectorChristian Graus3-Dec-08 18:11 
GeneralRe: Writing All listView1 Items, Weird... Pin
jas0n233-Dec-08 18:32
jas0n233-Dec-08 18:32 
QuestionData Field Values... Pin
Illegal Operation3-Dec-08 14:30
Illegal Operation3-Dec-08 14:30 
AnswerRe: Data Field Values... Pin
Christian Graus3-Dec-08 14:58
protectorChristian Graus3-Dec-08 14:58 
AnswerRe: Data Field Values... Pin
CodingYoshi3-Dec-08 18:12
CodingYoshi3-Dec-08 18:12 
QuestionQuestion about ZedGraph and Data Types Pin
Rafone3-Dec-08 13:09
Rafone3-Dec-08 13:09 
AnswerRe: Question about ZedGraph and Data Types Pin
Christian Graus3-Dec-08 13:12
protectorChristian Graus3-Dec-08 13:12 
GeneralRe: Question about ZedGraph and Data Types Pin
Rafone3-Dec-08 13:31
Rafone3-Dec-08 13:31 
GeneralRe: Question about ZedGraph and Data Types Pin
Christian Graus3-Dec-08 13:51
protectorChristian Graus3-Dec-08 13:51 
QuestionUsing a TextBox as Console replacement. Pin
Mr.Brainley3-Dec-08 12:16
Mr.Brainley3-Dec-08 12:16 

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.