Click here to Skip to main content
15,905,874 members
Home / Discussions / C#
   

C#

 
QuestionUnit Conversion Method Pin
patrickjamesscott11-Oct-07 4:33
patrickjamesscott11-Oct-07 4:33 
AnswerRe: Unit Conversion Method Pin
Anthony Mushrow11-Oct-07 5:52
professionalAnthony Mushrow11-Oct-07 5:52 
GeneralRe: Unit Conversion Method Pin
patrickjamesscott11-Oct-07 6:15
patrickjamesscott11-Oct-07 6:15 
AnswerRe: Unit Conversion Method [modified] Pin
patrickjamesscott11-Oct-07 6:00
patrickjamesscott11-Oct-07 6:00 
QuestionWinForm controls Pin
half-life11-Oct-07 4:19
half-life11-Oct-07 4:19 
AnswerRe: WinForm controls Pin
Scott Dorman11-Oct-07 4:29
professionalScott Dorman11-Oct-07 4:29 
AnswerRe: WinForm controls Pin
Pete O'Hanlon11-Oct-07 10:30
mvePete O'Hanlon11-Oct-07 10:30 
Questionc# Pin
shen1711-Oct-07 3:52
shen1711-Oct-07 3:52 
AnswerRe: c# Pin
Justin Perez11-Oct-07 4:00
Justin Perez11-Oct-07 4:00 
AnswerRe: c# Pin
Dave Kreskowiak11-Oct-07 4:01
mveDave Kreskowiak11-Oct-07 4:01 
GeneralRe: c# Pin
Colin Angus Mackay11-Oct-07 5:09
Colin Angus Mackay11-Oct-07 5:09 
GeneralRe: c# Pin
Dave Kreskowiak11-Oct-07 5:28
mveDave Kreskowiak11-Oct-07 5:28 
JokeRe: c# Pin
PIEBALDconsult11-Oct-07 5:22
mvePIEBALDconsult11-Oct-07 5:22 
GeneralRe: c# Pin
BoneSoft11-Oct-07 5:49
BoneSoft11-Oct-07 5:49 
GeneralRe: c# Pin
MasterSharp11-Oct-07 6:37
MasterSharp11-Oct-07 6:37 
GeneralRe: c# Pin
Pete O'Hanlon11-Oct-07 11:30
mvePete O'Hanlon11-Oct-07 11:30 
AnswerRe: c# Pin
GuyThiebaut11-Oct-07 8:14
professionalGuyThiebaut11-Oct-07 8:14 
AnswerWell Pin
Ennis Ray Lynch, Jr.11-Oct-07 8:55
Ennis Ray Lynch, Jr.11-Oct-07 8:55 
Questionhiding option Pin
netJP12L11-Oct-07 3:49
netJP12L11-Oct-07 3:49 
AnswerRe: hiding option Pin
TJoe11-Oct-07 3:51
TJoe11-Oct-07 3:51 
AnswerRe: hiding option Pin
Pete O'Hanlon11-Oct-07 11:48
mvePete O'Hanlon11-Oct-07 11:48 
Questioninterface implimentation in Excel Pin
A M SOMAN11-Oct-07 3:12
A M SOMAN11-Oct-07 3:12 
Hi,

Today I opened the definition of Excel.ApplicationClass and I observed that it implements two interfaces called application and _application. Interface _application contains lot of members but interface application is empty and only implements interface _application. So the hierarchy is like this;

interface _application (interface with members in it)
interface application (empty interface) : _application
ApplicationClass (class) : _application, application

So the class ApplicationClass provides definitions to all members in topmost interface _application. My question is that why does this class need to implement the interface _application if it is already implemented by interface application?

Thanks in advance for all the answers by you.

Anil
AnswerRe: interface implimentation in Excel Pin
Pete O'Hanlon11-Oct-07 11:26
mvePete O'Hanlon11-Oct-07 11:26 
QuestionWhat it mean when a class contructor accepts same class object ? Pin
N a v a n e e t h11-Oct-07 3:05
N a v a n e e t h11-Oct-07 3:05 
AnswerRe: What it mean when a class contructor accepts same class object ? Pin
TJoe11-Oct-07 3:12
TJoe11-Oct-07 3:12 

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.