Click here to Skip to main content
15,909,466 members
Home / Discussions / C#
   

C#

 
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 
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 
Thank you both for your help and for taking the time to give it. I believe I've got a handle on the purpose of interfaces, however, I find them somewhat useless. I don't see why if my code works for my purposes, as in the code I provide in the methods I must implement such as open(), I even need the interface, other than the provider of the interface forcing me to utilize it if I chose to utilize their interoperability. I think a useful interface, for things such as opening a file, or showing a file, or opening an application, or closing an application, would provide methods that already provided that functionality based on specific parameters, such as a path string for a file location and name. In other words, if Adobe wants programmers who are utilizing their interop tool to be able to open a file the same way, consistently, every time( or check for fraud on a bank account), they would give a method that did just that and require you implement and use that. If it were something as abstract as fraud, which could be many things, the method being forced upon the user would limit you to checking for certain things, based on its' return value, or parameters, meaning it would be useless anyway if the fraud were something that couldn't be checked within the scope of that interface's forced implementation of a method. I just plainly don't see their usefulness.
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 
GeneralTelling a thread to do something. Pin
Clive D. Pottinger22-Jan-08 12:14
Clive D. Pottinger22-Jan-08 12:14 
GeneralRe: Telling a thread to do something. Pin
Luc Pattyn22-Jan-08 14:40
sitebuilderLuc Pattyn22-Jan-08 14:40 
GeneralRe: Telling a thread to do something. Pin
mav.northwind22-Jan-08 22:57
mav.northwind22-Jan-08 22:57 
GeneralRe: Telling a thread to do something. Pin
Clive D. Pottinger23-Jan-08 3:43
Clive D. Pottinger23-Jan-08 3:43 

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.