Visual Basic is a fairly simple high-level language to start with. Here is a good starting pointhttp://msdn.microsoft.com/en-us/vbasic/default
Create a computer application (software) from scratch
I'm 15, a competent HTML, JavaScript, CSS, PHP, and XML programmer, and I know Java well and a little C++. I want to create a computer program (that can be installed off a CD or from online onto the users computer, and opened. It will simply extract data from XML files offline and online and display them to the user.
What programming language do I need to use, how do I start (give me a link to a good website), and what am I actually trying to do???
Thanks so much, I've been looking for answers for a long time.
Windows for home | Previous Windows versions | Apps
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
-
Anonymous
2011-01-13T19:39:05+00:00
1 additional answer
Sort by: Most helpful
-
Anonymous
2013-02-07T08:29:00+00:00 Zachary,
I'd recommend looking into learning Python. It's very easy to learn, and there's a few different functions you can use to "import" information from particular sources, whether it be a .txt file, or a complete website.
Check it out, Here is a pretty comprehensive guide. It takes a bit of time to learn, and can get confusing. But its very simple. I see that you have experience already in quite a few different languages so you should pick it up in no time!
http://learnpythonthehardway.org/book/
Let me know how it works for you!
-Steve