User Profile

Collapse

Profile Sidebar

Collapse
JamesGeddes
JamesGeddes
Last Activity: Mar 21 '10, 07:48 PM
Joined: Dec 3 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JamesGeddes
    started a topic Windows Mobile Battery Level

    Windows Mobile Battery Level

    I'm developing an app that will help alzheimers & dementia patients

    Part of that needs me to write the current battery level to a string, but I can't find how to do that anywhere!

    I know that its something to do with

    Code:
    Microsoft.WindowsMobile.Status.SystemState.PowerBatteryStrength.ToString();
    But beyond that, I'm lost!

    Your help will be much appreciated!

    Thanks Everyone!...
    See more | Go to post

  • JamesGeddes
    started a topic Using mobile internet connection on WinMo6

    Using mobile internet connection on WinMo6

    Hi Everyone,

    I'm trying to make a Windows Mobile (WinMo) application in C# to help all those affected by Alzheimers and similar conditions.

    Part of it requires that an SMS text be sent using the number that is stored in a text file on my website.

    I have got it to send the SMS text message, however when the program runs on the WinMo device, without "active sync" supplying internet, it crashes...
    See more | Go to post

  • How do you read from a text file on the internet?

    Reading from a text file on your local computer is easy, but surely using a URL to point to a different location should work too?

    The code I have thus far is as follows

    Code:
    using System;
    using System.IO;
    
    namespace csharp_station.howto
    {
        class TextFileReader
        {
            static void Main(string[] args)
            {
                // create reader & open file
    ...
    See more | Go to post

  • JamesGeddes
    replied to PDA office mobile
    Are you using activesync? Usually this sorts it for you whereas if you copy it directly to the device it sometimes does not
    See more | Go to post

    Leave a comment:


  • Fantastic! That sorts it! Thanks Mark!

    Is it possible to embed the recording controls in the form? I'm programming for windows mobile 6, so am currently using the wm6 emulator that comes with visual studio 2008

    Thanks

    James
    See more | Go to post

    Leave a comment:


  • re: Record & save a sound byte from within smartphone app (C#)

    Hi Everyone,

    Sorry I'm asking a question about such an old post, but I'm getting the following errors

    The type or namespace name 'DllImport' could not be found (are you missing a using directive or an assembly reference?)
    The type or namespace name 'DllImportAttri bute' could not be found (are you missing a using directive or an assembly...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...