Click here to Skip to main content
15,895,192 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing the cursor mode Pin
v17.poornima7-May-10 0:51
v17.poornima7-May-10 0:51 
GeneralRe: Changing the cursor mode Pin
Eddy Vluggen7-May-10 0:55
professionalEddy Vluggen7-May-10 0:55 
Question.NET 2.0 control is not shown up un VS 2010 toolbox Pin
Nadia Monalisa4-May-10 5:38
Nadia Monalisa4-May-10 5:38 
QuestionAudio CD Ripper Pin
anishkannan3-May-10 23:27
anishkannan3-May-10 23:27 
AnswerRe: Audio CD Ripper Pin
T M Gray4-May-10 8:23
T M Gray4-May-10 8:23 
Questiondictionary Pin
toto_20103-May-10 23:09
toto_20103-May-10 23:09 
AnswerRe: dictionary Pin
#realJSOP3-May-10 23:14
mve#realJSOP3-May-10 23:14 
GeneralRe: dictionary Pin
toto_20103-May-10 23:29
toto_20103-May-10 23:29 
I have classe collectionusing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace DLLDOpacimeter
{
public class CLing
{
private string codemess;
private string format;
private string unite;
private string taile;
private string designtion;
private string obligatoir;
private bool m_isrequird;
private string valeur;
private string CRccalcule;
private string CRcdonne;
private string correct;



public CLing(string code, string forma, string unite, string taile, string desingnation, string obligatoi, string valeur1, string CRccalcul, string CRcdonn, string correct, bool m_isrequir)
{
this.codemess = code;
this.format = forma;
this.unite = unite;
this.taile = taile;
this.designtion = desingnation;
this.obligatoir = obligatoi;
this.valeur = valeur1;
this.CRccalcule = CRccalcul;
this.CRcdonne = CRcdonn;
this.correct = correct;
this.m_isrequird = m_isrequir;


}

public bool _minrequird
{
get { return m_isrequird; }
set { m_isrequird = value; }
}
public string _valeur
{
get { return valeur; }
set { valeur = value; }
}

public string _CRccalcule
{
get { return CRccalcule; }
set { CRccalcule = valeur; }
}

public string _CRcdonn
{
get { return CRcdonne; }
set { CRcdonne = value; }

}

public string _correct
{
get { return correct; }
set { correct = value; }
}

public string _codemess
{
get { return codemess; }
set {codemess =value ;}

}
public string _format
{
get { return format; }
set { format = value; }
}
public string _unite
{
get { return unite; }
set { unite = value; }
}
public string _taile
{
get { return taile; }
set { taile = value; }
}
public string _designtion
{
get { return designtion; }
set {designtion = value ;}
}

public string _obligatoir
{
get { return obligatoir; }

set { obligatoir = value; }

}

}
}

and
this class heritage from class CLing
sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace DLLDOpacimeter
{
public class Clfichier

{
Dictionary<string, CLing> ling = new Dictionary<string, CLing>();


public void CRC()
{
//code
}


}
}
//CRC is Error control
GeneralRe: dictionary Pin
#realJSOP4-May-10 0:08
mve#realJSOP4-May-10 0:08 
GeneralRe: dictionary Pin
harold aptroot4-May-10 0:30
harold aptroot4-May-10 0:30 
GeneralRe: dictionary Pin
Henry Minute4-May-10 2:51
Henry Minute4-May-10 2:51 
GeneralRe: dictionary Pin
PIEBALDconsult4-May-10 3:03
mvePIEBALDconsult4-May-10 3:03 
GeneralRe: dictionary Pin
harold aptroot4-May-10 3:15
harold aptroot4-May-10 3:15 
GeneralRe: dictionary Pin
toto_20104-May-10 4:41
toto_20104-May-10 4:41 
GeneralRe: dictionary Pin
harold aptroot4-May-10 4:48
harold aptroot4-May-10 4:48 
GeneralRe: dictionary Pin
toto_20104-May-10 5:00
toto_20104-May-10 5:00 
GeneralRe: dictionary Pin
Pete O'Hanlon4-May-10 1:01
mvePete O'Hanlon4-May-10 1:01 
AnswerRe: dictionary Pin
yu-jian4-May-10 0:04
yu-jian4-May-10 0:04 
GeneralRe: dictionary Pin
Paul Harsent4-May-10 0:43
Paul Harsent4-May-10 0:43 
GeneralRe: dictionary Pin
toto_20104-May-10 5:16
toto_20104-May-10 5:16 
QuestionReal time application-Replication [modified] Pin
Tunisien863-May-10 23:04
Tunisien863-May-10 23:04 
AnswerRe: Real time application-Replication Pin
Michel Godfroid4-May-10 2:06
Michel Godfroid4-May-10 2:06 
GeneralRe: Real time application-Replication Pin
Tunisien864-May-10 3:05
Tunisien864-May-10 3:05 
QuestionScaling text OpenGL Pin
Paul Harsent3-May-10 22:41
Paul Harsent3-May-10 22:41 
Questiondesign crystal report at runtime Pin
jojoba20113-May-10 22:40
jojoba20113-May-10 22:40 

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.