Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
AnswerRe: Raw Data to Image in C# Pin
Guffa15-Feb-09 19:47
Guffa15-Feb-09 19:47 
QuestionHow to round the result up to the integer? Pin
Ravi Munde15-Feb-09 19:13
Ravi Munde15-Feb-09 19:13 
AnswerRe: How to round the result up to the integer? Pin
S a n d y15-Feb-09 19:34
S a n d y15-Feb-09 19:34 
AnswerRe: How to round the result up to the integer? Pin
Vikram A Punathambekar15-Feb-09 19:43
Vikram A Punathambekar15-Feb-09 19:43 
Questioncan we force the GC to collect memory . Pin
prasadbuddhika15-Feb-09 18:54
prasadbuddhika15-Feb-09 18:54 
AnswerRe: can we force the GC to collect memory . Pin
Gonxh Aniket15-Feb-09 18:57
Gonxh Aniket15-Feb-09 18:57 
GeneralRe: can we force the GC to collect memory . Pin
prasadbuddhika15-Feb-09 19:06
prasadbuddhika15-Feb-09 19:06 
GeneralRe: can we force the GC to collect memory . Pin
Vikram A Punathambekar15-Feb-09 19:47
Vikram A Punathambekar15-Feb-09 19:47 
GeneralRe: can we force the GC to collect memory . Pin
Christian Graus15-Feb-09 19:58
protectorChristian Graus15-Feb-09 19:58 
GeneralRe: can we force the GC to collect memory . Pin
Wes Aday16-Feb-09 4:09
professionalWes Aday16-Feb-09 4:09 
GeneralRe: can we force the GC to collect memory . Pin
N a v a n e e t h15-Feb-09 20:58
N a v a n e e t h15-Feb-09 20:58 
QuestionTreeview document to save existing xml file... Pin
raj23136215-Feb-09 18:47
raj23136215-Feb-09 18:47 
QuestionHow save treeview xml document to xml document Pin
raj23136215-Feb-09 18:46
raj23136215-Feb-09 18:46 
QuestionHow to select parents nodes of a child node Pin
Gonxh Aniket15-Feb-09 17:56
Gonxh Aniket15-Feb-09 17:56 
QuestionTabs not refresh Pin
CodingLover15-Feb-09 16:15
CodingLover15-Feb-09 16:15 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 16:30
sitebuilderLuc Pattyn15-Feb-09 16:30 
GeneralRe: Tabs not refresh Pin
CodingLover15-Feb-09 16:56
CodingLover15-Feb-09 16:56 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 17:01
sitebuilderLuc Pattyn15-Feb-09 17:01 
NewsRe: Tabs not refresh Pin
CodingLover15-Feb-09 17:15
CodingLover15-Feb-09 17:15 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 17:28
sitebuilderLuc Pattyn15-Feb-09 17:28 
GeneralRe: Tabs not refresh Pin
CodingLover15-Feb-09 17:40
CodingLover15-Feb-09 17:40 
AnswerRe: Tabs not refresh Pin
Luc Pattyn16-Feb-09 0:02
sitebuilderLuc Pattyn16-Feb-09 0:02 
Hi,

now you mention textboxes. They are known to be slow, loading them is a quadratic job. How much data should they hold?

Reading 10MB of text files in 10 seconds is rather slow assuming a modern PC. What is the data, how difficult is the parsing, show a couple of lines.

And show some code!


CodingLover wrote:
data adding start on a button click


What button? Or do you mean the tab of a tab page?

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


modified on Sunday, June 12, 2011 8:09 AM

AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 17:12
sitebuilderLuc Pattyn15-Feb-09 17:12 
QuestionManaging application execution Pin
jimmov115-Feb-09 15:59
jimmov115-Feb-09 15:59 
AnswerRe: Managing application execution Pin
Luc Pattyn15-Feb-09 16:36
sitebuilderLuc Pattyn15-Feb-09 16:36 

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.