Recent Files
-
hello all what is the technique behind the implementing an option like recent files for a window application in c#.... the last 5 projects to be shown always and it must be open when user clicks for it... same as in Visual studio.NET
-
hello all what is the technique behind the implementing an option like recent files for a window application in c#.... the last 5 projects to be shown always and it must be open when user clicks for it... same as in Visual studio.NET
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.
Developer Day Scotland 2 - Free community conference Recent blog posts: *Throwing Exceptions *Training Developers * Method hiding or overriding - or the difference between new and virtual
-
hello all what is the technique behind the implementing an option like recent files for a window application in c#.... the last 5 projects to be shown always and it must be open when user clicks for it... same as in Visual studio.NET
Hi, there are several articles about this subject. Here is one of them.[^] :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
-
Hi, there are several articles about this subject. Here is one of them.[^] :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
dude, i dont think its a good idea to write files info in registry. It will keep there even if you remove the app or you also need to code when uninstalling and so...
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can
-
dude, i dont think its a good idea to write files info in registry. It will keep there even if you remove the app or you also need to code when uninstalling and so...
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can
Hi, some think otherwise, see e.g. HKEY_CURRENT_USER\Software\Microsoft\MSDN\9.0\WebBrowser\MRU HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\File MRU HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\File MRU HKEY_CURRENT_USER\Software\Microsoft\VCExpress\9.0\FileMRUList and where ever you put it, you will have to clean up upon removal. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
-
Hi, some think otherwise, see e.g. HKEY_CURRENT_USER\Software\Microsoft\MSDN\9.0\WebBrowser\MRU HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\File MRU HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\File MRU HKEY_CURRENT_USER\Software\Microsoft\VCExpress\9.0\FileMRUList and where ever you put it, you will have to clean up upon removal. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
mate, these softwares get remove but they dont remove their info from reg. thats why system startup keep slow even you uninstall the soft, isnt it ?
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can