Click here to Skip to main content
15,920,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can i change color of part of the text that will appear on Static Label ? Pin
Pete O'Hanlon26-Sep-07 9:40
mvePete O'Hanlon26-Sep-07 9:40 
QuestionHelp access database and select statement Pin
KppsK25-Sep-07 22:35
KppsK25-Sep-07 22:35 
AnswerRe: Help access database and select statement Pin
Christian Graus25-Sep-07 22:43
protectorChristian Graus25-Sep-07 22:43 
GeneralRe: Help access database and select statement Pin
KppsK25-Sep-07 23:17
KppsK25-Sep-07 23:17 
GeneralRe: Help access database and select statement Pin
leckey26-Sep-07 3:18
leckey26-Sep-07 3:18 
GeneralRe: Help access database and select statement Pin
Ri Qen-Sin30-Sep-07 2:45
Ri Qen-Sin30-Sep-07 2:45 
QuestionRead Large Text File Pin
satsumatable25-Sep-07 21:53
satsumatable25-Sep-07 21:53 
AnswerRe: Read Large Text File Pin
ESTAN25-Sep-07 23:42
ESTAN25-Sep-07 23:42 
I think that you can read it fast enough with Streamreader. But I don't know what the results will be for your memory...

If you are intending to pass this info into a database. You might wanne create a Data Transformation Service
(DTS) package for the (bulk) insert. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtspapps_21rn.asp

For the rest I want to suggest you, because you specified GUI, that while reading to a GUI, you don't update/redraw the GUI, because this will slow down the whole process. When passing them to a listview, the good way is:
listview1.BeginUpdate()

READ + ADD TO LISTVIEW1

listview1.EndUpdate()

Good luck, if not satisfied, please provide more details on your project.
AnswerRe: Read Large Text File Pin
benjymous26-Sep-07 0:30
benjymous26-Sep-07 0:30 
QuestionInput date in datagridview Pin
Thomas Ngoc25-Sep-07 21:44
Thomas Ngoc25-Sep-07 21:44 
QuestionTransfering Video File through Sockets Pin
DeepOceans25-Sep-07 21:37
DeepOceans25-Sep-07 21:37 
QuestionConnection pooling in multithreaded environment Pin
rakeshaparna25-Sep-07 21:20
rakeshaparna25-Sep-07 21:20 
AnswerRe: Connection pooling in multithreaded environment Pin
il_masacratore27-Sep-07 21:48
il_masacratore27-Sep-07 21:48 
AnswerRe: How to create Gantt Chart with Crystalreport in C# Winform? Pin
Malcolm Smart25-Sep-07 21:24
Malcolm Smart25-Sep-07 21:24 
GeneralTo the OP of this thread.... Pin
Malcolm Smart25-Sep-07 22:01
Malcolm Smart25-Sep-07 22:01 
GeneralRe: How to create Gantt Chart with Crystalreport in C# Winform? Pin
Malcolm Smart25-Sep-07 22:12
Malcolm Smart25-Sep-07 22:12 
GeneralRe: How to create Gantt Chart with Crystalreport in C# Winform? Pin
Pete O'Hanlon25-Sep-07 23:05
mvePete O'Hanlon25-Sep-07 23:05 
QuestionCreating a HTML file Pin
M. J. Jaya Chitra25-Sep-07 20:42
M. J. Jaya Chitra25-Sep-07 20:42 
AnswerRe: Creating a HTML file Pin
Sathesh Sakthivel26-Sep-07 0:27
Sathesh Sakthivel26-Sep-07 0:27 
QuestionHow can i know if the string in some Static label is to long ? Pin
Yanshof25-Sep-07 20:25
Yanshof25-Sep-07 20:25 
AnswerRe: How can i know if the string in some Static label is to long ? [modified] Pin
Malcolm Smart25-Sep-07 21:20
Malcolm Smart25-Sep-07 21:20 
QuestionWhat shud one do? Pin
Hum Dum25-Sep-07 20:04
Hum Dum25-Sep-07 20:04 
AnswerRe: What shud one do? Pin
Bino B25-Sep-07 20:07
Bino B25-Sep-07 20:07 
GeneralRe: What shud one do? Pin
Scott Dorman25-Sep-07 20:13
professionalScott Dorman25-Sep-07 20:13 
AnswerRe: What shud one do? Pin
Scott Dorman25-Sep-07 20:11
professionalScott Dorman25-Sep-07 20:11 

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.