Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
GeneralDeployment Project/MSI/installer problems Pin
Arun Bhalla21-Oct-04 14:00
Arun Bhalla21-Oct-04 14:00 
GeneralCOM and interfaces Pin
Joel Lucsy21-Oct-04 12:39
Joel Lucsy21-Oct-04 12:39 
GeneralRe: COM and interfaces Pin
Nick Parker21-Oct-04 14:54
protectorNick Parker21-Oct-04 14:54 
GeneralRe: COM and interfaces Pin
Joel Lucsy21-Oct-04 16:35
Joel Lucsy21-Oct-04 16:35 
GeneralDataGridColumnStyle Pin
WDI21-Oct-04 12:13
WDI21-Oct-04 12:13 
GeneralRe: DataGridColumnStyle Pin
sreejith ss nair21-Oct-04 21:45
sreejith ss nair21-Oct-04 21:45 
GeneralInterface confusion Pin
Adam °Wimsatt21-Oct-04 10:33
Adam °Wimsatt21-Oct-04 10:33 
GeneralRe: Interface confusion Pin
Christian Graus21-Oct-04 10:43
protectorChristian Graus21-Oct-04 10:43 
An interface allows you to define methods that a class must impiment, but you can also create an instance of an interface. So you can have all sorts of classes, with all sorts of base classes, but so long as they impliment IEnumerable, they can be cast to an instance of IEnumerable, and those methods only will be visible to the code that makes for each work, for instance.


Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: Interface confusion Pin
Nick Parker21-Oct-04 10:58
protectorNick Parker21-Oct-04 10:58 
GeneralRe: Interface confusion Pin
Christian Graus21-Oct-04 11:12
protectorChristian Graus21-Oct-04 11:12 
GeneralRe: Interface confusion Pin
Adam °Wimsatt21-Oct-04 12:01
Adam °Wimsatt21-Oct-04 12:01 
GeneralRe: Interface confusion Pin
Christian Graus21-Oct-04 12:17
protectorChristian Graus21-Oct-04 12:17 
GeneralRe: Interface confusion Pin
Nick Parker21-Oct-04 10:53
protectorNick Parker21-Oct-04 10:53 
Generalwsock32.dll Pin
Anonymous21-Oct-04 9:40
Anonymous21-Oct-04 9:40 
GeneralInterfacing with a Web Service Pin
Member 53435721-Oct-04 8:34
Member 53435721-Oct-04 8:34 
GeneralRe: Interfacing with a Web Service Pin
Salil Khedkar25-Oct-04 1:06
Salil Khedkar25-Oct-04 1:06 
QuestionHow to allow user to select an ROI Pin
Kiran Satish21-Oct-04 8:17
Kiran Satish21-Oct-04 8:17 
GeneralWindows Service name/description Pin
petst21-Oct-04 6:49
petst21-Oct-04 6:49 
GeneralRe: Windows Service name/description Pin
Heath Stewart21-Oct-04 6:57
protectorHeath Stewart21-Oct-04 6:57 
GeneralRe: Windows Service name/description Pin
petst21-Oct-04 9:18
petst21-Oct-04 9:18 
GeneralwParam, lParam Help Pin
Keith La Force21-Oct-04 6:23
Keith La Force21-Oct-04 6:23 
GeneralRe: wParam, lParam Help Pin
Heath Stewart21-Oct-04 6:50
protectorHeath Stewart21-Oct-04 6:50 
GeneralDrag-and-drop Panel control Pin
zsiga21-Oct-04 6:02
zsiga21-Oct-04 6:02 
GeneralRe: Drag-and-drop Panel control Pin
Heath Stewart21-Oct-04 7:07
protectorHeath Stewart21-Oct-04 7:07 
GeneralRe: Drag-and-drop Panel control Pin
zsiga22-Oct-04 3:33
zsiga22-Oct-04 3:33 

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.