Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
QuestionStatus bar's progress bar Pin
Elvis_Pretzelator19-Jul-06 5:27
Elvis_Pretzelator19-Jul-06 5:27 
AnswerRe: Status bar's progress bar Pin
Not Active19-Jul-06 5:37
mentorNot Active19-Jul-06 5:37 
AnswerRe: Status bar's progress bar Pin
Stefan Troschuetz19-Jul-06 6:33
Stefan Troschuetz19-Jul-06 6:33 
QuestionHuge file [modified] Pin
abalfazl19-Jul-06 5:24
abalfazl19-Jul-06 5:24 
AnswerRe: Huge file Pin
Not Active19-Jul-06 5:32
mentorNot Active19-Jul-06 5:32 
AnswerRe: Huge file Pin
Super Lloyd19-Jul-06 5:33
Super Lloyd19-Jul-06 5:33 
GeneralRe: Huge file Pin
abalfazl19-Jul-06 5:50
abalfazl19-Jul-06 5:50 
GeneralThe solution Pin
Ennis Ray Lynch, Jr.19-Jul-06 7:00
Ennis Ray Lynch, Jr.19-Jul-06 7:00 
It is two parts, one you have to use a stream with a file so big because you do not have the memory to do otherwise. Secondly, if the file is not indexed your SOL. If it is indexed you can use any traversal algorithm to get the data you need. ( I did this technique with the national do not call list and it works fairly fast)

Also, you may consider c++ if you just need speed.

A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
GeneralRe: The solution Pin
Dan Neely19-Jul-06 7:27
Dan Neely19-Jul-06 7:27 
Generalwell duh Pin
Ennis Ray Lynch, Jr.19-Jul-06 8:36
Ennis Ray Lynch, Jr.19-Jul-06 8:36 
GeneralRe: Huge file Pin
Super Lloyd19-Jul-06 13:36
Super Lloyd19-Jul-06 13:36 
QuestionA question about Asyn-communicating by using UdpClient of .NET. Pin
weiyuw19-Jul-06 5:19
weiyuw19-Jul-06 5:19 
QuestionDateTime picker control Pin
Balaj_C19-Jul-06 5:18
Balaj_C19-Jul-06 5:18 
AnswerRe: DateTime picker control Pin
Not Active19-Jul-06 5:49
mentorNot Active19-Jul-06 5:49 
GeneralRe: DateTime picker control Pin
Balaj_C19-Jul-06 6:14
Balaj_C19-Jul-06 6:14 
QuestionProblems with Interop and Excel versions Pin
Gavin_RTE19-Jul-06 5:11
Gavin_RTE19-Jul-06 5:11 
QuestionTimers not working Pin
donkaiser19-Jul-06 4:42
donkaiser19-Jul-06 4:42 
AnswerRe: Timers not working Pin
stancrm19-Jul-06 4:55
stancrm19-Jul-06 4:55 
GeneralRe: Timers not working Pin
Martin#19-Jul-06 4:56
Martin#19-Jul-06 4:56 
AnswerRe: Timers not working Pin
Martin#19-Jul-06 4:55
Martin#19-Jul-06 4:55 
AnswerRe: Timers not working Pin
stancrm19-Jul-06 7:11
stancrm19-Jul-06 7:11 
GeneralRe: Timers not working Pin
donkaiser19-Jul-06 5:16
donkaiser19-Jul-06 5:16 
GeneralRe: Timers not working Pin
donkaiser19-Jul-06 8:35
donkaiser19-Jul-06 8:35 
GeneralRe: Timers not working Pin
Martin#19-Jul-06 5:20
Martin#19-Jul-06 5:20 
QuestionRe: Timers not working Pin
Martin#19-Jul-06 23:15
Martin#19-Jul-06 23:15 

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.