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

C#

 
GeneralRe: custom control (component) question Pin
Roger Alsing21-Oct-04 21:41
Roger Alsing21-Oct-04 21:41 
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 
I'm having a hardtime understanding interfaces. What is the purpose of having an interface that is a property of a class? I may not be asking this correctly because I don't know much about interfaces yet... see below

<br />
<br />
public interface IpropInt<br />
{<br />
  //functions here<br />
}<br />
<br />
public interface Isomeinterface<br />
{<br />
   IpropInt propertyInterface<br />
   {<br />
      get;<br />
   }<br />
}<br />
<br />
<br />
class someclass : Isomeinterface<br />
{<br />
<br />
  public IpropInt propertyInterface;<br />
  {<br />
   //get / set code<br />
  }<br />
}<br />
<br />



"...practice safe hex when IM'ing"
--Shawn L. Morrissey, Managing Editor, MSDN Online ( MSDN Flash; Volume 8, Number 20, 10/4/2004)
GeneralRe: Interface confusion Pin
Christian Graus21-Oct-04 10:43
protectorChristian Graus21-Oct-04 10:43 
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 

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.