Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to open program through C# program and give this program focus Pin
binhvtt15-Nov-09 15:14
binhvtt15-Nov-09 15:14 
QuestionDataGridView line index cells Pin
eyalbi00715-Nov-09 3:31
eyalbi00715-Nov-09 3:31 
AnswerRe: DataGridView line index cells Pin
N a v a n e e t h15-Nov-09 4:06
N a v a n e e t h15-Nov-09 4:06 
QuestionRe: DataGridView line index cells Pin
eyalbi00716-Nov-09 1:07
eyalbi00716-Nov-09 1:07 
AnswerRe: DataGridView line index cells Pin
dojohansen15-Nov-09 23:42
dojohansen15-Nov-09 23:42 
GeneralRe: DataGridView line index cells Pin
eyalbi00715-Nov-09 23:49
eyalbi00715-Nov-09 23:49 
GeneralRe: DataGridView line index cells Pin
dojohansen16-Nov-09 3:05
dojohansen16-Nov-09 3:05 
GeneralRe: DataGridView line index cells Pin
eyalbi00716-Nov-09 3:12
eyalbi00716-Nov-09 3:12 
Thanks a lot, you are totally right!

I found the problem: The column's AutoSizeMode property was set to DataGridViewAutoSizeColumnMode.AllCells, which dragged heavy calculations every time one of the column's cells value was changed.

I changed it to DataGridViewAutoSizeColumnMode.None and now everything works smooth.

In order to have the auto-size functionality, I've set the column's Resizable property to DataGridViewTriState.False, and added calls of AutoResizeColumn(ColumnIndex) where it's needed.

Again, thanks a lot.
Eyal.
GeneralRe: DataGridView line index cells Pin
dojohansen16-Nov-09 3:41
dojohansen16-Nov-09 3:41 
QuestionDLL Reference acting up when moving between computers. Pin
Quiltfish15-Nov-09 2:55
Quiltfish15-Nov-09 2:55 
AnswerRe: DLL Reference acting up when moving between computers. Pin
N a v a n e e t h15-Nov-09 3:42
N a v a n e e t h15-Nov-09 3:42 
GeneralRe: DLL Reference acting up when moving between computers. Pin
Quiltfish15-Nov-09 5:56
Quiltfish15-Nov-09 5:56 
GeneralRe: DLL Reference acting up when moving between computers. Pin
Quiltfish16-Nov-09 4:28
Quiltfish16-Nov-09 4:28 
QuestionHow to install windows service? Pin
Chesnokov Yuriy15-Nov-09 2:55
professionalChesnokov Yuriy15-Nov-09 2:55 
AnswerRe: How to install windows service? Pin
Abhijit Jana15-Nov-09 3:12
professionalAbhijit Jana15-Nov-09 3:12 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 3:39
N a v a n e e t h15-Nov-09 3:39 
GeneralRe: How to install windows service? Pin
#realJSOP15-Nov-09 3:49
professional#realJSOP15-Nov-09 3:49 
GeneralRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 4:03
N a v a n e e t h15-Nov-09 4:03 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 5:04
professionalChesnokov Yuriy15-Nov-09 5:04 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 14:44
N a v a n e e t h15-Nov-09 14:44 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 19:23
professionalChesnokov Yuriy15-Nov-09 19:23 
AnswerRe: How to install windows service? Pin
PIEBALDconsult15-Nov-09 5:50
mvePIEBALDconsult15-Nov-09 5:50 
QuestionWeb Services Pin
Brink Fourie15-Nov-09 2:12
Brink Fourie15-Nov-09 2:12 
AnswerRe: Web Services Pin
OriginalGriff15-Nov-09 2:24
mveOriginalGriff15-Nov-09 2:24 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 3:31
Brink Fourie15-Nov-09 3:31 

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.