Click here to Skip to main content
15,920,053 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problems with Keyboard input (KeyDown, KeyPress, KeyUp) [modified] Pin
poppabaggins17-Aug-08 11:27
poppabaggins17-Aug-08 11:27 
GeneralRe: Problems with Keyboard input (KeyDown, KeyPress, KeyUp) Pin
DaveyM6917-Aug-08 23:13
professionalDaveyM6917-Aug-08 23:13 
GeneralRe: Problems with Keyboard input (KeyDown, KeyPress, KeyUp) Pin
poppabaggins18-Aug-08 2:58
poppabaggins18-Aug-08 2:58 
QuestionGet started with keylistening, even when out of focus.. Pin
Joplinazz16-Aug-08 9:01
Joplinazz16-Aug-08 9:01 
AnswerRe: Get started with keylistening, even when out of focus.. Pin
DaveyM6916-Aug-08 10:08
professionalDaveyM6916-Aug-08 10:08 
GeneralRe: Get started with keylistening, even when out of focus.. Pin
Joplinazz16-Aug-08 13:00
Joplinazz16-Aug-08 13:00 
QuestionInterface inheritance problem. Pin
hdv21216-Aug-08 5:58
hdv21216-Aug-08 5:58 
AnswerRe: Interface inheritance problem. Pin
Wendelius16-Aug-08 6:10
mentorWendelius16-Aug-08 6:10 
This doesn't quite make sense. Interfaces are used to quarantee existence of methods, properties, indexers or events that are public. For this reason implementation must be public.

If you don't want the method to be callable outside of your class, don't put it in an interface.

Mika
AnswerRe: Interface inheritance problem. Pin
User 665816-Aug-08 6:16
User 665816-Aug-08 6:16 
AnswerRe: Interface inheritance problem. Pin
DaveyM6916-Aug-08 6:16
professionalDaveyM6916-Aug-08 6:16 
GeneralRe: Interface inheritance problem. Pin
User 665816-Aug-08 6:23
User 665816-Aug-08 6:23 
GeneralRe: Interface inheritance problem. Pin
DaveyM6916-Aug-08 6:32
professionalDaveyM6916-Aug-08 6:32 
AnswerRe: Interface inheritance problem. Pin
Roger Alsing18-Aug-08 2:54
Roger Alsing18-Aug-08 2:54 
QuestionC# TreeView Node Image Not Correct Pin
Kevin Marois16-Aug-08 5:12
professionalKevin Marois16-Aug-08 5:12 
AnswerRe: C# TreeView Node Image Not Correct Pin
Wendelius16-Aug-08 6:01
mentorWendelius16-Aug-08 6:01 
QuestionEmail notification Pin
Slick6916-Aug-08 4:55
Slick6916-Aug-08 4:55 
AnswerRe: Email notification Pin
Paul Conrad16-Aug-08 8:46
professionalPaul Conrad16-Aug-08 8:46 
QuestionWhich one is faster ? Pin
Mohammad Dayyan16-Aug-08 2:32
Mohammad Dayyan16-Aug-08 2:32 
AnswerRe: Which one is faster ? Pin
Manas Bhardwaj16-Aug-08 2:56
professionalManas Bhardwaj16-Aug-08 2:56 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan16-Aug-08 3:03
Mohammad Dayyan16-Aug-08 3:03 
GeneralRe: Which one is faster ? Pin
Manas Bhardwaj16-Aug-08 3:15
professionalManas Bhardwaj16-Aug-08 3:15 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan16-Aug-08 3:43
Mohammad Dayyan16-Aug-08 3:43 
JokeRe: Which one is faster ? Pin
Mycroft Holmes17-Aug-08 1:21
professionalMycroft Holmes17-Aug-08 1:21 
AnswerRe: Which one is faster ? Pin
Guffa16-Aug-08 5:41
Guffa16-Aug-08 5:41 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan16-Aug-08 9:45
Mohammad Dayyan16-Aug-08 9:45 

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.