Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
I play a football management game in which I run a number of teams in different leagues. I receive my turn & other information via E:Mail.

Currently I have a self-written VBA application that interacts with an Access database to keep track of my teams and all my information such as Return-by date, Session number, Bank Balance, Fixture List, Scouting of other teams, etc. etc.

It has some bugs and also it has the restriction that whilst it is running I can't use any other Excel spreadsheets. I therefore want to rewrite it using SQL instead of Access and my original intention was to use VB.net via Visual Studio 2010 and Windows Forms, all of which I understand at a basic level.

However, I am also intending to learn Javascript at some point and I am wondering if I can use it somehow in this rewrite, and if so, if I am going the right way about it, or if I should be going down another path !!! I am a mainframe programmer by trade, though unemployed and therefore want to learn something that may be of use to me in finding work & I've always found that the best way to learn something new is if you (a) are enjoying what you are doing & (b) have an end product to work towards.

Would VB.net Windows Forms using VS2010 be a good way to do this ? Would I be better making it a Web Form ? Is it a feasible idea having Javascript applets to process data when I select a Button on my Form / Web Page ?!?

Any advice would be very helpful & gratefully received ...
Posted

1 solution

I think both ways are indeed feasible and you are free to choose between the 'desktop' and 'web' kind of application.
Maybe 'job market considerations' will possibly drive your choice.
 
Share this answer
 
Comments
Gary Heath 31-May-13 8:48am    
So there is no restriction or "best practice" when it comes to using Javascript ?

Whenever I see Javascript discussed, there is always mention of web pages, but is that just because it is being discussed for use in the public domain, as opposed to my use here, which is for private use ?
CPallini 31-May-13 8:57am    
Most of the times javascript is indeed used in web pages.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900