Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
AnswerRe: ho to add right-click to a "Console" object ? Pin
Andrei Ungureanu22-Nov-07 22:03
Andrei Ungureanu22-Nov-07 22:03 
GeneralRe: ho to add right-click to a "Console" object ? Pin
carabutnicolae123422-Nov-07 23:45
carabutnicolae123422-Nov-07 23:45 
Questionupdating database Pin
Nitin.raj22-Nov-07 21:30
Nitin.raj22-Nov-07 21:30 
AnswerRe: updating database Pin
Andrei Ungureanu22-Nov-07 21:34
Andrei Ungureanu22-Nov-07 21:34 
GeneralRe: updating database Pin
Nitin.raj22-Nov-07 21:50
Nitin.raj22-Nov-07 21:50 
GeneralRe: updating database Pin
Andrei Ungureanu22-Nov-07 21:58
Andrei Ungureanu22-Nov-07 21:58 
GeneralRe: updating database Pin
Andrei Ungureanu22-Nov-07 22:07
Andrei Ungureanu22-Nov-07 22:07 
QuestionGenerics question Pin
calendarw22-Nov-07 21:04
calendarw22-Nov-07 21:04 
Hi,

I got a problem that I would like to return a generic object in a non-generic object, what can I do?
I searched a lot of page but it's talking about how to use or implement a generic class, but if I want to implement a normal class and return a generic object according parameter, what can I do?

e.g.

class DaoFactory
{
Dao<T, IdT> GetDao(Type t)
{
//something like this.
//how to implement?
}
}

Thanks

Jr. P
calendarw
AnswerRe: Generics question Pin
Andrei Ungureanu22-Nov-07 21:15
Andrei Ungureanu22-Nov-07 21:15 
GeneralRe: Generics question Pin
calendarw22-Nov-07 21:39
calendarw22-Nov-07 21:39 
GeneralRe: Generics question Pin
Andrei Ungureanu22-Nov-07 21:45
Andrei Ungureanu22-Nov-07 21:45 
GeneralRe: Generics question Pin
calendarw22-Nov-07 21:57
calendarw22-Nov-07 21:57 
GeneralRe: Generics question Pin
Andrei Ungureanu22-Nov-07 22:12
Andrei Ungureanu22-Nov-07 22:12 
GeneralRe: Generics question Pin
calendarw22-Nov-07 22:14
calendarw22-Nov-07 22:14 
Questionadd text drag and drop for a console application [modified] Pin
carabutnicolae123422-Nov-07 20:20
carabutnicolae123422-Nov-07 20:20 
AnswerRe: add text drag and drop for a console application Pin
Vasudevan Deepak Kumar22-Nov-07 20:26
Vasudevan Deepak Kumar22-Nov-07 20:26 
GeneralRe: add text drag and drop for a console application Pin
carabutnicolae123422-Nov-07 20:31
carabutnicolae123422-Nov-07 20:31 
GeneralRe: add text drag and drop for a console application Pin
Vasudevan Deepak Kumar22-Nov-07 20:48
Vasudevan Deepak Kumar22-Nov-07 20:48 
GeneralRe: add text drag and drop for a console application Pin
carabutnicolae123422-Nov-07 21:22
carabutnicolae123422-Nov-07 21:22 
QuestionDisplaying data one by one using timer Pin
jacklynn_mei22-Nov-07 20:18
jacklynn_mei22-Nov-07 20:18 
AnswerRe: Displaying data one by one using timer Pin
Vasudevan Deepak Kumar22-Nov-07 20:21
Vasudevan Deepak Kumar22-Nov-07 20:21 
AnswerRe: Displaying data one by one using timer Pin
Andrei Ungureanu22-Nov-07 20:28
Andrei Ungureanu22-Nov-07 20:28 
GeneralRe: Displaying data one by one using timer Pin
jacklynn_mei22-Nov-07 20:30
jacklynn_mei22-Nov-07 20:30 
GeneralRe: Displaying data one by one using timer Pin
Andrei Ungureanu22-Nov-07 20:32
Andrei Ungureanu22-Nov-07 20:32 
GeneralRe: Displaying data one by one using timer Pin
jacklynn_mei22-Nov-07 20:39
jacklynn_mei22-Nov-07 20:39 

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.