Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
QuestionCant i drag and drop between diferent forms? Pin
sinosoidal20-Jun-07 23:54
sinosoidal20-Jun-07 23:54 
AnswerRe: Cant i drag and drop between diferent forms? Pin
originSH21-Jun-07 0:04
originSH21-Jun-07 0:04 
QuestionList Class Pin
sangramkp20-Jun-07 23:20
sangramkp20-Jun-07 23:20 
AnswerRe: List Class Pin
Colin Angus Mackay20-Jun-07 23:42
Colin Angus Mackay20-Jun-07 23:42 
GeneralRe: List Class Pin
sangramkp20-Jun-07 23:57
sangramkp20-Jun-07 23:57 
GeneralRe: List Class Pin
Guffa21-Jun-07 0:10
Guffa21-Jun-07 0:10 
GeneralRe: List Class Pin
sangramkp21-Jun-07 1:26
sangramkp21-Jun-07 1:26 
AnswerRe: List Class Pin
Guffa21-Jun-07 3:24
Guffa21-Jun-07 3:24 
I have no idea how your Screen class is built. I assumed that if you have a class with three properties, you would have a constructor with three arguments to create an instance of the class and populate the properties, i.e something like:

public class Screen {

   private int _propert1, _property2, _property3;

   public Screen(property1, property2, property3) {
      _property1 = property1;
      _property2 = property2;
      _property3 = property3;
   }

   public int Property1 { get { return _proeprty1; } }
   public int Property2 { get { return _proeprty2; } }
   public int Property3 { get { return _proeprty3; } }

}


---
single minded; short sighted; long gone;

GeneralRe: List Class Pin
sangramkp21-Jun-07 3:37
sangramkp21-Jun-07 3:37 
GeneralRe: List Class Pin
Colin Angus Mackay21-Jun-07 3:44
Colin Angus Mackay21-Jun-07 3:44 
GeneralRe: List Class Pin
sangramkp21-Jun-07 3:28
sangramkp21-Jun-07 3:28 
AnswerRe: List Class Pin
originSH20-Jun-07 23:45
originSH20-Jun-07 23:45 
QuestionINSTEON using c# 2005 Pin
ArnieTerm20-Jun-07 22:08
ArnieTerm20-Jun-07 22:08 
AnswerRe: INSTEON using c# 2005 Pin
Colin Angus Mackay20-Jun-07 23:44
Colin Angus Mackay20-Jun-07 23:44 
QuestionWeb service error - Data is invalid !! Pin
Scott180220-Jun-07 21:52
Scott180220-Jun-07 21:52 
Questionwpf listbox [modified] Pin
MIHAI_MTZ20-Jun-07 21:41
MIHAI_MTZ20-Jun-07 21:41 
QuestionExpansion Pin
razanabanu20-Jun-07 21:40
razanabanu20-Jun-07 21:40 
AnswerRe: Expansion Pin
Christian Graus20-Jun-07 21:46
protectorChristian Graus20-Jun-07 21:46 
GeneralRe: Expansion Pin
razanabanu20-Jun-07 21:53
razanabanu20-Jun-07 21:53 
GeneralRe: Expansion Pin
Christian Graus20-Jun-07 23:55
protectorChristian Graus20-Jun-07 23:55 
GeneralRe: Expansion Pin
Kevin McFarlane21-Jun-07 0:15
Kevin McFarlane21-Jun-07 0:15 
AnswerRe: Expansion Pin
DavidNohejl20-Jun-07 21:55
DavidNohejl20-Jun-07 21:55 
Questionusing transaction? Pin
mimilaw20-Jun-07 21:26
mimilaw20-Jun-07 21:26 
AnswerRe: using transaction? Pin
Colin Angus Mackay20-Jun-07 21:35
Colin Angus Mackay20-Jun-07 21:35 
AnswerRe: using transaction? Pin
Vasudevan Deepak Kumar20-Jun-07 21:36
Vasudevan Deepak Kumar20-Jun-07 21: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.