Click here to Skip to main content
15,911,030 members
Home / Discussions / C#
   

C#

 
QuestionLooping through Dataset instead of DataGridView? Pin
Eagle3210-Mar-10 11:48
Eagle3210-Mar-10 11:48 
AnswerRe: Looping through Dataset instead of DataGridView? Pin
Dan Mos10-Mar-10 12:03
Dan Mos10-Mar-10 12:03 
GeneralRe: Looping through Dataset instead of DataGridView? Pin
Eagle3210-Mar-10 12:11
Eagle3210-Mar-10 12:11 
GeneralRe: Looping through Dataset instead of DataGridView?[modified] Pin
Dan Mos10-Mar-10 12:24
Dan Mos10-Mar-10 12:24 
GeneralRe: Looping through Dataset instead of DataGridView Pin
Som Shekhar10-Mar-10 18:13
Som Shekhar10-Mar-10 18:13 
GeneralRe: Looping through Dataset instead of DataGridView Pin
Eagle3211-Mar-10 12:02
Eagle3211-Mar-10 12:02 
GeneralRe: Looping through Dataset instead of DataGridView Pin
Som Shekhar11-Mar-10 18:06
Som Shekhar11-Mar-10 18:06 
QuestionClass properties - how to change values from form Pin
peropata10-Mar-10 10:32
peropata10-Mar-10 10:32 
Hi, this is my first posting at this forum and I need some help with my project. I am new to c# and still confused at times ...
My application is as follow:
I have main MDI_ParentForm, from which I open a ChildForm. I use ChildForm as drawing area for my graph.
I am dividing ChildForm up into smaller areas (rectangles). This is done by creating new object:

myDivisionClass myGDI = new myDivisionClass(this) ;


In my class definition for myDivisionClass I create object for each reactangle (for example: first rectangle represents grid area, second title, third labels for traces and so on ...)

myGraphGridClass myGrid = new myGraphGridClass(myRectangle);
myGraphTitle myTitle = new myGraphTitle(myRectangle);
myGraphLabels myTitle = new myGraphLabels(myRectangle);
etc...


Now I want to add a setup form (shown when pressing button on ChildForm), from which I could change properties of my myGrid object from myGraphGridClass.
I would also like to be able to open any number of ChildForms and change properties for each individual ChildForm object (so each could display graph with different settings ) ...

tnx, Pata
AnswerRe: Class properties - how to change values from form Pin
Dan Mos10-Mar-10 10:44
Dan Mos10-Mar-10 10:44 
GeneralRe: Class properties - how to change values from form Pin
peropata10-Mar-10 11:46
peropata10-Mar-10 11:46 
GeneralRe: Class properties - how to change values from form Pin
Dan Mos10-Mar-10 12:10
Dan Mos10-Mar-10 12:10 
GeneralRe: Class properties - how to change values from form Pin
peropata10-Mar-10 19:54
peropata10-Mar-10 19:54 
QuestionC# dataset/adapter connection Pin
2010JohnFByers10-Mar-10 9:50
2010JohnFByers10-Mar-10 9:50 
AnswerRe: C# dataset/adapter connection Pin
Dan Mos10-Mar-10 10:09
Dan Mos10-Mar-10 10:09 
GeneralRe: C# dataset/adapter connection Pin
2010JohnFByers10-Mar-10 11:16
2010JohnFByers10-Mar-10 11:16 
GeneralRe: C# dataset/adapter connection Pin
Dan Mos10-Mar-10 11:30
Dan Mos10-Mar-10 11:30 
QuestionSet the SelectedItem of a populated DataGridViewComboBoxCell Pin
Member 226514810-Mar-10 7:44
Member 226514810-Mar-10 7:44 
QuestionCreating a list of complex object from two lists [modified] Pin
dan!sh 10-Mar-10 6:58
professional dan!sh 10-Mar-10 6:58 
AnswerRe: Creating a list of complex object from two lists Pin
masoumeh201010-Mar-10 7:16
masoumeh201010-Mar-10 7:16 
AnswerRe: Creating a list of complex object from two lists Pin
Dan Mos10-Mar-10 7:29
Dan Mos10-Mar-10 7:29 
GeneralRe: Creating a list of complex object from two lists Pin
dan!sh 10-Mar-10 7:45
professional dan!sh 10-Mar-10 7:45 
AnswerRe: Creating a list of complex object from two lists Pin
Keith Barrow10-Mar-10 9:23
professionalKeith Barrow10-Mar-10 9:23 
GeneralRe: Creating a list of complex object from two lists Pin
Dan Mos10-Mar-10 10:26
Dan Mos10-Mar-10 10:26 
GeneralRe: Creating a list of complex object from two lists Pin
dan!sh 10-Mar-10 16:56
professional dan!sh 10-Mar-10 16:56 
QuestionHow installer can call non-System account action? Pin
dims1210-Mar-10 6:03
dims1210-Mar-10 6:03 

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.