Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing Interface as a parameter Pin
0x3c015-Aug-08 3:43
0x3c015-Aug-08 3:43 
AnswerRe: Passing Interface as a parameter Pin
Pete O'Hanlon15-Aug-08 8:33
mvePete O'Hanlon15-Aug-08 8:33 
QuestionCan a file be opened? Pin
__DanC__15-Aug-08 2:43
__DanC__15-Aug-08 2:43 
AnswerRe: Can a file be opened? Pin
Anthony Mushrow15-Aug-08 2:57
professionalAnthony Mushrow15-Aug-08 2:57 
GeneralRe: Can a file be opened? Pin
__DanC__15-Aug-08 2:58
__DanC__15-Aug-08 2:58 
GeneralRe: Can a file be opened? Pin
PIEBALDconsult15-Aug-08 3:15
mvePIEBALDconsult15-Aug-08 3:15 
GeneralRe: Can a file be opened? Pin
__DanC__15-Aug-08 3:37
__DanC__15-Aug-08 3:37 
GeneralRe: Can a file be opened? Pin
Anthony Mushrow15-Aug-08 6:28
professionalAnthony Mushrow15-Aug-08 6:28 
If the file is opened within a thread you control, then perhaps you could set something up to track which files you have open. Then you could just check against the tracker.

Perhaps this tracker could also fire events so that other threads wouldn't have to keep checking to see if the file is available. Maybe even a waiting list so you can see how many threads are waiting to open a file, you could even prioritize the list.... the possibilities are endless. But err, maybe just a list of files you have open.

My current favourite word is: I'm starting to run out of fav. words!
-SK Genius

Game Programming articles start -here[^]-

Questionvideo indexer Pin
sana1715-Aug-08 0:47
sana1715-Aug-08 0:47 
AnswerRe: video indexer Pin
AhsanS15-Aug-08 1:15
AhsanS15-Aug-08 1:15 
GeneralRe: video indexer Pin
sana1715-Aug-08 8:41
sana1715-Aug-08 8:41 
AnswerRe: video indexer Pin
Ashfield15-Aug-08 1:18
Ashfield15-Aug-08 1:18 
AnswerRe: video indexer Pin
#realJSOP15-Aug-08 1:22
mve#realJSOP15-Aug-08 1:22 
AnswerRe: video indexer Pin
blackjack215015-Aug-08 1:41
blackjack215015-Aug-08 1:41 
AnswerRe: video indexer Pin
Manas Bhardwaj15-Aug-08 2:03
professionalManas Bhardwaj15-Aug-08 2:03 
QuestionAdd event to DataGridViewTextBoxColumn Pin
kaasir_214-Aug-08 22:32
kaasir_214-Aug-08 22:32 
AnswerRe: Add event to DataGridViewTextBoxColumn Pin
teejayem15-Aug-08 2:21
teejayem15-Aug-08 2:21 
Questionnetflow collector. Pin
Stephen Lintott14-Aug-08 22:31
Stephen Lintott14-Aug-08 22:31 
AnswerRe: netflow collector. Pin
leppie14-Aug-08 23:31
leppie14-Aug-08 23:31 
GeneralRe: netflow collector. Pin
Stephen Lintott14-Aug-08 23:35
Stephen Lintott14-Aug-08 23:35 
GeneralRe: netflow collector. Pin
leppie14-Aug-08 23:41
leppie14-Aug-08 23:41 
GeneralRe: netflow collector. Pin
Stephen Lintott14-Aug-08 23:46
Stephen Lintott14-Aug-08 23:46 
GeneralRe: netflow collector. Pin
leppie14-Aug-08 23:50
leppie14-Aug-08 23:50 
GeneralRe: netflow collector. Pin
Stephen Lintott15-Aug-08 1:01
Stephen Lintott15-Aug-08 1:01 
QuestionHow to deep-copy the ListCollectionView? Pin
Michael Sync14-Aug-08 22:30
Michael Sync14-Aug-08 22:30 

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.