Click here to Skip to main content
15,918,333 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionQuick Question - Events / Event Handleing Pin
Jawz-X21-Jul-06 10:38
Jawz-X21-Jul-06 10:38 
AnswerRe: Quick Question - Events / Event Handleing Pin
Rob Graham21-Jul-06 11:08
Rob Graham21-Jul-06 11:08 
GeneralRe: Quick Question - Events / Event Handleing Pin
Jawz-X22-Jul-06 10:03
Jawz-X22-Jul-06 10:03 
QuestionDetecting Framework executables and versions Pin
Joshua Lunsford21-Jul-06 6:14
Joshua Lunsford21-Jul-06 6:14 
AnswerRe: Detecting Framework executables and versions Pin
Paul Conrad21-Jul-06 11:29
professionalPaul Conrad21-Jul-06 11:29 
QuestionMultithreading Pin
k_dasaprakash20-Jul-06 2:19
k_dasaprakash20-Jul-06 2:19 
AnswerRe: Multithreading Pin
Keith Malwitz20-Jul-06 4:39
Keith Malwitz20-Jul-06 4:39 
AnswerRe: Multithreading Pin
Rob Graham21-Jul-06 11:00
Rob Graham21-Jul-06 11:00 
why not create a class to process a single site code, and a manager class that creates an array of instances of the first (sitewatcher) class based on a configuration file entrly (list of the site codes). In ieach sitewatcher class, create volatile booleans to represent the states you are interesed in (make them volatile so that the compiler doesn't optimize their usage in loops, etc. Have your manager class periodically iterate the array of sitewatches, if any is not complete, check for files, if there are any, start a filemover theread on that instance, mark it as busy, then move on to the next. repeat the iteration until all are complete...at the end of the day, if all are complete, move or remove tthe files for each, clear the complete flag for each instance, and start all over.
Using a configuration file to specify the sitewatcher entries in the list will make it easy to add another site, just edit the config file and restart the app.

QuestionProblem using a Multiview inside of a Formview! Pin
gabru12319-Jul-06 10:31
gabru12319-Jul-06 10:31 
AnswerRe: Problem using a Multiview inside of a Formview! Pin
Mr programboy10-Dec-08 0:14
Mr programboy10-Dec-08 0:14 
QuestionDataGrid: setting an indexed property as mappingname value. Pin
space_doggy19-Jul-06 10:02
space_doggy19-Jul-06 10:02 
AnswerRe: DataGrid: setting an indexed property as mappingname value. Pin
Josh Smith19-Jul-06 10:41
Josh Smith19-Jul-06 10:41 
QuestionRe: DataGrid: setting an indexed property as mappingname value. Pin
space_doggy19-Jul-06 11:13
space_doggy19-Jul-06 11:13 
AnswerRe: DataGrid: setting an indexed property as mappingname value. Pin
Josh Smith19-Jul-06 12:48
Josh Smith19-Jul-06 12:48 
GeneralRe: DataGrid: setting an indexed property as mappingname value. Pin
space_doggy19-Jul-06 13:00
space_doggy19-Jul-06 13:00 
QuestionInstaller for C# program Pin
Megaspocky19-Jul-06 9:49
Megaspocky19-Jul-06 9:49 
AnswerRe: Installer for C# program Pin
Josh Smith19-Jul-06 9:57
Josh Smith19-Jul-06 9:57 
AnswerRe: Installer for C# program Pin
Paul Conrad19-Jul-06 14:46
professionalPaul Conrad19-Jul-06 14:46 
AnswerRe: Installer for C# program Pin
Ed.Poore19-Jul-06 22:37
Ed.Poore19-Jul-06 22:37 
QuestionServer Application Unavailable Pin
mahesh kukkadapu19-Jul-06 7:29
mahesh kukkadapu19-Jul-06 7:29 
AnswerRe: Server Application Unavailable Pin
Mike Dimmick21-Jul-06 4:11
Mike Dimmick21-Jul-06 4:11 
QuestionGet drive letter for USB flash drive [modified] Pin
mmhu19-Jul-06 4:13
mmhu19-Jul-06 4:13 
QuestionNeed help creating something!! Pin
kevincoy19-Jul-06 3:35
kevincoy19-Jul-06 3:35 
AnswerRe: Need help creating something!! Pin
Robert Rohde19-Jul-06 3:54
Robert Rohde19-Jul-06 3:54 
GeneralRe: Need help creating something!! Pin
kevincoy19-Jul-06 5:19
kevincoy19-Jul-06 5:19 

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.