Click here to Skip to main content
15,897,291 members
Home / Discussions / C#
   

C#

 
GeneralRe: markquee in c# Pin
monuSaini9-Aug-07 0:35
monuSaini9-Aug-07 0:35 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:37
protectorChristian Graus9-Aug-07 0:37 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:33
protectorChristian Graus9-Aug-07 0:33 
GeneralRe: markquee in c# Pin
monuSaini9-Aug-07 0:41
monuSaini9-Aug-07 0:41 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:42
protectorChristian Graus9-Aug-07 0:42 
AnswerRe: markquee in c# Pin
Vasudevan Deepak Kumar9-Aug-07 0:20
Vasudevan Deepak Kumar9-Aug-07 0:20 
QuestionAPI & DLL Pin
Renuka Rajamanickam8-Aug-07 21:30
Renuka Rajamanickam8-Aug-07 21:30 
AnswerRe: API & DLL Pin
Tormod Fjeldskaar8-Aug-07 21:51
Tormod Fjeldskaar8-Aug-07 21:51 
Quoting Wikipedias definition for each term:

API[^]:
"An application programming interface (API) is a source code interface that a computer application, operating system or library provides to support requests for services to be made of it by a computer program."

DLL[^]:
"Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems."

Hence, a DLL is one way to expose an API or parts of an API to the programmer. Another way to expose an API is through a Web Service[^].

So, to recap, the MS Office API is the specification of what functionality you as a programmer can use to interact with MS Office, while the MS Office DLL (DLLs actually, there are lots) is the binary code executed by the computer through you program if you use the API.
GeneralRe: API & DLL Pin
Renuka Rajamanickam8-Aug-07 23:02
Renuka Rajamanickam8-Aug-07 23:02 
QuestionConversion Pin
M. J. Jaya Chitra8-Aug-07 21:22
M. J. Jaya Chitra8-Aug-07 21:22 
AnswerRe: Conversion Pin
Talal Sultan8-Aug-07 21:36
Talal Sultan8-Aug-07 21:36 
Questioncan we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias8-Aug-07 21:11
help as an alias8-Aug-07 21:11 
AnswerRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
Mark Churchill16-Aug-07 15:51
Mark Churchill16-Aug-07 15:51 
GeneralRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias16-Aug-07 17:59
help as an alias16-Aug-07 17:59 
QuestionAdding Macro through C# Pin
hirennn8-Aug-07 20:47
hirennn8-Aug-07 20:47 
AnswerRe: Adding Macro through C# Pin
Paul Conrad16-Aug-07 15:54
professionalPaul Conrad16-Aug-07 15:54 
QuestionHow to rum C# Programe? Pin
asprajesh8-Aug-07 20:42
asprajesh8-Aug-07 20:42 
AnswerRe: How to rum C# Programe? Pin
Talal Sultan8-Aug-07 20:59
Talal Sultan8-Aug-07 20:59 
GeneralRe: How to rum C# Programe? Pin
asprajesh8-Aug-07 21:08
asprajesh8-Aug-07 21:08 
QuestionCreate Exchange Server Plug-In or Windows Service in C# Pin
adnanrafiq8-Aug-07 20:36
adnanrafiq8-Aug-07 20:36 
Questionhow to make an expand All functionality for an XML file showing in a web browser Control [modified] Pin
Rocky#8-Aug-07 20:31
Rocky#8-Aug-07 20:31 
QuestionLastIndexOf("") in C# Pin
jayarajmrj8-Aug-07 20:05
jayarajmrj8-Aug-07 20:05 
AnswerRe: LastIndexOf("") in C# Pin
hamid_m8-Aug-07 20:19
hamid_m8-Aug-07 20:19 
AnswerRe: LastIndexOf("") in C# Pin
Vikram A Punathambekar8-Aug-07 21:45
Vikram A Punathambekar8-Aug-07 21:45 
AnswerRe: LastIndexOf("") in C# Pin
Luc Pattyn9-Aug-07 0:57
sitebuilderLuc Pattyn9-Aug-07 0:57 

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.