Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catching the form close Pin
Gene Arnold29-May-07 9:47
Gene Arnold29-May-07 9:47 
QuestionHow to display '0.5' as '1/2'? Pin
matthias s.29-May-07 8:04
matthias s.29-May-07 8:04 
AnswerRe: How to display '0.5' as '1/2'? Pin
PIEBALDconsult29-May-07 8:11
mvePIEBALDconsult29-May-07 8:11 
GeneralRe: How to display '0.5' as '1/2'? Pin
Dave Kreskowiak29-May-07 8:52
mveDave Kreskowiak29-May-07 8:52 
AnswerRe: How to display '0.5' as '1/2'? Pin
Giorgi Dalakishvili29-May-07 9:14
mentorGiorgi Dalakishvili29-May-07 9:14 
Questionbind treeviwe with a list Pin
merwa29-May-07 7:42
merwa29-May-07 7:42 
QuestionBindingList and DataGridView question. [modified] Pin
sharp source29-May-07 7:15
sharp source29-May-07 7:15 
AnswerRe: BindingList and DataGridView question. Pin
Dave Kreskowiak29-May-07 7:33
mveDave Kreskowiak29-May-07 7:33 
sharp source wrote:
BindingList listOfDoubleIndexTables = new BindingList();
dataGridView1.DataSource = Bindinglist1;


OK. You define a new BindingList, but then you never use it. You bound the DGV to something called BindingList1.

So, which list does addItemsToBindingList1 add stuff to? What are those items? What does this code look like?

And what does this ActiveTable class have to do with anything?


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: BindingList and DataGridView question. Pin
sharp source29-May-07 7:51
sharp source29-May-07 7:51 
GeneralRe: BindingList and DataGridView question. Pin
Dave Kreskowiak29-May-07 8:50
mveDave Kreskowiak29-May-07 8:50 
GeneralRe: BindingList and DataGridView question. Pin
sharp source29-May-07 9:58
sharp source29-May-07 9:58 
GeneralRe: BindingList and DataGridView question. [modified] Pin
Dave Kreskowiak29-May-07 10:44
mveDave Kreskowiak29-May-07 10:44 
GeneralRe: BindingList and DataGridView question. Pin
sharp source29-May-07 11:05
sharp source29-May-07 11:05 
GeneralRe: BindingList and DataGridView question. Pin
Dave Kreskowiak29-May-07 13:21
mveDave Kreskowiak29-May-07 13:21 
GeneralRe: BindingList and DataGridView question. Pin
sharp source30-May-07 8:22
sharp source30-May-07 8:22 
QuestionHow to stop the comboBox from being Edited? Pin
Khoramdin29-May-07 7:14
Khoramdin29-May-07 7:14 
AnswerRe: How to stop the comboBox from being Edited? Pin
Dave Kreskowiak29-May-07 7:25
mveDave Kreskowiak29-May-07 7:25 
AnswerRe: How to stop the comboBox from being Edited? Pin
Tarakeshwar Reddy29-May-07 7:27
professionalTarakeshwar Reddy29-May-07 7:27 
QuestionSending data thru the ethernet to a device Pin
Brad Wick29-May-07 6:54
Brad Wick29-May-07 6:54 
AnswerRe: Sending data thru the ethernet to a device Pin
Dave Kreskowiak29-May-07 7:15
mveDave Kreskowiak29-May-07 7:15 
AnswerRe: Sending data thru the ethernet to a device Pin
kubben29-May-07 7:15
kubben29-May-07 7:15 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 7:46
Brad Wick30-May-07 7:46 
GeneralRe: Sending data thru the ethernet to a device Pin
kubben30-May-07 7:56
kubben30-May-07 7:56 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 11:53
Brad Wick30-May-07 11:53 
GeneralRe: Sending data thru the ethernet to a device Pin
kubben30-May-07 12:36
kubben30-May-07 12:36 

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.