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

C#

 
AnswerRe: Portability Pin
Joshua Quick13-Jan-06 21:53
Joshua Quick13-Jan-06 21:53 
AnswerRe: Portability Pin
Daniel Grunwald14-Jan-06 1:35
Daniel Grunwald14-Jan-06 1:35 
GeneralRe: Portability Pin
tecywiz12114-Jan-06 6:10
tecywiz12114-Jan-06 6:10 
GeneralRe: Portability Pin
Daniel Grunwald14-Jan-06 6:14
Daniel Grunwald14-Jan-06 6:14 
GeneralRe: Portability Pin
tecywiz12115-Jan-06 15:14
tecywiz12115-Jan-06 15:14 
QuestionHow to error Pin
Eddy Ho13-Jan-06 16:43
Eddy Ho13-Jan-06 16:43 
AnswerRe: How to error Pin
Dave Kreskowiak13-Jan-06 16:56
mveDave Kreskowiak13-Jan-06 16:56 
AnswerRe: How to error Pin
Dave Kreskowiak14-Jan-06 7:13
mveDave Kreskowiak14-Jan-06 7:13 
Don't ever send an email to someone who doesn't ask you to. Keep this in the forums at all times.

Let me make it a little simpler. The error you're getting says that "The type or namespace name 'IBankAccount' could not be found".

Do you see something wrong here:
namespace Wrox.ProCSharp.OOCSharp.BankProtocols
{
public interface IBanAccount     <<<<<<<----- CLUE !!!
{
void PayIn(decimal amount);
bool Withdraw(decimal amount);
decimal Balace



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome


-- modified at 13:14 Saturday 14th January, 2006
QuestionCompress some files by coding C# Pin
tadung13-Jan-06 15:46
tadung13-Jan-06 15:46 
AnswerRe: Compress some files by coding C# Pin
Ravi Bhavnani13-Jan-06 16:05
professionalRavi Bhavnani13-Jan-06 16:05 
GeneralRe: Compress some files by coding C# Pin
MikeDeming13-Jan-06 17:49
MikeDeming13-Jan-06 17:49 
GeneralRe: Compress some files by coding C# Pin
Robert Rohde13-Jan-06 22:23
Robert Rohde13-Jan-06 22:23 
QuestionAvoiding to see controls black Pin
Sasuko13-Jan-06 13:21
Sasuko13-Jan-06 13:21 
AnswerRe: Avoiding to see controls black Pin
Dave Kreskowiak13-Jan-06 14:41
mveDave Kreskowiak13-Jan-06 14:41 
GeneralRe: Avoiding to see controls black Pin
Sasuko14-Jan-06 3:53
Sasuko14-Jan-06 3:53 
GeneralRe: Avoiding to see controls black Pin
Dave Kreskowiak14-Jan-06 7:09
mveDave Kreskowiak14-Jan-06 7:09 
Questionconverting to xp controls Pin
MikeDeming13-Jan-06 13:18
MikeDeming13-Jan-06 13:18 
AnswerRe: converting to xp controls Pin
Sasuko13-Jan-06 13:23
Sasuko13-Jan-06 13:23 
GeneralRe: converting to xp controls Pin
Leyu14-Jan-06 5:04
Leyu14-Jan-06 5:04 
Questionthe blinking cursor Pin
melanieab13-Jan-06 11:07
melanieab13-Jan-06 11:07 
AnswerRe: the blinking cursor Pin
Koushik Biswas13-Jan-06 12:38
Koushik Biswas13-Jan-06 12:38 
GeneralRe: the blinking cursor Pin
Dave Kreskowiak13-Jan-06 14:35
mveDave Kreskowiak13-Jan-06 14:35 
AnswerRe: the blinking cursor Pin
Dave Kreskowiak13-Jan-06 14:36
mveDave Kreskowiak13-Jan-06 14:36 
AnswerRe: the blinking cursor Pin
DigitalKing13-Jan-06 15:00
DigitalKing13-Jan-06 15:00 
GeneralRe: the blinking cursor Pin
Dave Kreskowiak13-Jan-06 15:07
mveDave Kreskowiak13-Jan-06 15:07 

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.