Results 1 to 10 of 10

Thread: mobile application

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    15

    mobile application

    hi all.
    i know VB6 and i want to do a simple application to be used on any mobile( symbian or windows).
    the application is:
    send my CV using bluetooth and to be read by any mobile.

    please give me hint if it is feasible and how to start it.

    thank you for your time.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: mobile application

    You can't use VB6 for that. There was a horrid little VB6-like thing called eVB that was around a few OS generations back, but it died...fortunately. It wasn't really VB6, it was VBScript, which has loads of issues and limitations.

    For mobile dev, you would need to use .NET, and it is my understanding that the free Express versions of VB.NET do not include support for mobile device programming. You would find the language similar to VB6, but not the same. The syntax is the same, the development environment is far better, but .NET is object oriented, which is a different organizational structure than VB6.

    On the plus side, it was because of the need to do mobile dev programming that I moved to .NET, and I would never willingly go back, even though I really liked VB6 at the time.
    My usual boring signature: Nothing

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: mobile application

    Hey Shaggy,

    You are correct, you cannot create Windows Mobile Applications using the Express Editions of Visual Studio.

    Gary

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    15

    Re: mobile application

    hi shaggy thank you for your concern.
    for the windows based application now it is clear that i have to use the .NET and i already started learning it.
    but not all the OS of the mobiles are window based , so what can i use?

    thank you for your precious time.

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: mobile application

    C/C++ is your only really good cross-platform option.
    My usual boring signature: Nothing

  6. #6

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    15

    Re: mobile application

    thanks for your help shaggy.

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: mobile application

    Hey,

    If you are developing for symbian, then there is an implementation of the compact framework for symbian which would allow you to deploy .Net applications to Symbian OS. I am not at the office just now, so can't dig up the link for you, but I will post again tomorrow when I find it.

    Gary

  8. #8

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    15

    Re: mobile application

    ok gep, it is great.
    i wil be waiting for your reply.
    the thing is that i just want to put my CV with images in it in a way that can be seen by anyone on his phone.
    any suggestoins?

    thank you for you great understanding.

  9. #9
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: mobile application

    Hi,
    RedFive Labs allows .Net developed applications to run on Symbian.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  10. #10
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: mobile application

    That's the one

    Here is some more information on it:

    http://www.danielmoth.com/Blog/2006/...n-symbian.html

    Hope that helps!!

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width