Click here to Skip to main content
15,918,333 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Webbrowser and form questions Pin
Sean G. Murphy22-Jul-07 7:40
Sean G. Murphy22-Jul-07 7:40 
QuestionOpenLDAP --- alternative? Pin
devvvy18-Jul-07 15:12
devvvy18-Jul-07 15:12 
Questionusing bitmap or draw directly Pin
cyn818-Jul-07 14:55
cyn818-Jul-07 14:55 
AnswerRe: using bitmap or draw directly Pin
Luc Pattyn18-Jul-07 22:55
sitebuilderLuc Pattyn18-Jul-07 22:55 
QuestionA Question About Using Timers -- New C# User Here Pin
bobber20518-Jul-07 13:30
bobber20518-Jul-07 13:30 
AnswerRe: A Question About Using Timers -- New C# User Here Pin
Jimmanuel18-Jul-07 14:26
Jimmanuel18-Jul-07 14:26 
Questionquestion about interface Pin
abstar18-Jul-07 13:24
abstar18-Jul-07 13:24 
AnswerRe: question about interface Pin
Ed.Poore18-Jul-07 13:30
Ed.Poore18-Jul-07 13:30 
A quick Google[^] would reveal the answer.  Ok the page is in VB but it demonstrates the concept, basically an interface is a contract.  When you implement an interface you are basically signing an agreement that you will implement all the fields, properties and methods defined in the interface.  You can then rather than dealing with definite objects you can deal with the common interface without having to know what the underlying type is.

It's commonly used in plug in[^] based systems.



QuestionWindow.Opener equivalent Pin
Craigpt18-Jul-07 11:28
Craigpt18-Jul-07 11:28 
AnswerRe: Window.Opener equivalent Pin
Guffa18-Jul-07 13:28
Guffa18-Jul-07 13:28 
GeneralRe: Window.Opener equivalent Pin
Craigpt19-Jul-07 4:46
Craigpt19-Jul-07 4:46 
AnswerRe: Window.Opener equivalent Pin
Ed.Poore18-Jul-07 13:30
Ed.Poore18-Jul-07 13:30 
GeneralRe: Window.Opener equivalent Pin
Craigpt19-Jul-07 4:47
Craigpt19-Jul-07 4:47 
GeneralRe: Window.Opener equivalent Pin
Ed.Poore19-Jul-07 6:50
Ed.Poore19-Jul-07 6:50 
QuestionDataGridView && ErrorProvider Pin
Taras61118-Jul-07 11:21
Taras61118-Jul-07 11:21 
AnswerRe: DataGridView && ErrorProvider Pin
TheTinSoldier18-Jul-07 11:31
TheTinSoldier18-Jul-07 11:31 
GeneralRe: DataGridView && ErrorProvider Pin
Taras61118-Jul-07 20:54
Taras61118-Jul-07 20:54 
QuestionUsing Using object disposal... Pin
TheTinSoldier18-Jul-07 11:17
TheTinSoldier18-Jul-07 11:17 
AnswerRe: Using Using object disposal... Pin
Craigpt18-Jul-07 11:31
Craigpt18-Jul-07 11:31 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 11:39
TheTinSoldier18-Jul-07 11:39 
GeneralRe: Using Using object disposal... Pin
Craigpt18-Jul-07 11:42
Craigpt18-Jul-07 11:42 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 11:45
TheTinSoldier18-Jul-07 11:45 
GeneralRe: Using Using object disposal... Pin
Craigpt18-Jul-07 11:48
Craigpt18-Jul-07 11:48 
AnswerRe: Using Using object disposal... Pin
Dave Kreskowiak18-Jul-07 11:48
mveDave Kreskowiak18-Jul-07 11:48 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 11:52
TheTinSoldier18-Jul-07 11:52 

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.