Search Result

Collapse
9 results in 0.0015 seconds.
Keywords
Members
Tags
windows mobile
  •  

  • 201211
    started a topic How to delete folder and subfolder in device?

    How to delete folder and subfolder in device?

    I test this code and debug on device for the purpose of trying to delete folder:
    Code:
    using System;
    using System.IO;
    
    class Test 
    {
    	
        public static void Main() 
        {
            // Specify the directories you want to manipulate.
            string path = @"\MyDir";
            string subPath = @"\MyDir\temp";
    
            try 
            {
                // Determine
    ...
    See more | Go to post

  • Ajax Update Panel Not Working in Windows Mobile 6.5.

    Dear All

    I am new to Windows Mobile. I want to make a small web Application for windows mobile 6.5. The Device has a Barcode Scanner and each time a product is scanned its name is to be displayed. I used text changed event and ia working fine in my desktop browser. In mobile browser which is IE for Mobile each time the product is scanned the page refreshes. I have used an update panel whch stops the browser refreshing in desktop browser....
    See more | Go to post

  • 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

  • Receive garbage data from bluetooth which receive data from serail device

    Recently we have connected one bluetooth device which receive data from our serial device. The bluetooth device further transmite this data to a Windows Mobile which is bluetooth enable. Baud rate of whole system is 19200 with 7 data bit and 1 stop bit and Even Parity.When we send command to serial device through bluetooth device it is accepting the command and respond accordingly. but some of data byte of string is desplay as question mark (?)....
    See more | Go to post

  • MSIE 6.0 browser doesn't read html links on Windows Mobile 6.5

    Hi guys,
    I have a windows mobile application that has html pages generated on the fly (some pages have links in them). With the new browser MSIE 6.0 the links on the pages are not read as links. Basically nothing happens when you click on them...it just creates a dotted border around the links. Has anybody experienced the same issue? My target platform is Windows Mobile 6.5, my target browser is MSIE 6.0. The links work in previous platforms...
    See more | Go to post

  • markmcgookin
    started a topic Notification Application

    Notification Application

    Has anyone used the notification class from Windows CE forms?

    using the following code

    Code:
    using Microsoft.WindowsCE.Forms;
    
    ...
    
    Notification note = new Notification()
    note.Caption = "Foo";
    note.Text = "Bar";
    note.Visible = true;
    I can display a "Toast" pop up notification on screen for a user. From a forms app......
    See more | Go to post

  • toxicpaint
    started a topic A predicament

    A predicament

    Hi all,

    I'm in a bit of a predicament as to what I should do with our site in terms of mobile browsing.

    I've built the site and it looks good pretty much across the board and now I'm thinking about people who don't sit at a desk and browse the site.

    The problem is that the site looks great at the moment on the iPhone and iPod touch without a mobile device styesheet. If I enable a stylesheet to alter the...
    See more | Go to post

  • kappolo
    started a topic C# starting Opera process

    C# starting Opera process

    I want to start in C# a process of Opera web browser with a given URL.
    I'm using Windows Mobile 5 and Opera 9.5 Beta
    Ive tried the following code (working of Internet Explorer)
    Code:
    System.Diagnostics.Process proc = new System.Diagnostics.Process();
    proc.StartInfo.FileName = "iexplore";
    proc.StartInfo.Arguments = "http://www.google.com";
    proc.Start();
    I've tried to change "iexplore"...
    See more | Go to post

  • kappolo
    started a topic C# on WinMobile POST request
    in .NET

    C# on WinMobile POST request

    Hello,
    I have a lame question about how to make a POST request on C# under Windows Mobile 5.
    I'm new to this language and technology, but I need it for a school project.

    Scenario:
    I have a php website randomblabla.co m/index.php that has a form with post with a text field status (the only field that I use).
    I'd like to make an HTTP POST request to this website sending the status from the mobile application....
    See more | Go to post
Working...