blah blah blah is here! blah blah » Close

0
votes
1 answers

RE to ecomajor's need to determine windows and buttons style

you could get the OS platform programmatically by using Environment.OSVersion. however, to get the speficic type of OS, you need to know the major and minor version as well. Environment.OSVersion will give you: Microsoft Windows NT + ver ...

0
votes
1 answers

Sort Display Problem

i have a dataview that is bound to a datagrid. it uses multiple sort columns. this will cause the sort indicator (the triangle in the column header) not to show. i want the indicator to display in the last column header that is clicked. can ...

Feedback