Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Embedded *.chm help file Pin
Giorgi Dalakishvili1-Mar-08 23:32
mentorGiorgi Dalakishvili1-Mar-08 23:32 
GeneralRe: Embedded *.chm help file Pin
nike_arh1-Mar-08 23:38
nike_arh1-Mar-08 23:38 
GeneralRe: Embedded *.chm help file Pin
Giorgi Dalakishvili1-Mar-08 23:42
mentorGiorgi Dalakishvili1-Mar-08 23:42 
GeneralRe: Embedded *.chm help file Pin
nike_arh2-Mar-08 0:17
nike_arh2-Mar-08 0:17 
GeneralRe: Embedded *.chm help file Pin
Giorgi Dalakishvili2-Mar-08 4:59
mentorGiorgi Dalakishvili2-Mar-08 4:59 
QuestionOh Sheesh ... how do you pass objects as parameters? Pin
Jammer1-Mar-08 12:07
Jammer1-Mar-08 12:07 
AnswerRe: Oh Sheesh ... how do you pass objects as parameters? Pin
Christian Graus1-Mar-08 12:13
protectorChristian Graus1-Mar-08 12:13 
GeneralRe: Oh Sheesh ... how do you pass objects as parameters? Pin
Jammer1-Mar-08 12:25
Jammer1-Mar-08 12:25 
Christian Graus wrote:
No, you're asking clear questions, posting code, and asking in the right place. I say bring it on !!!


GREAT! I am trying to be as structured about this as possible as any ambiguity in questions can just add to the confusion ... something I really don't need at the moment! Smile | :)


Christian Graus wrote:
Why are you returning object and not List<fileentry> ?


Noted ... I simply thought that as it was an object, the object keyword was the way to go with that ... I'll amend that in the code. I actually got this working just a moment ago by just adding to this line thus:
static void GetDirectoryFiles(List<FileEntry> SingleDirectoryFileStore, DirectoryInfo filesInDirectory)


I made the mistake originally by adding it again to this line:

foreach (DirectoryInfo dir in directorySubDirectory)
{
    GetDirectoryFiles(SingleDirectoryFileStore, dir);
}


But of course ... its passing it back into the original code that is already aware of what SingleDirectoryFileStore is ...

I'm REALLY interested in the other point you make about storing the last scan directory and cacheing the results. Also how would I go about making the List<FileEntry> a member variable? I'm not even sure what a member variable is!
GeneralRe: Oh Sheesh ... how do you pass objects as parameters? Pin
Christian Graus1-Mar-08 12:56
protectorChristian Graus1-Mar-08 12:56 
GeneralRe: Oh Sheesh ... how do you pass objects as parameters? Pin
Jammer1-Mar-08 13:07
Jammer1-Mar-08 13:07 
GeneralRe: Oh Sheesh ... how do you pass objects as parameters? Pin
Christian Graus1-Mar-08 13:34
protectorChristian Graus1-Mar-08 13:34 
QuestionHow to run application after login before explorer.exe runs? Pin
yasa1-Mar-08 10:21
yasa1-Mar-08 10:21 
GeneralRe: How to run application after login before explorer.exe runs? Pin
Christian Graus1-Mar-08 10:32
protectorChristian Graus1-Mar-08 10:32 
GeneralRe: How to run application after login before explorer.exe runs? Pin
PIEBALDconsult1-Mar-08 16:24
mvePIEBALDconsult1-Mar-08 16:24 
GeneralRe: How to run application after login before explorer.exe runs? Pin
User 23822921-Mar-08 18:10
User 23822921-Mar-08 18:10 
GeneralContext Menu Strips Pin
MarkMokris1-Mar-08 4:53
MarkMokris1-Mar-08 4:53 
AnswerRe: Context Menu Strips Pin
Eslam Afifi1-Mar-08 10:41
Eslam Afifi1-Mar-08 10:41 
GeneralSemi-Transparent Form Click Pass-Through Pin
User 127821-Mar-08 4:10
User 127821-Mar-08 4:10 
GeneralRe: Semi-Transparent Form Click Pass-Through Pin
mav.northwind1-Mar-08 6:02
mav.northwind1-Mar-08 6:02 
GeneralRe: Semi-Transparent Form Click Pass-Through Pin
User 127824-Mar-08 17:09
User 127824-Mar-08 17:09 
QuestionC# Pin
Nath1-Mar-08 0:15
Nath1-Mar-08 0:15 
GeneralRe: C# Pin
yogesh_kumar_agarwal1-Mar-08 0:28
yogesh_kumar_agarwal1-Mar-08 0:28 
GeneralRe: C# Pin
Luc Pattyn1-Mar-08 0:49
sitebuilderLuc Pattyn1-Mar-08 0:49 
JokeRe: C# Pin
Xmen Real 1-Mar-08 2:32
professional Xmen Real 1-Mar-08 2:32 
GeneralRead the forum guidelines Pin
pmarfleet1-Mar-08 2:32
pmarfleet1-Mar-08 2:32 

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.