Click here to Skip to main content
16,004,192 members
Home / Discussions / C#
   

C#

 
AnswerRe: Testing for current PictureBox.Image Pin
0x3c09-Jul-09 5:40
0x3c09-Jul-09 5:40 
QuestionC# Rijndael Encrypt and Pel Crypt::CBC Pin
DanielLC9-Jul-09 3:13
DanielLC9-Jul-09 3:13 
QuestionGraphics.DrawImageUnscaled blurry Pin
Huisheng Chen9-Jul-09 3:02
Huisheng Chen9-Jul-09 3:02 
AnswerRe: Graphics.DrawImageUnscaled blurry Pin
Christian Graus9-Jul-09 3:17
protectorChristian Graus9-Jul-09 3:17 
GeneralRe: Graphics.DrawImageUnscaled blurry Pin
Huisheng Chen9-Jul-09 3:53
Huisheng Chen9-Jul-09 3:53 
QuestionToUnicodeEx and dead keys inside system wide hooks Pin
RevengerPT9-Jul-09 2:52
RevengerPT9-Jul-09 2:52 
Questioncash register. Pin
solomonope9-Jul-09 2:03
solomonope9-Jul-09 2:03 
AnswerRe: cash register. Pin
Christian Graus9-Jul-09 2:13
protectorChristian Graus9-Jul-09 2:13 
GeneralRe: cash register. Pin
solomonope9-Jul-09 3:43
solomonope9-Jul-09 3:43 
AnswerRe: cash register. Pin
Rajesh R Subramanian9-Jul-09 3:17
professionalRajesh R Subramanian9-Jul-09 3:17 
GeneralRe: cash register. Pin
Manas Bhardwaj9-Jul-09 3:28
professionalManas Bhardwaj9-Jul-09 3:28 
GeneralRe: cash register. Pin
solomonope9-Jul-09 3:37
solomonope9-Jul-09 3:37 
GeneralRe: cash register. Pin
OriginalGriff9-Jul-09 4:02
mveOriginalGriff9-Jul-09 4:02 
GeneralRe: cash register. Pin
Rajesh R Subramanian9-Jul-09 4:13
professionalRajesh R Subramanian9-Jul-09 4:13 
QuestionProblem in viewing image in multi user environment Pin
Khawar Abbas19-Jul-09 2:01
Khawar Abbas19-Jul-09 2:01 
AnswerRe: Problem in viewing image in multi user environment Pin
Christian Graus9-Jul-09 2:14
protectorChristian Graus9-Jul-09 2:14 
GeneralRe: Problem in viewing image in multi user environment Pin
Khawar Abbas19-Jul-09 2:19
Khawar Abbas19-Jul-09 2:19 
GeneralRe: Problem in viewing image in multi user environment Pin
Christian Graus9-Jul-09 2:36
protectorChristian Graus9-Jul-09 2:36 
GeneralRe: Problem in viewing image in multi user environment Pin
Khawar Abbas19-Jul-09 2:41
Khawar Abbas19-Jul-09 2:41 
Question[Message Deleted] Pin
guchu9-Jul-09 1:53
guchu9-Jul-09 1:53 
AnswerRe: reading from the datagrid Pin
Christian Graus9-Jul-09 2:17
protectorChristian Graus9-Jul-09 2:17 
AnswerRe: [Message Deleted] Pin
Christian Graus9-Jul-09 2:36
protectorChristian Graus9-Jul-09 2:36 
QuestionPropertyChanged Notofication Pin
schiebel-t9-Jul-09 1:24
schiebel-t9-Jul-09 1:24 
AnswerCross post. Please ignore Pin
Pete O'Hanlon9-Jul-09 2:23
mvePete O'Hanlon9-Jul-09 2:23 
QuestionGenreics Pin
Patrik.karlin9-Jul-09 0:43
Patrik.karlin9-Jul-09 0:43 
Hej i am writing a abstract class with a method that takes
an expression parameter to point to a field....

The field it self is not present in this base class so the the
expression needs to use the subclass so i need to have that type present in the
method definition and the current way i am doing this is..


abstract class foo<SubClass>
{
    public void bar(Expression <Func<SubClass , object >> Expression);
}



As you see i need to pass in the subclass type from the subclass to the base class
witch is not ideal since i am not going to be writing the subclass

so my question is how can i use the type of the subclass without passing it as a
parameter.

Thanks for answers in advance .. Patrik

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.