PayPal Fees Calculator

Commander

Paragon
Joined
Nov 19, 2012
Messages
1,418
Reaction score
0
FP$
4
I have made a very simple PayPal Fees Calculator.
It's a GUI application programmed in C# language.

Minimum System Requirements:
[*] Microsoft .NET Framework 4 or higher.

Recommended System Requirements:
[*] Windows 7 Operating System or higher.

SCREENSHOT:

ppfeesscr1.png


DOWNLOAD:


Current Version: 1.0
Please let me know what you think.
I started learning C# two weeks ago.
Though I've been doing C++ for months.
Knowledge of C++ is a huge help in C#. 🙂

This program is FREE for you to use as you wish.
Just do not attempt to modify or redistribute, thanks.
If you like the program and find it useful please consider donating me some FP.
I will be happy to receive your suggestions and ideas for future product versions.
At the moment it's a very basic program. I believe there's always room to improve.
 

Attachments

Indeed it will, this is good! how long did it take you to write?
 
Love this. Nice work. 🙂

If you made a jQuery version and posted it to CodeCanyon, you'd probably make a nice little profit from it.

As someone who uses PayPal on a daily basis I will be using this regularly.
 
Well done Quiver, that's a nice achievement. Do you have any plans to create an online version?
 
Fergal said:
Well done Quiver, that's a nice achievement. Do you have any plans to create an online version?
Sadly, I am not familiar with jQuery.
I would if I knew how to though. 😀
 
Mabrooq said:
Really nice calculator. I don't care much for the fees. 😛
LOL! No-one does. PayPal is a little greedy.
They charge less on bigger transactions. 😛
Which kind of doesn't make sense to me.
 
Jake said:
Nice one

Plans to add more currency options?
You can already use multiple currencies. 🙂
You just have to enter your country's fee rates.
(for example. the UK is 3.4% + £0.20 GBP).

Find your country's fee rates on PayPal's website.
Then enter these into the program and calculate. 🙂
 
How do you make a GUI in c#? Did you have to use visual studio or is it possible w/o dragging and dropping? Did you code it all, or did you drag and drop the buttons and code what actions they were to perform?
 
Jake said:
How do you make a GUI in c#? Did you have to use visual studio or is it possible w/o dragging and dropping? Did you code it all, or did you drag and drop the buttons and code what actions they were to perform?
I have Microsoft Visual Studio 2010 Professional.
I used dragging and dropping of boxes to make the GUI.
But to make the GUI "work" I had to do the programming.
Dragging and dropping just puts boxes where you want them.
The boxes don't actually "DO" anything until you tell them to. 😉
 
I know 😉

Was wondering if you hard coded the positions of the buttons and etc, but no you didn't
 
Jake said:
I know 😉

Was wondering if you hard coded the positions of the buttons and etc, but no you didn't
No I didn't. That's why I love Visual Studio. 😉
The program was really quite easy to make. 🙂
 
Send me a pm, Quiver. I might be able to help you convert it for the web
 
Back
Top Bottom