Click here to Skip to main content
15,898,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Refresh Data in another Form Pin
DotNetMan22-Jan-08 15:23
DotNetMan22-Jan-08 15:23 
GeneralRe: Refresh Data in another Form Pin
Nouman Bhatti22-Jan-08 20:51
Nouman Bhatti22-Jan-08 20:51 
GeneralChange cursor (Cursors.Cross) in C# Pin
AlexB4722-Jan-08 13:54
AlexB4722-Jan-08 13:54 
GeneralRe: Change cursor (Cursors.Cross) in C# Pin
Paul Conrad22-Jan-08 14:06
professionalPaul Conrad22-Jan-08 14:06 
GeneralRe: Change cursor (Cursors.Cross) in C# Pin
Luc Pattyn22-Jan-08 14:30
sitebuilderLuc Pattyn22-Jan-08 14:30 
GeneralRe: Change cursor (Cursors.Cross) in C# Pin
AlexB4722-Jan-08 15:00
AlexB4722-Jan-08 15:00 
Generalhelp implementing an interface's methods Pin
jasondemont22-Jan-08 13:16
jasondemont22-Jan-08 13:16 
GeneralRe: help implementing an interface's methods Pin
Luc Pattyn22-Jan-08 14:35
sitebuilderLuc Pattyn22-Jan-08 14:35 
Hi,

an interface is like a contract, where you promise to provide certain methods and properties.
"implementing an interface" means providing code that fits the interface, so if adobe.Exit()
is part of the interfasce, then you have to provide all the code to make the Exit() method
do what it is supposed to do, one of the issues is whatever program flow is executed inside it,
it must return a value of the agreed upon type.

It may be wise to open your C# book and read up on interfaces...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: help implementing an interface's methods Pin
jasondemont22-Jan-08 15:10
jasondemont22-Jan-08 15:10 
GeneralRe: help implementing an interface's methods Pin
Luc Pattyn22-Jan-08 15:47
sitebuilderLuc Pattyn22-Jan-08 15:47 
GeneralRe: help implementing an interface's methods [modified] Pin
Clive D. Pottinger23-Jan-08 5:14
Clive D. Pottinger23-Jan-08 5:14 
GeneralRe: help implementing an interface's methods Pin
jasondemont24-Jan-08 12:19
jasondemont24-Jan-08 12:19 
GeneralRe: help implementing an interface's methods Pin
Clive D. Pottinger25-Jan-08 8:46
Clive D. Pottinger25-Jan-08 8:46 
GeneralRe: help implementing an interface's methods Pin
jasondemont25-Jan-08 13:37
jasondemont25-Jan-08 13:37 
GeneralRe: help implementing an interface's methods Pin
jasondemont26-Jan-08 3:57
jasondemont26-Jan-08 3:57 
Generalsaving file problem Pin
AliNajjar22-Jan-08 12:57
AliNajjar22-Jan-08 12:57 
GeneralRe: saving file problem Pin
Paul Conrad22-Jan-08 14:07
professionalPaul Conrad22-Jan-08 14:07 
GeneralRe: saving file problem Pin
AliNajjar22-Jan-08 15:08
AliNajjar22-Jan-08 15:08 
GeneralRe: saving file problem Pin
Skippums22-Jan-08 15:19
Skippums22-Jan-08 15:19 
GeneralRe: saving file problem Pin
AliNajjar22-Jan-08 15:27
AliNajjar22-Jan-08 15:27 
GeneralRe: saving file problem Pin
Skippums22-Jan-08 15:44
Skippums22-Jan-08 15:44 
GeneralRe: saving file problem Pin
AliNajjar22-Jan-08 16:05
AliNajjar22-Jan-08 16:05 
GeneralRe: saving file problem Pin
Skippums23-Jan-08 4:36
Skippums23-Jan-08 4:36 
GeneralRe: saving file problem Pin
AliNajjar23-Jan-08 12:16
AliNajjar23-Jan-08 12:16 
GeneralJava/C# Interop Pin
Edmundisme22-Jan-08 12:45
Edmundisme22-Jan-08 12:45 

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.