Click here to Skip to main content
15,860,972 members
Home / Discussions / C#
   

C#

 
GeneralRe: Does anyone know how to capture screen in C#? Pin
Li-kai Liu (Angus)24-Sep-02 11:45
Li-kai Liu (Angus)24-Sep-02 11:45 
GeneralRe: Does anyone know how to capture screen in C#? Pin
leppie24-Sep-02 13:42
leppie24-Sep-02 13:42 
GeneralRe: Does anyone know how to capture screen in C#? Pin
Li-kai Liu (Angus)24-Sep-02 11:41
Li-kai Liu (Angus)24-Sep-02 11:41 
GeneralRe: Does anyone know how to capture screen in C#? Pin
Li-kai Liu (Angus)24-Sep-02 15:16
Li-kai Liu (Angus)24-Sep-02 15:16 
GeneralRe: Does anyone know how to capture screen in C#? Pin
Philip Fitzsimons24-Sep-02 23:19
Philip Fitzsimons24-Sep-02 23:19 
GeneralRe: Filter HTML Content Before Displaying in WebBrowser Pin
John Hurrell24-Sep-02 5:52
John Hurrell24-Sep-02 5:52 
GeneralRe: Filter HTML Content Before Displaying in WebBrowser Pin
Stephane Rodriguez.24-Sep-02 6:00
Stephane Rodriguez.24-Sep-02 6:00 
GeneralWhen to define interfaces Pin
afronaut23-Sep-02 9:02
afronaut23-Sep-02 9:02 
Hey all,

I'm working on a mid-sized project and trying to do some class modeling. I was wondering if there is a good test that I can use when deciding if I should base a class on an actual interface data type as opposed to just having the class outright. For example, having:

public interface ICustomer{
...
}
public class Customer: ICustomer{
....
}

Is it a good idea to have interfaces (the datatype) for each class we model?

Thanks much

*->>Always working on my game, teach me
*->>something new.
cout << "dav1d\n";
GeneralRe: When to define interfaces Pin
Stephane Rodriguez.23-Sep-02 9:22
Stephane Rodriguez.23-Sep-02 9:22 
GeneralRe: When to define interfaces Pin
jan larsen24-Sep-02 0:55
jan larsen24-Sep-02 0:55 
GeneralRe: When to define interfaces Pin
John Burton24-Sep-02 3:48
John Burton24-Sep-02 3:48 
GeneralRe: When to define interfaces Pin
leppie24-Sep-02 4:01
leppie24-Sep-02 4:01 
GeneralRe: When to define interfaces Pin
Paul Riley24-Sep-02 4:18
Paul Riley24-Sep-02 4:18 
GeneralRe: When to define interfaces Pin
Paul Riley24-Sep-02 4:12
Paul Riley24-Sep-02 4:12 
GeneralRe: When to define interfaces Pin
Stephane Rodriguez.24-Sep-02 4:54
Stephane Rodriguez.24-Sep-02 4:54 
GeneralRe: When to define interfaces Pin
Paul Riley24-Sep-02 5:04
Paul Riley24-Sep-02 5:04 
GeneralThread in C# Pin
D Shen23-Sep-02 8:33
D Shen23-Sep-02 8:33 
General.NET ComboBox Item Tags (SetItemData equivalent) Pin
Gaul23-Sep-02 7:40
Gaul23-Sep-02 7:40 
GeneralRe: .NET ComboBox Item Tags (SetItemData equivalent) Pin
leppie23-Sep-02 8:15
leppie23-Sep-02 8:15 
GeneralRe: .NET ComboBox Item Tags (SetItemData equivalent) Pin
Gaul23-Sep-02 9:20
Gaul23-Sep-02 9:20 
GeneralRe: .NET ComboBox Item Tags (SetItemData equivalent) Pin
leppie23-Sep-02 10:18
leppie23-Sep-02 10:18 
GeneralRe: .NET ComboBox Item Tags (SetItemData equivalent) Pin
James T. Johnson23-Sep-02 17:30
James T. Johnson23-Sep-02 17:30 
Generaloutlook add-in event handler doesn't work Pin
derhackler23-Sep-02 4:25
derhackler23-Sep-02 4:25 
GeneralRe: outlook add-in event handler doesn't work Pin
leppie23-Sep-02 5:04
leppie23-Sep-02 5:04 
GeneralRe: outlook add-in event handler doesn't work Pin
derhackler23-Sep-02 5:44
derhackler23-Sep-02 5:44 

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.