Click here to Skip to main content
15,908,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Err when add record into database Pin
Dave Kreskowiak23-Aug-07 3:14
mveDave Kreskowiak23-Aug-07 3:14 
QuestionDelegates [modified] Pin
ASPnoob22-Aug-07 13:02
ASPnoob22-Aug-07 13:02 
AnswerRe: Delegates Pin
Christian Graus22-Aug-07 15:52
protectorChristian Graus22-Aug-07 15:52 
QuestionHighlighting text in a webbrowser control Pin
Ahmad Zaidi22-Aug-07 11:09
Ahmad Zaidi22-Aug-07 11:09 
AnswerRe: Highlighting text in a webbrowser control Pin
nlarson1122-Aug-07 11:28
nlarson1122-Aug-07 11:28 
QuestionMost Efficient Data Control Pin
errorfunktion22-Aug-07 8:59
errorfunktion22-Aug-07 8:59 
AnswerRe: Most Efficient Data Control Pin
Luc Pattyn22-Aug-07 14:10
sitebuilderLuc Pattyn22-Aug-07 14:10 
GeneralRe: Most Efficient Data Control Pin
errorfunktion22-Aug-07 18:13
errorfunktion22-Aug-07 18:13 
Not really sorry,

A picture box provides a graphics object that you may use to draw paint
whatever you like on, text included hence it can be used to show a table of data.
I may have neglected to mention this: If this data was static then I wouldn't even bother asking the question. New data is constantly received and displayed in new lines while older lines are deleted, this is my concern with performance.
The update rate is fast perhaps once a second.
Updating a ListView control therefore might seem more efficient since it only requires two actions: add and remove item. Updating the tablepanel will take a loop of 500*NumberOfColumns actions.
Which one of the ways I have listed is likely to take the least amount of CPU time?
GeneralRe: Most Efficient Data Control Pin
Dave Kreskowiak23-Aug-07 3:10
mveDave Kreskowiak23-Aug-07 3:10 
QuestionDataGrid Record Loop. Pin
Smokeywade22-Aug-07 8:27
Smokeywade22-Aug-07 8:27 
AnswerRe: DataGrid Record Loop. Pin
jchigg200022-Aug-07 9:00
jchigg200022-Aug-07 9:00 
GeneralRe: DataGrid Record Loop. Pin
Smokeywade22-Aug-07 9:49
Smokeywade22-Aug-07 9:49 
GeneralRe: DataGrid Record Loop. Pin
jchigg200022-Aug-07 10:14
jchigg200022-Aug-07 10:14 
GeneralRe: DataGrid Record Loop. Pin
Smokeywade22-Aug-07 10:38
Smokeywade22-Aug-07 10:38 
GeneralRe: DataGrid Record Loop. Pin
Johan Hakkesteegt23-Aug-07 2:06
Johan Hakkesteegt23-Aug-07 2:06 
GeneralRe: DataGrid Record Loop. Pin
Smokeywade23-Aug-07 4:10
Smokeywade23-Aug-07 4:10 
QuestionRe: DataGrid Record Loop. Pin
Smokeywade23-Aug-07 10:00
Smokeywade23-Aug-07 10:00 
AnswerRe: DataGrid Record Loop. Pin
Johan Hakkesteegt28-Aug-07 21:35
Johan Hakkesteegt28-Aug-07 21:35 
QuestionCross-thread operation not valid. Please plz Help Pin
TechPrince22-Aug-07 8:07
TechPrince22-Aug-07 8:07 
AnswerRe: Cross-thread operation not valid. Please plz Help Pin
Dave Kreskowiak23-Aug-07 3:23
mveDave Kreskowiak23-Aug-07 3:23 
QuestionHow associate different event handler at runtime Pin
Amer Rehman22-Aug-07 7:25
Amer Rehman22-Aug-07 7:25 
AnswerRe: How associate different event handler at runtime Pin
kubben22-Aug-07 8:34
kubben22-Aug-07 8:34 
AnswerRe: How associate different event handler at runtime Pin
Luc Pattyn22-Aug-07 14:19
sitebuilderLuc Pattyn22-Aug-07 14:19 
QuestionMultidimension arrays and gridview Pin
shrihit22-Aug-07 6:55
shrihit22-Aug-07 6:55 
AnswerRe: Multidimension arrays and gridview Pin
San@Coding22-Aug-07 17:40
San@Coding22-Aug-07 17:40 

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.