Results 1 to 4 of 4

Thread: Some questions about windows mobile for the experts?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602

    Some questions about windows mobile for the experts?

    Hi!

    There maybe a chance that I and some colleagues can develop the Windows mobile edition in C# and some other team will do the symbian... which leads me to some more questions:

    1) How can I make the application globalized, making the UI support different languages?

    2) Can I initiate calls, put calls on standby, and redirect calls by C# code?

    3) Can I develop "skins" that the user can change easily, e.g. branding of the user interface?

    4) Is it possible to run the application in the backgrund, as service of some sort, for example polling a webservice, and then when something interesting happens alert the user by some kind of notify icon or something.

    5) Can I for example determine when the user leaves his home network? For example when I travel to another country, I leave my "home" network. IS this kind of low level interaction possible?

    kind regards
    Henrik

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

    Re: Some questions about windows mobile for the experts?

    Hi,
    1) Look at 'cultureinfo' and keeping all your strings in resource files.
    2) The microsoft.windowsmobile.telephony namespace allows you to make calls etc.
    3) Again, you should be able to use resource files to store 'skin' images
    4) Yes - you can write a 'formless' application
    5) Using TAPI you can do things like this - there is a 3rd party managed code offering here

    With a bit of inenuity, you can do a lot of things in the Compact Framework, that at first seem impossible. May be worth investing in a book on the CF - the best one, in my opinion is Microsoft Mobile Development Handbook

    HTH

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602

    Re: Some questions about windows mobile for the experts?

    Thanks Pete!

    Im fairly new on the Compact framework, but I have developed .NET apps for about 5 years now.

    But I think I can manage it.

    Oh, what options do I have of communicating with a service platform somewhere in the world? On GSM I have to rely on SMS, but when I have GPRS connection, can I use standard .NET webservices?

    kind regards
    Henrik

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

    Re: Some questions about windows mobile for the experts?

    Hi,
    yes - you should be able to use webservices - there are several CF examples around

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

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