Click here to Skip to main content
15,916,600 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need help to show text lines from .txt file in listbox Pin
Richard MacCutchan13-Dec-12 22:48
mveRichard MacCutchan13-Dec-12 22:48 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
dr_iton14-Dec-12 0:10
dr_iton14-Dec-12 0:10 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
Richard MacCutchan14-Dec-12 1:59
mveRichard MacCutchan14-Dec-12 1:59 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
dr_iton14-Dec-12 4:21
dr_iton14-Dec-12 4:21 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
Richard MacCutchan14-Dec-12 4:39
mveRichard MacCutchan14-Dec-12 4:39 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
dr_iton14-Dec-12 6:10
dr_iton14-Dec-12 6:10 
Questionprocess Pin
messages13-Dec-12 19:04
messages13-Dec-12 19:04 
AnswerRe: process Pin
OriginalGriff13-Dec-12 21:49
mveOriginalGriff13-Dec-12 21:49 
QuestionThe semaphore timeout period has expired. Pin
C-P-User-313-Dec-12 8:01
C-P-User-313-Dec-12 8:01 
QuestionTextChat works fine and users are added to the list but VoiceChat doesn't work Pin
sagarDuwal13-Dec-12 7:47
sagarDuwal13-Dec-12 7:47 
AnswerRe: TextChat works fine and users are added to the list but VoiceChat doesn't work Pin
OriginalGriff13-Dec-12 8:15
mveOriginalGriff13-Dec-12 8:15 
QuestionLogin Screen Pin
txmatt13-Dec-12 5:15
txmatt13-Dec-12 5:15 
AnswerRe: Login Screen Pin
OriginalGriff13-Dec-12 5:21
mveOriginalGriff13-Dec-12 5:21 
AnswerRe: Login Screen Pin
XsenseX13-Dec-12 5:28
XsenseX13-Dec-12 5:28 
GeneralRe: Login Screen Pin
OriginalGriff13-Dec-12 5:42
mveOriginalGriff13-Dec-12 5:42 
AnswerRe: Login Screen Pin
Matt U.13-Dec-12 7:00
Matt U.13-Dec-12 7:00 
GeneralRe: Login Screen Pin
txmatt13-Dec-12 7:04
txmatt13-Dec-12 7:04 
QuestionIs there an issue with this script? Pin
Vasudevan Deepak Kumar13-Dec-12 4:38
Vasudevan Deepak Kumar13-Dec-12 4:38 
AnswerRe: Is there an issue with this script? Pin
OriginalGriff13-Dec-12 5:00
mveOriginalGriff13-Dec-12 5:00 
GeneralRe: Is there an issue with this script? Pin
Vasudevan Deepak Kumar13-Dec-12 6:17
Vasudevan Deepak Kumar13-Dec-12 6:17 
AnswerRe: Is there an issue with this script? Pin
Eddy Vluggen13-Dec-12 6:43
professionalEddy Vluggen13-Dec-12 6:43 
Vasudevan Deepak Kumar wrote:
Is there an issue with this script?

That would be unlikely. More likely is that the app hits an exception, and with the tasks executing in parallel, it'd abort after a number of times.

Try a different path; in the Program Files folder there'll be paths that you don't have access to, files that are locked and more.

--edit
The results of my three consecutive runs;
Processed 11714 files in 106908 milleseconds
Processed 11718 files in 105843 milleseconds
Processed 11714 files in 103945 milleseconds

If you want to know "what" files were added/removed in the meantime, then simply write the filenames you encounter to a text-file. Use a tool like "WinDiff" to visualize the differences between those text-files.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]


modified 13-Dec-12 12:55pm.

Questionстрана говна Pin
WebMaster12-Dec-12 22:00
WebMaster12-Dec-12 22:00 
AnswerRe: страна говна Pin
Pete O'Hanlon12-Dec-12 22:41
mvePete O'Hanlon12-Dec-12 22:41 
GeneralRe: страна говна Pin
Killzone DeathMan12-Dec-12 23:30
Killzone DeathMan12-Dec-12 23:30 
GeneralRe: страна говна Pin
Richard MacCutchan13-Dec-12 2:50
mveRichard MacCutchan13-Dec-12 2:50 

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.