Jump to content

Recommended Posts

Guest george7
Posted

Hi, for part of my 6th year computing course, I have been given the task of writing an application. I have chosen to write a smartphone application, but I was wondering:

1. Which language are smartphone programs written in?

2. Which program should I use to write these programs (ie. could I use Visual Basic?)

3. Is there any tutorials that could give me a helping hand?

Thanks

Posted

Try the Smartphone Development forums, but:

1) Generally: Embedded C++, C#, VB.net

2) Generally: Embedded C++, Visual C#, VB.net

3) There are some good resources on MSDN.

Posted

best to use Visual Studio.NET (vb.net or C#) - much easier and better :)

Guest george7
Posted

Thanks, is there alot of difference between visual studio.net and visual basic 6?

Is visual studio.net easy to use?

Posted

Visual Studio .net is just a collection of the applications (VC++, VC#, VB.net).

VB.net is quite different to VB 6 in many ways, but the syntax is similar and it comes with tools and information to help you port existing VB6 applications over.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.