Commercial Grade Applications
Commercial Grade Applications
I am needing to conver an existing Access application to something. It needs to be modernized, more user friendly, etc. and I was thinking of using PureBasic to accomplish this.
Are there any PureBasic non game applications, say for general business use, that are being sold and updated with newer looks so I can see if PB would work for me?
Thanks,
Alan
Are there any PureBasic non game applications, say for general business use, that are being sold and updated with newer looks so I can see if PB would work for me?
Thanks,
Alan
I'm not exactly sure what you mean by 'modernized', so this may not apply, since I've deliberately taken a 'minimalist' approach, both from personal preference and cost (I don't want to spend money on 'skinning' and/or fancy icons, etc.).
The freeware application at http://clipguru.com was done entirely in PureBasic while I was still learning the language.
Version 2, which is currently in final test, and will still be 'freeware', will be released shortly and will rival many of the commercial products being offered today. For most, this will probably seem to be a somewhat trivial application and may not apply to what you're requesting information about, so without knowing your base application and requirements, I can only speculate
. I can say, there's more to it than might appear on first glance.
During the development cycle, my partner often suggested I employ a 'more robust' (e.g.'bloated' imo), language, such as a visual offering, but, to date, he's been unable to sugest anything which I haven't been able to accomplish, usually rather easily (with netmaestro and srod assisting
) , using PureBasic.
For any of you visiting the site as a result of this post, and thinking of downloading, - Version 2 is still a week or so off, and is a much better product. The current version 1, while very functional, is a more a product of my 'learning' Purebasic.
The freeware application at http://clipguru.com was done entirely in PureBasic while I was still learning the language.
Version 2, which is currently in final test, and will still be 'freeware', will be released shortly and will rival many of the commercial products being offered today. For most, this will probably seem to be a somewhat trivial application and may not apply to what you're requesting information about, so without knowing your base application and requirements, I can only speculate

During the development cycle, my partner often suggested I employ a 'more robust' (e.g.'bloated' imo), language, such as a visual offering, but, to date, he's been unable to sugest anything which I haven't been able to accomplish, usually rather easily (with netmaestro and srod assisting

For any of you visiting the site as a result of this post, and thinking of downloading, - Version 2 is still a week or so off, and is a much better product. The current version 1, while very functional, is a more a product of my 'learning' Purebasic.
Last edited by rsts on Fri Jul 06, 2007 12:30 am, edited 1 time in total.
Thanks, I will look at both these applications.
Right now the Access application is a little ugly and basically an Access application.
What I'm looking for is something more Vista looking or XP looking at least.
Best way to explain is to show a demo of what the client considers a modern looking application.
I have a demonstration video os an application, but I don't know if I can upload it here.
It's about 4mb in size.
Can someone tell me how to upload it so you can see what I mean?
Thanks,
Alan
Right now the Access application is a little ugly and basically an Access application.
What I'm looking for is something more Vista looking or XP looking at least.
Best way to explain is to show a demo of what the client considers a modern looking application.
I have a demonstration video os an application, but I don't know if I can upload it here.
It's about 4mb in size.
Can someone tell me how to upload it so you can see what I mean?
Thanks,
Alan
I haven't used RapidShare before but I was able to upload the video to it, so if someone can review it, I would apprciate it.
This is what the client wants the new application to look similar to.
http://rapidshare.com/users/U8SSAD
Thanks,
Alan
This is what the client wants the new application to look similar to.
http://rapidshare.com/users/U8SSAD
Thanks,
Alan
I agree you can create better interface design than that.Trond wrote:Your PB application will look much better than that.

Actually I find it easier to make a better interface in PB than any other languages.
[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
Have a look at Karbon's kBilling which I use to run all of my invoicing and billing affairs. Completely written in PB.
http://www.k-billing.com/
http://www.k-billing.com/
I may look like a mule, but I'm not a complete ass.
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Well, I *hope* my stuff looks "modern" 

-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Ah, but could you then really sit back at the end of the day and say, honestly; "Aye, I wrote that mighty fine looking application!"asawyer13 wrote:If only someone had a good application in PB that I could use as a base for what I need to do.
That would be perfect.
I would sign an NDA, buy it (not too expensive), etc, but something that would save a lot of time.
Alan
There's no substitute for writing it yourself!

Hang on, I've just stripped out all the code written by netmaestro from all of my applications (300 000 lines of code in total) and this is what I'm left with:
Code: Select all
;Written by srod.
End

I may look like a mule, but I'm not a complete ass.