Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~796 People Reached
Favorite Forums
Favorite Tags
Member Avatar for music613

Any thoughts on a clean way to modify an extant (and otherwise "ordinary") listBox such that it has more than one column? Further, once so altered, how to populate said listBox? example: listBox1.MultiColumn = true; ... now, I'm stuck! :(

Member Avatar for kplcjl
0
143
Member Avatar for music613

Simple question. Is is possible to allow a user to modify the order of rows in a displayed datagridview simply by dragging a given row up or down?

Member Avatar for hericles
0
40
Member Avatar for music613

I need to tackle the question of threading in Visual C# application development. In its most basic use, I will need to "branch out" to SQL SPs (for example), but need to be able to inform the user that "I'm doing something" - such as the following outline: 1- user …

Member Avatar for abelLazm
0
301
Member Avatar for music613

I need to take the content of a C# datatable and deposit it (...) in a new Excel spreadsheet. I have seen some good generic code to do this, however, my problem is that I need to be specific, column by column, as to the format of the cells. For …

Member Avatar for Momerath
0
184
Member Avatar for music613

I have a checked list box with an unknown number of items some of which may have been checked. I need to know how to determine which of the items have been checked. For purposes of discussion, assume that my checked list box is called myCheckedListBox. In theory, I need …

Member Avatar for music613
0
128