Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
Dave Kreskowiak3-Aug-10 10:02
mveDave Kreskowiak3-Aug-10 10:02 
AnswerRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
akhil khare3-Aug-10 21:40
akhil khare3-Aug-10 21:40 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
firas_hamzeh3-Aug-10 22:47
firas_hamzeh3-Aug-10 22:47 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
akhil khare3-Aug-10 23:39
akhil khare3-Aug-10 23:39 
GeneralRe: I have a repetition in crystal report because the datasource are two joined tables? Pin
firas_hamzeh4-Aug-10 0:25
firas_hamzeh4-Aug-10 0:25 
QuestionOutlook 2007 Navigation Pane Pin
Sean Robert Wright3-Aug-10 4:05
Sean Robert Wright3-Aug-10 4:05 
AnswerRe: Outlook 2007 Navigation Pane Pin
Ravi Bhavnani3-Aug-10 6:26
professionalRavi Bhavnani3-Aug-10 6:26 
QuestionGenerics problem Pin
kapax53-Aug-10 4:00
kapax53-Aug-10 4:00 
There are following classes:
public class X
    {
    Int32[] a;
    public List<Int32> xxx()
        { ... }
    }


public class Y
    {
    List<Int32> a;
    public List<Int32> xxx()
        { ... }
    }


What I am trying to do is to find a generic way to make the class of similar descent:
public class GenericClass<T> where T : IEnumerable
    {
    T a;
    public List</*Type of the elements in the IEnumerable T*/> xxx()
        { .... }
    }


No ideas come to my head. Maybe some will come to yours'? I understand that the problem is that IEnumerable is not generic but maybe there will be any clever solutions Smile | :)
AnswerRe: Generics problem Pin
Ennis Ray Lynch, Jr.3-Aug-10 4:17
Ennis Ray Lynch, Jr.3-Aug-10 4:17 
AnswerRe: Generics problem Pin
Łukasz Nowakowski3-Aug-10 4:20
Łukasz Nowakowski3-Aug-10 4:20 
GeneralRe: Generics problem Pin
kapax53-Aug-10 4:37
kapax53-Aug-10 4:37 
AnswerRe: Generics problem Pin
DaveyM693-Aug-10 4:40
professionalDaveyM693-Aug-10 4:40 
GeneralRe: Generics problem Pin
kapax53-Aug-10 4:42
kapax53-Aug-10 4:42 
GeneralRe: Generics problem Pin
DaveyM693-Aug-10 4:44
professionalDaveyM693-Aug-10 4:44 
QuestionView Desktop of another pc using C# program Pin
ayandelhi3-Aug-10 3:15
ayandelhi3-Aug-10 3:15 
AnswerRe: View Desktop of another pc using C# program Pin
Dave Kreskowiak3-Aug-10 4:13
mveDave Kreskowiak3-Aug-10 4:13 
QuestionC# program to recover data Pin
ayandelhi3-Aug-10 2:11
ayandelhi3-Aug-10 2:11 
AnswerRe: C# program to recover data Pin
AhsanS3-Aug-10 2:53
AhsanS3-Aug-10 2:53 
GeneralRe: C# program to recover data Pin
ayandelhi3-Aug-10 3:16
ayandelhi3-Aug-10 3:16 
AnswerRe: C# program to recover data Pin
Dave Kreskowiak3-Aug-10 4:11
mveDave Kreskowiak3-Aug-10 4:11 
GeneralRe: C# program to recover data Pin
ayandelhi4-Aug-10 4:38
ayandelhi4-Aug-10 4:38 
GeneralRe: C# program to recover data Pin
Dave Kreskowiak4-Aug-10 15:00
mveDave Kreskowiak4-Aug-10 15:00 
Questionhow to disable selection in context menu Pin
NarVish3-Aug-10 2:02
NarVish3-Aug-10 2:02 
AnswerRe: how to disable selection in context menu Pin
OriginalGriff3-Aug-10 2:18
mveOriginalGriff3-Aug-10 2:18 
AnswerRe: how to disable selection in context menu Pin
EliottA3-Aug-10 2:18
EliottA3-Aug-10 2:18 

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.