Click here to Skip to main content
15,888,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Why not work as Guest Pin
Eddy Vluggen7-Apr-09 15:07
professionalEddy Vluggen7-Apr-09 15:07 
AnswerRe: Why not work as Guest Pin
Dave Kreskowiak7-Apr-09 10:47
mveDave Kreskowiak7-Apr-09 10:47 
QuestionCharacter Set Question Pin
sunil goyalG7-Apr-09 5:43
sunil goyalG7-Apr-09 5:43 
AnswerRe: Character Set Question Pin
Dave Kreskowiak7-Apr-09 7:13
mveDave Kreskowiak7-Apr-09 7:13 
Questionthe speed of my program is low Pin
en.Mahdi7-Apr-09 3:32
en.Mahdi7-Apr-09 3:32 
AnswerRe: the speed of my program is low Pin
Dave Kreskowiak7-Apr-09 3:52
mveDave Kreskowiak7-Apr-09 3:52 
AnswerRe: the speed of my program is low Pin
Eddy Vluggen7-Apr-09 3:54
professionalEddy Vluggen7-Apr-09 3:54 
AnswerRe: the speed of my program is low Pin
Luc Pattyn7-Apr-09 4:35
sitebuilderLuc Pattyn7-Apr-09 4:35 
Hi,

since you did not show any code and did not provide much detail, here is a wild guess:
maybe you are adding records to the GridView/DataGrid/DataGridView one by one, causing Windows to recalculate and repaint the grid every time, instead of just once. There are ways to improve this:
- keep the grid invisible till it is filled;
- use SuspendLayout() and ResumeLayout() once;
- use AddRange() instead of Add();
- use data binding.

If the wild guess is way off, tell us more and/or show code.

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


Questionhow to identify parent form name from a user control Pin
arun_pk7-Apr-09 1:19
arun_pk7-Apr-09 1:19 
AnswerRe: how to identify parent form name from a user control Pin
Christian Graus7-Apr-09 1:23
protectorChristian Graus7-Apr-09 1:23 
GeneralRe: how to identify parent form name from a user control Pin
arun_pk7-Apr-09 1:34
arun_pk7-Apr-09 1:34 
GeneralRe: how to identify parent form name from a user control Pin
Henry Minute7-Apr-09 2:21
Henry Minute7-Apr-09 2:21 
GeneralRe: how to identify parent form name from a user control Pin
arun_pk7-Apr-09 2:31
arun_pk7-Apr-09 2:31 
GeneralRe: how to identify parent form name from a user control Pin
Dave Kreskowiak7-Apr-09 3:51
mveDave Kreskowiak7-Apr-09 3:51 
QuestionDesign Advice - How many ways to skin a cat? Pin
RobS237-Apr-09 0:47
RobS237-Apr-09 0:47 
AnswerRe: Design Advice - How many ways to skin a cat? Pin
Tom Deketelaere7-Apr-09 1:15
professionalTom Deketelaere7-Apr-09 1:15 
GeneralRe: Design Advice - How many ways to skin a cat? Pin
RobS237-Apr-09 1:42
RobS237-Apr-09 1:42 
QuestionCRC-CCITT Pin
singende6-Apr-09 22:05
singende6-Apr-09 22:05 
QuestionRe: CRC-CCITT Pin
CPallini6-Apr-09 23:33
mveCPallini6-Apr-09 23:33 
AnswerRe: CRC-CCITT Pin
CPallini7-Apr-09 0:10
mveCPallini7-Apr-09 0:10 
GeneralRe: CRC-CCITT Pin
Luc Pattyn7-Apr-09 5:49
sitebuilderLuc Pattyn7-Apr-09 5:49 
GeneralRe: CRC-CCITT Pin
CPallini7-Apr-09 6:47
mveCPallini7-Apr-09 6:47 
GeneralRe: CRC-CCITT Pin
Rajesh R Subramanian8-May-09 20:22
professionalRajesh R Subramanian8-May-09 20:22 
QuestionLOOPING Problem Pin
vijay24826-Apr-09 21:23
vijay24826-Apr-09 21:23 
AnswerRe: LOOPING Problem Pin
Christian Graus6-Apr-09 21:45
protectorChristian Graus6-Apr-09 21:45 

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.