Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
AnswerRe: RealTime Pin
Luc Pattyn16-May-11 12:10
sitebuilderLuc Pattyn16-May-11 12:10 
QuestionThreadPool don't work Pin
abbd16-May-11 5:24
abbd16-May-11 5:24 
AnswerRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 5:46
mvePete O'Hanlon16-May-11 5:46 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 5:55
abbd16-May-11 5:55 
AnswerRe: ThreadPool don't work Pin
Ian Shlasko16-May-11 6:12
Ian Shlasko16-May-11 6:12 
GeneralRe: ThreadPool don't work Pin
Luc Pattyn16-May-11 12:12
sitebuilderLuc Pattyn16-May-11 12:12 
AnswerRe: ThreadPool don't work Pin
SledgeHammer0116-May-11 6:17
SledgeHammer0116-May-11 6:17 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 6:21
abbd16-May-11 6:21 
AnswerRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 6:20
mvePete O'Hanlon16-May-11 6:20 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 6:36
abbd16-May-11 6:36 
AnswerRe: ThreadPool don't work Pin
Daniel Scott16-May-11 6:46
Daniel Scott16-May-11 6:46 
GeneralRe: ThreadPool don't work Pin
abbd16-May-11 6:47
abbd16-May-11 6:47 
GeneralRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 6:58
mvePete O'Hanlon16-May-11 6:58 
AnswerRe: ThreadPool don't work Pin
Mark Salsbery16-May-11 6:55
Mark Salsbery16-May-11 6:55 
GeneralRe: ThreadPool don't work Pin
abbd16-May-11 6:58
abbd16-May-11 6:58 
GeneralRe: ThreadPool don't work Pin
Pete O'Hanlon16-May-11 7:01
mvePete O'Hanlon16-May-11 7:01 
GeneralRe: ThreadPool don't work Pin
Luc Pattyn16-May-11 12:16
sitebuilderLuc Pattyn16-May-11 12:16 
QuestionRe: ThreadPool don't work Pin
abbd16-May-11 22:27
abbd16-May-11 22:27 
AnswerRe: ThreadPool don't work Pin
BobJanova16-May-11 22:37
BobJanova16-May-11 22:37 
NewsRe: ThreadPool don't work Pin
abbd16-May-11 22:45
abbd16-May-11 22:45 
GeneralRe: ThreadPool don't work [modified] Pin
abbd16-May-11 23:30
abbd16-May-11 23:30 
QuestionDivide width of row datagrid in C# with screen specification ???? Pin
aa_zz16-May-11 0:53
aa_zz16-May-11 0:53 
hi all.
I divide width of row datagridview in c# .
when i set columnHeaderVisible = true: OK
but i set columnHeaderVisible = false: it have been wrong 1 desert = width of row header.

question : when set columnHeaderVisible = false. how i do to width of rows in datagrid not wrong ???

please help me.
code

dataGridView.Height = h*12;
dataGridView.RowTemplate.Height = h;
if dataGridView.columnHeaderVisible = true ==> ok
but : dataGridView.columnHeaderVisible = false ==> not ok

nothing
GeneralRe: Divide width of row datagrid in C# with screen specification ???? Pin
Programm3r16-May-11 3:54
Programm3r16-May-11 3:54 
AnswerRe: Divide width of row datagrid in C# with screen specification ???? Pin
Dave Kreskowiak16-May-11 4:02
mveDave Kreskowiak16-May-11 4:02 
Questionhow to find out installed MS-office is 64-bit or 32-bit via registry? Pin
SRKSHOME15-May-11 23:17
SRKSHOME15-May-11 23:17 

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.