Click here to Skip to main content
15,923,168 members
Home / Discussions / C#
   

C#

 
Generallistview makes debuguer stop working Pin
IsaacB13-Oct-03 11:50
IsaacB13-Oct-03 11:50 
GeneralRe: listview makes debuguer stop working Pin
leppie13-Oct-03 13:29
leppie13-Oct-03 13:29 
GeneralExcel Automation in C# Pin
AZBugsBunny13-Oct-03 10:20
AZBugsBunny13-Oct-03 10:20 
QuestionCustom controls in a DataGrid? Pin
Spaced13-Oct-03 10:07
Spaced13-Oct-03 10:07 
QuestionHow do I access a node in an ArrayList? Pin
adonisv13-Oct-03 8:19
adonisv13-Oct-03 8:19 
AnswerRe: How do I access a node in an ArrayList? Pin
Guillermo Rivero13-Oct-03 9:07
Guillermo Rivero13-Oct-03 9:07 
AnswerRe: How do I access a node in an ArrayList? Pin
leppie13-Oct-03 9:45
leppie13-Oct-03 9:45 
GeneralaxWebBrowser, Tab Control and Memory Pin
JJF00713-Oct-03 8:15
JJF00713-Oct-03 8:15 
GeneralAssert that halt execution Pin
Colin Angus Mackay13-Oct-03 5:10
Colin Angus Mackay13-Oct-03 5:10 
GeneralRe: Assert that halt execution Pin
leppie13-Oct-03 7:02
leppie13-Oct-03 7:02 
GeneralRe: Assert that halt execution Pin
Colin Angus Mackay13-Oct-03 11:09
Colin Angus Mackay13-Oct-03 11:09 
GeneralDebugging and excution Pin
totig13-Oct-03 4:38
totig13-Oct-03 4:38 
GeneralRe: Debugging and excution Pin
Colin Angus Mackay13-Oct-03 5:01
Colin Angus Mackay13-Oct-03 5:01 
GeneralVertexshader Pin
WillemM12-Oct-03 23:14
WillemM12-Oct-03 23:14 
GeneralRe: Vertexshader Pin
leppie13-Oct-03 7:49
leppie13-Oct-03 7:49 
QuestionHow do I retrieve user name? Pin
EnkelIk12-Oct-03 23:04
EnkelIk12-Oct-03 23:04 
AnswerRe: How do I retrieve user name? Pin
Kannan Kalyanaraman13-Oct-03 2:03
Kannan Kalyanaraman13-Oct-03 2:03 
GeneralRe: How do I retrieve user name? Pin
EnkelIk13-Oct-03 2:57
EnkelIk13-Oct-03 2:57 
GeneralRe: How do I retrieve user name? Pin
Kannan Kalyanaraman13-Oct-03 3:25
Kannan Kalyanaraman13-Oct-03 3:25 
GeneralRe: How do I retrieve user name? Pin
EnkelIk13-Oct-03 4:42
EnkelIk13-Oct-03 4:42 
AnswerRe: How do I retrieve user name? Pin
Mike Dimmick13-Oct-03 4:24
Mike Dimmick13-Oct-03 4:24 
GeneralRe: How do I retrieve user name? Pin
EnkelIk15-Oct-03 22:25
EnkelIk15-Oct-03 22:25 
AnswerRe: How do I retrieve user name? Pin
Bo Hunter13-Oct-03 18:17
Bo Hunter13-Oct-03 18:17 
GeneralRe: How do I retrieve user name? Pin
EnkelIk14-Oct-03 3:51
EnkelIk14-Oct-03 3:51 
GeneralListBox Help Pin
geekything12-Oct-03 23:00
geekything12-Oct-03 23:00 
I have two ListBox's ... listBox1, listBox2 ... I want to use the list boxs to obtain values from the "row" and "column" indices from an initialized multidimensional array. listBox1 will grab the "row" value, and listBox2 will grab the column value. I will display the data in a read-only text box... can anyone help me figure this out ???

Thanx ... total newbie to programming Windows .... I can do this in DOS ...
but I have no clue how to get the listbox to "tie-in" to my ..
double[,]DataArray = {{ values here },
{ " " },
{ " " },
{ " " }};




Chris R

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.