Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
QuestionHow to integret active directory Pin
quiteSmart19-Nov-06 20:49
quiteSmart19-Nov-06 20:49 
AnswerRe: How to integret active directory Pin
Michael P Butler19-Nov-06 21:02
Michael P Butler19-Nov-06 21:02 
GeneralRe: How to integret active directory Pin
quiteSmart19-Nov-06 21:52
quiteSmart19-Nov-06 21:52 
QuestionDataGridView: Space under the last row Pin
TawnyOwl19-Nov-06 20:46
TawnyOwl19-Nov-06 20:46 
AnswerRe: DataGridView: Space under the last row Pin
quiteSmart19-Nov-06 20:52
quiteSmart19-Nov-06 20:52 
GeneralRe: DataGridView: Space under the last row Pin
TawnyOwl19-Nov-06 22:44
TawnyOwl19-Nov-06 22:44 
Questionwhy we need interfaces ?? Pin
Tamimi - Code19-Nov-06 20:22
Tamimi - Code19-Nov-06 20:22 
AnswerRe: why we need interfaces ?? Pin
Guffa19-Nov-06 21:02
Guffa19-Nov-06 21:02 
An interface is used to specify that a class supports a special behaviour. That way you can make one of your classes support some behaviour that some other class requires.

For example, the Array.Sort method can take a reference to a class that implements the IComparer interface. That way you can create your own comparer and feed to the Sort method, and the Sort method can use the methods specified in the interface without caring what the actual class of the object is.


---
b { font-weight: normal; }

GeneralRe: why we need interfaces ?? Pin
Tamimi - Code19-Nov-06 21:14
Tamimi - Code19-Nov-06 21:14 
AnswerRe: why we need interfaces ?? Pin
Guffa19-Nov-06 22:11
Guffa19-Nov-06 22:11 
GeneralRe: why we need interfaces ?? Pin
Tamimi - Code19-Nov-06 22:25
Tamimi - Code19-Nov-06 22:25 
AnswerRe: why we need interfaces ?? Pin
Ramnatha.Acharya11-Apr-10 22:42
Ramnatha.Acharya11-Apr-10 22:42 
AnswerRe: why we need interfaces ?? Pin
Ramnatha.Acharya11-Apr-10 22:43
Ramnatha.Acharya11-Apr-10 22:43 
QuestionPlaying movie from mid Pin
Ravikumar Patra19-Nov-06 19:57
professionalRavikumar Patra19-Nov-06 19:57 
AnswerRe: Playing movie from mid Pin
Christian Graus19-Nov-06 22:52
protectorChristian Graus19-Nov-06 22:52 
Questionmusic in C# Pin
edel_ong19-Nov-06 18:32
edel_ong19-Nov-06 18:32 
AnswerRe: music in C# Pin
AB777119-Nov-06 19:21
AB777119-Nov-06 19:21 
GeneralRe: music in C# Pin
edel_ong20-Nov-06 4:57
edel_ong20-Nov-06 4:57 
AnswerRe: music in C# Pin
Christian Graus19-Nov-06 22:53
protectorChristian Graus19-Nov-06 22:53 
QuestionA failure occurred while attempting to start the compilation. Pin
krishna1919-Nov-06 18:20
krishna1919-Nov-06 18:20 
AnswerRe: A failure occurred while attempting to start the compilation. Pin
Christian Graus19-Nov-06 18:30
protectorChristian Graus19-Nov-06 18:30 
Questionhow to copy a sheet to another workbook? Pin
fivehun19-Nov-06 16:38
fivehun19-Nov-06 16:38 
Questionabout c# com call from c++ Pin
JXW300019-Nov-06 15:07
JXW300019-Nov-06 15:07 
Questiona Desktop Dashboard Using DirectX!!! Pin
homer simpsom19-Nov-06 12:25
homer simpsom19-Nov-06 12:25 
AnswerRe: a Desktop Dashboard Using DirectX!!! Pin
Christian Graus19-Nov-06 13:29
protectorChristian Graus19-Nov-06 13:29 

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.