Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# windows form ComboBox control Pin
Luc Pattyn8-Dec-08 1:54
sitebuilderLuc Pattyn8-Dec-08 1:54 
AnswerRe: C# windows form ComboBox control Pin
Xmen Real 8-Dec-08 4:05
professional Xmen Real 8-Dec-08 4:05 
QuestionFile.Exists - not finding file on PostBack Pin
Member 34028868-Dec-08 1:17
Member 34028868-Dec-08 1:17 
AnswerRe: File.Exists - not finding file on PostBack Pin
Abhijit Jana8-Dec-08 1:27
professionalAbhijit Jana8-Dec-08 1:27 
GeneralRe: File.Exists - not finding file on PostBack Pin
Member 34028868-Dec-08 1:57
Member 34028868-Dec-08 1:57 
GeneralRe: File.Exists - not finding file on PostBack Pin
Dave Kreskowiak8-Dec-08 4:29
mveDave Kreskowiak8-Dec-08 4:29 
QuestionRecent Files Pin
TJS4u8-Dec-08 0:31
TJS4u8-Dec-08 0:31 
AnswerRe: Recent Files Pin
Colin Angus Mackay8-Dec-08 0:43
Colin Angus Mackay8-Dec-08 0:43 
You write code so that you call each time you open a file. This code takes the filename of the file and you store the filename somewhere. When you display the menu that shows the last few files opened to retrieve the information you previously stored.

Where you store that information is up to you. You may decide an XML file works best, maybe in the registry, maybe a database (if you are already using one) or something else.


GeneralRe: Recent Files Pin
Luc Pattyn8-Dec-08 1:56
sitebuilderLuc Pattyn8-Dec-08 1:56 
GeneralRe: Recent Files Pin
Xmen Real 8-Dec-08 4:15
professional Xmen Real 8-Dec-08 4:15 
GeneralRe: Recent Files Pin
Luc Pattyn8-Dec-08 4:35
sitebuilderLuc Pattyn8-Dec-08 4:35 
GeneralRe: Recent File Pin
Xmen Real 8-Dec-08 4:38
professional Xmen Real 8-Dec-08 4:38 
Questionexport Windows Registry information as .REG file using c#.net Pin
sumit70348-Dec-08 0:23
sumit70348-Dec-08 0:23 
AnswerRe: export Windows Registry information as .REG file using c#.net Pin
Giorgi Dalakishvili8-Dec-08 2:59
mentorGiorgi Dalakishvili8-Dec-08 2:59 
QuestionWhat is the difference between Convert.ToInt32() or int.Parse() [modified] Pin
Bottomless Wisdom7-Dec-08 23:32
Bottomless Wisdom7-Dec-08 23:32 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Alan N7-Dec-08 23:50
Alan N7-Dec-08 23:50 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Simon P Stevens8-Dec-08 0:05
Simon P Stevens8-Dec-08 0:05 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
#realJSOP8-Dec-08 0:10
mve#realJSOP8-Dec-08 0:10 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Simon P Stevens8-Dec-08 0:23
Simon P Stevens8-Dec-08 0:23 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Colin Angus Mackay8-Dec-08 0:46
Colin Angus Mackay8-Dec-08 0:46 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Ben Fair8-Dec-08 4:06
Ben Fair8-Dec-08 4:06 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
leppie8-Dec-08 0:47
leppie8-Dec-08 0:47 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
PIEBALDconsult8-Dec-08 2:14
mvePIEBALDconsult8-Dec-08 2:14 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Le centriste8-Dec-08 2:26
Le centriste8-Dec-08 2:26 
Questionabout Chart Control Pin
Seraph_summer7-Dec-08 22:47
Seraph_summer7-Dec-08 22:47 

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.