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

C#

 
GeneralRe: C# and excel Pin
Balaj_C14-Jun-06 10:53
Balaj_C14-Jun-06 10:53 
Questionmultiple line label Pin
donkaiser14-Jun-06 9:37
donkaiser14-Jun-06 9:37 
AnswerRe: multiple line label Pin
donkaiser14-Jun-06 9:58
donkaiser14-Jun-06 9:58 
QuestionClass missing. Pin
NaNg1524114-Jun-06 8:22
NaNg1524114-Jun-06 8:22 
AnswerRe: Class missing. Pin
Josh Smith14-Jun-06 8:33
Josh Smith14-Jun-06 8:33 
GeneralRe: Class missing. Pin
NaNg1524114-Jun-06 8:59
NaNg1524114-Jun-06 8:59 
QuestionPosting small icons in details view Pin
acezrwild81714-Jun-06 8:16
acezrwild81714-Jun-06 8:16 
Question[Message Deleted] Pin
lulu044114-Jun-06 8:12
lulu044114-Jun-06 8:12 
AnswerRe: Administrative system of parking tower Pin
David Crow14-Jun-06 8:19
David Crow14-Jun-06 8:19 
GeneralRe: Administrative system of parking tower Pin
lulu044115-Jun-06 5:30
lulu044115-Jun-06 5:30 
GeneralRe: Administrative system of parking tower Pin
David Crow15-Jun-06 5:41
David Crow15-Jun-06 5:41 
AnswerRe: Administrative system of parking tower Pin
Josh Smith14-Jun-06 8:33
Josh Smith14-Jun-06 8:33 
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 

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.