Click here to Skip to main content
15,889,858 members
Home / Discussions / C#
   

C#

 
AnswerRe: Administrative system of parking tower Pin
Dan Neely14-Jun-06 9:30
Dan Neely14-Jun-06 9:30 
GeneralRe: Administrative system of parking tower Pin
Josh Smith14-Jun-06 9:49
Josh Smith14-Jun-06 9:49 
QuestionNat Traversal Problem Pin
snouto14-Jun-06 8:11
snouto14-Jun-06 8:11 
AnswerRe: Nat Traversal Problem Pin
leppie14-Jun-06 23:47
leppie14-Jun-06 23:47 
GeneralRe: Nat Traversal Problem Pin
snouto15-Jun-06 0:26
snouto15-Jun-06 0:26 
QuestionCopy & Paste Problems in Win Forms Pin
gruszkad14-Jun-06 7:24
gruszkad14-Jun-06 7:24 
QuestionDataGridView Refresh Problems Pin
Melon0014-Jun-06 6:21
Melon0014-Jun-06 6:21 
AnswerRe: DataGridView Refresh Problems Pin
Mr. VB.NET14-Jun-06 7:14
Mr. VB.NET14-Jun-06 7:14 
Well you hit it on the head, the refresh forces the repaint. When you minimize and resize it does pretty much the same thing.

I know of no other alternative than a refresh.

Are you populating the data in the grid in the same form? Is it a long operation to get the data? Watch out for a long operations in any method of the main form, it causes delays in the repaint logic. The application acts like it's dead for a while.

You can use delegates, and invoke.required checks to make it work better if it's a long operation.
GeneralRe: DataGridView Refresh Problems Pin
Office Lineman14-Jun-06 7:26
Office Lineman14-Jun-06 7:26 
QuestionShutdown Computer Through C Program. Pin
Droze14-Jun-06 6:14
Droze14-Jun-06 6:14 
AnswerRe: Shutdown Computer Through C Program. Pin
Jun Du14-Jun-06 7:04
Jun Du14-Jun-06 7:04 
GeneralRe: Shutdown Computer Through C Program. Pin
Droze14-Jun-06 7:24
Droze14-Jun-06 7:24 
GeneralRe: Shutdown Computer Through C Program. Pin
Jun Du14-Jun-06 7:28
Jun Du14-Jun-06 7:28 
GeneralRe: Shutdown Computer Through C Program. Pin
Droze14-Jun-06 7:46
Droze14-Jun-06 7:46 
GeneralRe: Shutdown Computer Through C Program. Pin
Droze14-Jun-06 8:06
Droze14-Jun-06 8:06 
GeneralRe: Shutdown Computer Through C Program. Pin
Dan Neely14-Jun-06 9:21
Dan Neely14-Jun-06 9:21 
AnswerRe: Shutdown Computer Through C Program. Pin
Droze14-Jun-06 9:32
Droze14-Jun-06 9:32 
AnswerRe: Shutdown Computer Through C Program. Pin
Koushik Biswas15-Jun-06 10:36
Koushik Biswas15-Jun-06 10:36 
QuestionReporting Service install problem... Pin
ersinsivaz14-Jun-06 6:01
ersinsivaz14-Jun-06 6:01 
AnswerRe: Reporting Service install problem... Pin
Suamal14-Jun-06 19:15
Suamal14-Jun-06 19:15 
QuestionRunning parallely single Application with two differnt versions Pin
kumar.bs14-Jun-06 5:59
kumar.bs14-Jun-06 5:59 
AnswerRe: Running parallely single Application with two differnt versions Pin
Mr. VB.NET14-Jun-06 6:10
Mr. VB.NET14-Jun-06 6:10 
GeneralRe: Running parallely single Application with two differnt versions Pin
kumar.bs14-Jun-06 6:17
kumar.bs14-Jun-06 6:17 
GeneralRe: Running parallely single Application with two differnt versions Pin
Mr. VB.NET14-Jun-06 6:21
Mr. VB.NET14-Jun-06 6:21 
GeneralRe: Running parallely single Application with two differnt versions Pin
Tim Paaschen14-Jun-06 20:44
Tim Paaschen14-Jun-06 20:44 

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.