Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
QuestionGet int value of DWORD parameter Pin
TheDudeJuan15-Nov-09 5:11
TheDudeJuan15-Nov-09 5:11 
AnswerRe: Get int value of DWORD parameter Pin
Richard MacCutchan15-Nov-09 5:23
mveRichard MacCutchan15-Nov-09 5:23 
AnswerRe: Get int value of DWORD parameter Pin
Luc Pattyn15-Nov-09 5:53
sitebuilderLuc Pattyn15-Nov-09 5:53 
Questionhow to open program through C# program and give this program focus Pin
E_Gold15-Nov-09 3:35
E_Gold15-Nov-09 3:35 
AnswerRe: how to open program through C# program and give this program focus Pin
Abhijit Jana15-Nov-09 3:43
professionalAbhijit Jana15-Nov-09 3:43 
GeneralRe: how to open program through C# program and give this program focus Pin
SimpleData15-Nov-09 5:36
SimpleData15-Nov-09 5:36 
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 
Hi,

I'm trying to add line index cell to my DataGridView by iterating over the rows.
However, when the list has many rows (hundreds), this loop takes very long time due to CPU consuming.

The "heavy" part is converting the "int" to "String".

The code:
for (int iRowIter = 0; iRowIter < this.Rows.Count; iRowIter++)
                this.Rows[iRowIter].Cells[0].Value = iRowIter + 1;


Any suggestions?
Thanks!
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 
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 

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.