Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create Image in WinForms vs Asp.net Pin
#realJSOP1-May-10 14:00
professional#realJSOP1-May-10 14:00 
QuestionPicture in Crystal Report Pin
SajjadZare30-Apr-10 8:55
SajjadZare30-Apr-10 8:55 
QuestionDirectshow.net pitch audio control Pin
akaiito30-Apr-10 7:26
akaiito30-Apr-10 7:26 
QuestionProblems with Label's Properties Pin
jonatan_55630-Apr-10 6:46
jonatan_55630-Apr-10 6:46 
AnswerRe: Problems with Label's Properties Pin
Abhinav S30-Apr-10 7:05
Abhinav S30-Apr-10 7:05 
GeneralRe: Problems with Label's Properties Pin
jonatan_5562-May-10 22:59
jonatan_5562-May-10 22:59 
AnswerRe: Problems with Label's Properties Pin
Eddy Vluggen1-May-10 1:34
professionalEddy Vluggen1-May-10 1:34 
Questionclass c# Pin
tek 200930-Apr-10 3:44
tek 200930-Apr-10 3:44 
hi I created a global class that contains this code:

public class ClassS
   {

       #region variable et propriété
       private   int codemessage;
       /// <summary>
       /// le code du message qui détérmine les propriétés
       /// </summary>
       public int Codemessage
       {
           get { return codemessage; }
           set { codemessage = value; }
       }


       #endregion


I would like to create a subclass that inherits this property, stating in this class values of this property, the code message can have 13 values of 200 to 212, and should be declared in this class,
for example:

200=immatricule
201=kilometrage
...............
AnswerRe: class c# Pin
Not Active30-Apr-10 4:12
mentorNot Active30-Apr-10 4:12 
GeneralRe: class Pin
tek 200930-Apr-10 4:38
tek 200930-Apr-10 4:38 
GeneralRe: class Pin
Not Active30-Apr-10 4:47
mentorNot Active30-Apr-10 4:47 
GeneralRe: class Pin
AspDotNetDev30-Apr-10 20:34
protectorAspDotNetDev30-Apr-10 20:34 
AnswerRe: class c# Pin
PIEBALDconsult30-Apr-10 4:41
mvePIEBALDconsult30-Apr-10 4:41 
GeneralRe: class c# Pin
tek 200930-Apr-10 8:29
tek 200930-Apr-10 8:29 
GeneralRe: class c# Pin
PIEBALDconsult30-Apr-10 8:44
mvePIEBALDconsult30-Apr-10 8:44 
GeneralRe: class c# Pin
tek 200930-Apr-10 8:53
tek 200930-Apr-10 8:53 
GeneralRe: class c# Pin
PIEBALDconsult30-Apr-10 9:28
mvePIEBALDconsult30-Apr-10 9:28 
AnswerRe: class c# Pin
Peace ON30-Apr-10 19:42
Peace ON30-Apr-10 19:42 
QuestionIssue with opening multiple form using delegate.BeginInvoke()...new form get hanged...Plz help Pin
Chintan.Desai30-Apr-10 3:16
Chintan.Desai30-Apr-10 3:16 
AnswerRe: Issue with opening multiple form using delegate.BeginInvoke()...new form get hanged...Plz help Pin
Ian Shlasko30-Apr-10 3:27
Ian Shlasko30-Apr-10 3:27 
GeneralRe: Issue with opening multiple form using delegate.BeginInvoke()...new form get hanged...Plz help Pin
Chintan.Desai2-May-10 23:27
Chintan.Desai2-May-10 23:27 
GeneralRe: Issue with opening multiple form using delegate.BeginInvoke()...new form get hanged...Plz help Pin
Ian Shlasko3-May-10 1:56
Ian Shlasko3-May-10 1:56 
AnswerRe: Issue with opening multiple form using delegate.BeginInvoke()...new form get hanged...Plz help Pin
#realJSOP30-Apr-10 9:59
professional#realJSOP30-Apr-10 9:59 
QuestionserialPort Pin
jashimu30-Apr-10 3:07
jashimu30-Apr-10 3:07 
AnswerRe: serialPort Pin
OriginalGriff30-Apr-10 3:17
mveOriginalGriff30-Apr-10 3:17 

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.