I'm in some illusion that I'm going to sell my VB software...
I was wondering how this business goes. How do I estimate my software for sale (price).

few details

Its designed to handle Telemetry Log Data files extraction for a very specific system.
The idea is to sell it to this company i work for (through other company) exclusively. Then they will be able to sell it to their clients along with the System.

I think it has all the features/options one can think of with regard to the purpose.
I invested a lot of time and though for the User Interface design and comfortablility. I will write an extensive Help file.
all the Controls has Tool Tips and every case was taking into account with regard to User input error - MsgBox's informing the user what is the problem - also i made this Form of Tests sequance displaying the user what is failed and what is passed. Progress Bars and everything.

The User Interface is in VB but the real extraction/processing implementation is in C++ because it works much faster with regard to Excel CSV file processing. The VB launches an EXE (the C program) to perform the processing.

What do you think?

Thanks,
Sharon.