Click here to Skip to main content
15,906,106 members
Home / Discussions / C#
   

C#

 
Generalhidden column in a checkedListBox control Pin
abhishk2001@yahoo.com8-Sep-04 12:47
abhishk2001@yahoo.com8-Sep-04 12:47 
QuestionEvent Handler hierarchy in WinForms??? Pin
LongRange.Shooter8-Sep-04 10:57
LongRange.Shooter8-Sep-04 10:57 
AnswerRe: Event Handler hierarchy in WinForms??? Pin
Christian Graus8-Sep-04 15:43
protectorChristian Graus8-Sep-04 15:43 
GeneralRe: Event Handler hierarchy in WinForms??? Pin
LongRange.Shooter9-Sep-04 3:14
LongRange.Shooter9-Sep-04 3:14 
GeneralRe: Event Handler hierarchy in WinForms??? Pin
LongRange.Shooter9-Sep-04 3:59
LongRange.Shooter9-Sep-04 3:59 
GeneralDatagrid cloumn to Array Pin
Vodstok8-Sep-04 6:46
Vodstok8-Sep-04 6:46 
GeneralRe: Datagrid cloumn to Array Pin
Nick Parker8-Sep-04 8:49
protectorNick Parker8-Sep-04 8:49 
GeneralRe: Datagrid cloumn to Array Pin
Vodstok9-Sep-04 6:08
Vodstok9-Sep-04 6:08 
I am making some progress, but i am hitting a wall at one point i have code that looks like this:

string[] bender = this.DataGrid1.Items[1].Cells[0].Text.Split(new char[]{'*'});

I am wondering how to do this, and wether or not it is even worth a try:
I am looking to make Items[1] look through all the rows, not just the one specified. Basically, if there are 7 rows of info, i want it to go through rows 0-6 and create an array of all the information. to test i have a "foreach" statement that writes a line of asp .net code that displays each of the results in it's own tag.

What is bothering me is that asp .net obviously has tools in place to gather the information in the dataview and make it into an array, then display that information in a table in the form of a datagrid. i want to crack that code so that i can make it write other kinds of formats, not just a datagrid.

Yes, I am the highly suggestable type.
GeneralSelecting multiple items in RichTextBox programmatically Pin
Anonymous8-Sep-04 6:02
Anonymous8-Sep-04 6:02 
GeneralRe: Selecting multiple items in RichTextBox programmatically Pin
mav.northwind8-Sep-04 7:49
mav.northwind8-Sep-04 7:49 
GeneralRe: Selecting multiple items in RichTextBox programmatically Pin
Anonymous8-Sep-04 8:10
Anonymous8-Sep-04 8:10 
GeneralRe: Selecting multiple items in RichTextBox programmatically Pin
Nick Parker8-Sep-04 9:11
protectorNick Parker8-Sep-04 9:11 
Generalconverting gregorian to lunar calendar Pin
xiaowenjie8-Sep-04 5:34
xiaowenjie8-Sep-04 5:34 
GeneralRe: converting gregorian to lunar calendar Pin
Heath Stewart8-Sep-04 10:11
protectorHeath Stewart8-Sep-04 10:11 
QuestionHow to Convert VB.NET to C# ????? Pin
Inquire2you8-Sep-04 4:51
Inquire2you8-Sep-04 4:51 
AnswerRe: How to Convert VB.NET to C# ????? Pin
mav.northwind8-Sep-04 5:09
mav.northwind8-Sep-04 5:09 
GeneralRe: How to Convert VB.NET to C# ????? Pin
Inquire2you8-Sep-04 5:43
Inquire2you8-Sep-04 5:43 
GeneralRe: How to Convert VB.NET to C# ????? Pin
mav.northwind8-Sep-04 6:16
mav.northwind8-Sep-04 6:16 
GeneralRe: How to Convert VB.NET to C# ????? Pin
Inquire2you9-Sep-04 2:14
Inquire2you9-Sep-04 2:14 
GeneralCalling c functions in a .h file from C# Pin
donmorr8-Sep-04 4:43
donmorr8-Sep-04 4:43 
GeneralRe: Calling c functions in a .h file from C# Pin
Nick Parker8-Sep-04 9:22
protectorNick Parker8-Sep-04 9:22 
GeneralRe: Calling c functions in a .h file from C# Pin
donmorr9-Sep-04 4:07
donmorr9-Sep-04 4:07 
QuestionC# How to disable focus?? Pin
adnanh758-Sep-04 2:02
adnanh758-Sep-04 2:02 
AnswerRe: C# How to disable focus?? Pin
Sebastian Schneider8-Sep-04 2:21
Sebastian Schneider8-Sep-04 2:21 
GeneralRe: C# How to disable focus?? Pin
adnanh758-Sep-04 2:24
adnanh758-Sep-04 2:24 

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.